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

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

h2 {
	font: bold 120% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	}

h5 {
	font: bold 120% Arial, Helvetica, sans-serif;
	margin-left: 10px;
}

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

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


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

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


#top-text {
	background-color: #492549;
	margin-bottom: 0px;
	color: #FFFFFF;
	display:block;
	font-weight: normal;
	clear:both;
}

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

.float-wrapper-rigid {
background-color: #FFFFFF;
float: left; 
width: 520px;
margin-right: 10px;
}

.float-wrapper-rigid p{
font-size: 95%;
text-align: left;
color: #333333;
padding-right: 5px;
}
     /*** This can be floated left or right ***/

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

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

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

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

#third-float-rigid{
	float: right;
	width: 220px;
	background-color: #D78100;
	padding: 0px;
}
     /*** This must be floated opposite 
		to .float-wrap ***/ 


#third-float-rigid p{
padding: 4px;
margin: 0px;
font-size: 85%;
text-align:center;
color: #FFFFFF;
}

#third-float-rigid a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#third-float-rigid a:hover, a:focus {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}


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

.leftimage{
float: left;
margin-right: 10px;
}

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

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


#footer{
border-top: 1px solid #492549;
background-color: #492549;
clear:both;
}

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


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

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


.clearfooter {clear: both;}

 p {padding: 10px;}

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

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