body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color: #414961;
	color:WindowText;
}
/* Box hack for Win/IE 5.0 */
* html body {
	font-size: x-small;
	f\ont-size: small;
}
a{
	background-color: transparent;
	color:#cc6447;
	text-decoration: none;
}
a:hover{
	background-color: transparent;
	color:#923226;
	text-decoration: underline;
}
.a2{
	background-color: transparent;
	color:White;
	text-decoration: none;
}
.a2:hover{
	background-color: transparent;
	color:White;
	text-decoration: underline;
}

.makeitblue{
	background-color: #0b2063;
	color:WindowText;
}
.topback{
	background-image: url('../images/topback.jpg');
	background-repeat: no-repeat;
}
.centerback{
	padding: 10px;
	background-image: url('../images/centerback.jpg');
	background-repeat: no-repeat;
}

/****************** Body Styles ********************/
.bodyContainer{
	width:570px;
}
#titlebar{
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size: 140%;
	background-color:#CC6447;
	padding:1px 0px 1px 15px; 
	color:white;
}

.bodyContent{
	float:left;
	width: 490px;
	color:#999999;
	background-color:white; 
	padding: 25px 40px 25px 40px; 
	margin: 0;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#E3E9FD);
}
.bodyContent img{
	border: 1px solid #333333;
}
.bodyTitle{
	background-color: transparent;
	font-size:120%; 
	padding-bottom:20px; 
	color:#333333; 
	font-weight:bold;
}
/******************* End body style ***********************/

/******************* Vertical SubNav Styles ************************/
.subnavContainer{
	width:129px;
	background-color:#6F758B;
	color:#0b2063; 
}
.subnavContent{
	padding:10px 10px 10px 10px;
	text-align: center;	
}
.subnavContent img{
	border: 1px Solid White;
}
.subnavLink{
	padding-top:10px;
	font-weight:bold; 	
	text-decoration:none; 
	display:block;
	text-align: left;
}
.subnavLink a{
	background-color:transparent;
	color:#0b2063;
}
.subnavLink img{
	float:left; 
	display:block; 
	padding-right:2px; 
	border:none;
}

/******************* Vertical End SubNav Styles ********************/

/******************* Footer Section ****************************/
.footer{
	background-color: transparent;
	color:White;
	font-size:85%; 
	padding: 10px 10px 10px 10px;
}
.footer a{
	background-color: transparent;
	color:White;
}
.footer a:hover{
	background-color: transparent;
	color:White;
}
.footerRight{
	float: right;
}
.footerLeft{
	float:left;
}
/******************* End Footer Section ****************************/

/********************* Corporate Description**************************/
#description {
	float:left;
	width:490px;
}
#description dl {
	float:left;
	width: 490px;
	margin: 0px 0 20px 0;
	padding:0;
	display: inline;
}
#description dt {
	width:490px;
	margin:0 0 10px 0;
	padding:0;
	font-size:120%;
	font-weight:bold;
	color:#333333;
}
#description dd {
	margin:0;
	padding:0;
}
#description dd.img img {
	float:right;
	margin: 0 0 0 8px;
	padding: 0;
	border: 1px solid #333333;
}
#description .alt dd.img img{
	float:left;
	margin: 0 8px 0 0;
}
/********************* End Corporate Description**********************/

