/* CSS Document */
body{
	background-color:#FFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	font-size:70%;
}
 
h1 {
	font: bold 200% Arial, Helvetica, sans-serif;
}

h2 {
	font: bold 80% Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover, a:focus {
	color: #333333;
	text-decoration: underline;
}

#rigid {
	background-color:#FFFFFF;
	width: 780px;
	margin: 10px auto;
	border: 1px solid;
	text-align: left;
	border-color:#CCCCCC;
}

#header {
	background-color:#FFFFFF;
	height: 100px;
	margin: 0px;
	padding: 0px;
}

#top-text {
	background-color: #F2F2F2;
	margin-bottom: 10px;
	color:#666666;
	display:block;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	clear:both;
}

#top-text p{
	padding: 5px;
	margin: 0px;
	font-size: 90%;
	width: 780px;
}

#top-menu {
	background-color: #DFDCD9;
	margin-bottom: 0px;
	color:#666666;
	display:block;
	border-top: 1px solid #CCCCCC;
	clear:both;
}

#top-menu p{
	padding: 5px;
	margin: 0px;
	font-size: 90%;
	width: 780px;
}


.float-wrapper-rigid {
	float: left;
	width: 550px;
	margin-left: 5px;
}
     /*** This can be floated left or right ***/

.float-wrapper-rigid p {
	font:Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.float-wrapper-rigid a:link, .float-wrapper-rigid a:visited {
	color: #330066;
	text-decoration: none;
	font-weight: bold;
}

.float-wrapper-rigid a:hover, .float-wrapper-rigid a:focus {
	color: #330066;
	font-weight: bold;
	text-decoration: underline;
}

.first-float-rigid {
	float: right; 
	width: 270px; 
	padding-left: 5px;
	margin-left: 10px;
	}
	
     /*** This must be floated opposite 
		to .second-float ***/
		
.firstfl_bl {
	float: right;
	width: 250px;
	padding: 3px 1px;
	background-color: #330066;
	font-weight: bold;
	border: 1px none #330066;
	color: #FFFFFF;
}

#first-float-box {
	float: right;
	width: 250px;
	border: 1px solid #CCCCFF;
	background-color:#F4F3F2;
}

#first-float-box p {
	padding: 5px;
	margin-left: 10px;
	text-align:left;
}

#second-float-rigid {
	float: left; 
	width: 270px; 
	margin-right: 10px;
}

/*** This must be floated opposite 
		to .first-float ***/


		
#second-float-box {
	float: left;
	width: 270px;
	margin-right: 10px;
	border: 1px solid #FFCC66;
	background-color: #FAFEC7;
	}
	
#second-float-box p {
	padding: 5px;
	margin-right: 10px;
	text-align:left;
	}
	
#second-float-rigid p{
	padding: 5px;
	margin-right: 10px;
	text-align:left;
}

.secondfl_or {
	float: left;
	background-color: #FF9900;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	clear: left;
	display: block;
	width: 240px;
}


.web-first-float {
	float: right; 
	width: 400px; 
	padding-left: 5px;
}
     /*** This must be floated opposite 
		to .second-float ***/

#web-second-float {
	float: left; 
	width: 130px; 
	background-image: url(../images/lhsnav_blueline.jpg);
	background-repeat:repeat-y;
}

#user-second-float {
	float: left;
	width: 125px;
	display: block;
	border: 1px solid #FFCC00;
	padding-left: 5px;
	clear: both;
}
     /*** This must be floated opposite 
		to .first-float ***/

#search130 {
	float: left;
	width: 130px;
	padding: 2px;
	background-color: #FF9900;
	font-weight: bold;
	border: 1px none #FF9900;
	text-align: center;
	clear: both;
	color: #FFFFFF;
}


.lefthead_or {
	float: left;
	width: 130px;
	padding: 3px 1px;
	background-color: #FF9900;
	font-weight: bold;
	border: 1px none #FF9900;
	text-align: center;
	display:block;
	clear: both;
	color: #FFFFFF;
}

#web-second-float p{
	padding: 5px;
	margin: 0px;
}

#third-float-rigid {
	float: right;
	width: 185px;
	padding: 0px;
	border-left-color:#CCCCCC;
	display:block;
	margin: 5px;
}
     /*** This must be floated opposite 
		to .float-wrap ***/ 

#third-float-rigid .nav{
	border-top: 1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.navhead {
	font-size: 105%;
	color: #FFFFFF;
	background-color: #C7D1D8;
	text-decoration: none;
	padding: 2px 25px 2px 10px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	width: auto;
	display:block;
	font-weight: bold;
	} 

#third-float-rigid .nav ul{
padding: 0;
margin: 0;
background-color: transparent;
list-style-type: none;
font-size: 95%;
}

#third-float-rigid .nav ul li {
padding: 0;
margin: 0;
}

#third-float-rigid .nav ul li a{
	font-size: 95%;
	color: #666666;
	background-color: transparent;
	text-decoration: none;
	padding: 2px 25px 2px 10px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	width: auto;
	height: 1%;
	display:block;
}

#third-float-rigid .nav ul li a:hover, #third-float-rigid .nav ul li a:focus{
	background-color: #F2F2F2;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	text-decoration: underline;
}


#footer{
	background-color: #F2F2F2;
	color: #666666;
	width: 780px;
	clear:both;
	height: 20px;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	}

#footer p{
	padding: 5px;
	margin: 0px;
	font-size: 90%;
	width: 780px;
}

.leftimage{
	float: left;
	margin: 0px 5px 10px 0px;
	border: 1px solid #D9CBA8;
}

.rightimage{
	margin-bottom: 10px;
	float: right;
	margin-left: 15px;
	border: 1px solid #D9CBA8;
}

.nofloatimage{
	float:none;
	margin-right: 10px;
}

.borderimage {
	border: 1px solid #D9CBA8;
	margin: 5px 0px;
}

.margin-image {
	margin: 0px 5px 10px 0px;
	float: left;
}



.input-form {
	color: #333333;
	font-size: 9px;
	}
	
.bullet {
	list-style: circle url(../images/bullet_blue.gif) outside;
}


.orange {
color:#FF9900;
}

.grey {
color:#666666;
}

.blue {
color:#330066;
}

.lblue {
color: #94A8B6;
}

.red {
color:#FF0000;
}

.electricblue {
color:#0000FF;
}

.whitebold {
	color:#FFFFFF;
	font-weight: bold;
}