/* CSS Document */
body{
	background-color: #FFFFFF;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	font-size:75%;
}

h1 {
	font: bold 135% Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

h2 {
	font: italic normal 110% Arial, Helvetica, sans-serif;
	color: #003399;
	padding-left: 10px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

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

.rigid {
width: 750px; 
margin: 10px auto; 
border: 1px solid #CCCCCC; 
text-align: justify;
overflow: hidden;
}

#header {
background-color: #FFFFFF;
height: 120px;
width: 750px;
margin: 0px;
padding: 0px;
font-size:0;
}


#top-text {
	background-color: #0B0D60;
	font-size: 80%;
	margin-bottom: 10px;
	color: #FFFFFF;
	display:block;
	border-top: 1px solid #0B0D60;
	border-bottom: 1px solid #FFFFFF;
	font-weight: normal;
	clear:both;
}

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

.float-wrapper-rigid {
	float: left; 
	width: 500px;
	margin-left: 5px;
}

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

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

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

     /*** This can be floated left or right ***/

.first-float-rigid {float: right; width: 250px; background-color: #FFFFFF}
     /*** This must be floated opposite 
		to .second-float ***/

.second-float-rigid {float: left; width: 250px; background-color:#FFFFFF}
     /*** This must be floated opposite 
		to .first-float ***/

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

#third-float-rigid {
	float: right;
	width: 200px;
	padding: 5px;
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 8px;
	background-color: #FFFfff;
	border: 1px dashed #FF0000;
}

#third-float-rigid p{
	padding: 5px;
	margin: 0px;
	font-size: 95%;
	width: 180 px;
	color: #000000;
}


.input-form {
	color: #333333;
	font-size: 9px;
	}

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #CCCCCC;
}

.leftimage2{
float: left;
margin-right: 10px;
border: 1px solid #FFFFFF;
}

.rightimage{
float: right;
margin-right: 10px;
border: 1px solid #CCCCCC;
}

.rightimage2{
float: right;
margin-right: 0px;
}

#footer{
	background-color: #0B0D60;
	color: #FFFFFF;
	width: 750px;
	clear:both;
	height: 20px;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	}

#footer p{
padding: 2px;
margin: 0;
font-size: 80%;
text-align: center;
color:#FFFFFF;
}

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

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



.clearfooter {clear: both;}

p {padding: 10px;}

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

.redheading {
	color: #FF0000;
}

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