/* 
orange    #FF6633; 
dark-blue #0033CC;
blue      #99CCFF;
gray      #7C7C7C;
*/

body {
            background-color: #ffffff;
            color: #000;
            font-family: Verdana, Arial;
}

A:link, A:visited {
  color: #0033CC;
  text-decoration:none;
}
A:hover {
  color: #99CCFF;
}

h1, h2 {
  font-size: 1.1em;
  color: #0033CC; 
}

.content
   {
        text-align: left; 
        padding-left: 25px;
	font-size: 0.8em;
        width: 550px;
   }

.dirlist {
        padding-top: 7px;
  }
.dirlist A {
	font-weight: bold;
  }


.sidemenu {
        float:right; 
        width:140px; 
	height: 20px;
	font-weight: bold;
	text-align: right;
        clear:both;
	font-size: 0.8em;
	margin-right: 10px;
        }

.sidemenu a{
	color: #0033CC;
	padding-right: 15px;
	margin-right: 3px;
	text-decoration:none;
	}
.sidemenu a:visited{
	color: #0033CC;
        }
.sidemenu a:hover{
	text-decoration:none;
	color: #99ccff;
        background: url(images/menu_dot_hover.gif) no-repeat center right;
	}

.dirmenu {
        width:140px; 
	font-weight: normal;
	text-align: center;
        clear:both;
	font-size: 0.75em;
	margin-top: 5px;
        }


.contactus {
  COLOR: #fff;
  font-family: Verdana, Arial;
  font-size: 0.7em;
  FONT-WEIGHT: 600;
}
.contactus A:link, .contactus A:visited {
  color: #0033CC;
}
.contactus A:hover {
  color: #fff;
}


.bottom_links {
  font-size: 0.6em;
  padding-right: 5px;
}
.bottom_links A:link, .bottom_links A:visited {
  color: #0099CC;
}
.bottom_links A:hover {
  color: #0033CC;
}


.form_lbl {
	padding-right: 10px;
	text-align: right;
}


.form_ed {
	border: 1px solid #99ccff;
        text-align: left;
	font-size: 13px;
        width:350px;
}

.pnl_rnd{
  background: #99ccff;
}

/* rounded corners */
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #9BD1FA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

