/* CSS Document */

	  
body {
background-color: #e0e6f2;
background-image: url(/css_and_pres/salixback.jpg);
background-repeat: repeat-x;
text-align: center;
/*height:110%;*/
}


/*==========================  DEFAULT  =======================*/

.main_container {
	width: 949px;
	font-family: Georgia, sans-serif;
	font-size:16px;
	margin:0 auto;
	text-align:left;
	background-color: #ffffff;
	border: 1px solid #000000;
}


.logo_image_cont
{	height:198px;
}

.logo{
	width:209px;
margin-top:45px;
	float:left;
}

.headerimage{
width:740px;
float:left;

}
.bluebox
{
	background-color: #316FC2;
	float:left;
	width: 949px;
	height:31px;
	font-size:22px;
	text-align:center;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 7px;
}


.main_display_area{
/*incorporates a prop */
	background-color: #ffffff;



}


.menu_box{
	width:163px;
	float:left;
	margin-top:42px;
	padding-left:46px;

}
.content_area
{
	float:left;
	margin-top: 48px;
	width: 610px;
	color: #1e467a;
min-height:420px;


}
/*========================== MENU STRIP  =======================*/

.menu_box A:link {
	text-decoration: none;
	color: #245494;
	font-weight: bold;
	font-size:18px;
}
.menu_box A:visited {
	text-decoration: none;
	color: #245494;
	font-weight: bold;
	font-size:18px;
}
.menu_box A:hover {
	text-decoration: none;
	color: #01cb65;
	font-weight: bold;
	font-size:18px;
}
.menu_box A:active {
	text-decoration: none;
	color: #245494;
	font-weight: bold;
	font-size:18px;
}







.content_area A:link {text-decoration: none; color: #01cb65;  font-size:16px;}
.content_area A:visited {text-decoration: none; color: #01cb65; ; font-size:16px;}
.content_area A:hover {
	text-decoration: none;
	color: #FE2C10;
	font-size:16px;
}
.content_area A:active {text-decoration: none; color: #01cb65; font-size:16px;}



 .pic_and_caption_floatleft {
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: bold;
} 


.footer{
font-family: Georgia, sans-serif;
	font-size: 10px;
	text-align: left;
width: 949px;
margin-left: 3%;
margin:0 auto;
	
	
}

.footer A:link {
font-family: Georgia, sans-serif;
	text-decoration: none;
	color: #245494;
	font-weight: bold;
	font-size:10px;
}
.footer A:visited {
font-family: Georgia, sans-serif;
	text-decoration: none;
	color: #245494;
	font-weight: bold;
	font-size:10px;
}
.footer A:hover {
font-family: Georgia, sans-serif;
	text-decoration: none;
	color: #01cb65;
	font-weight: bold;
	font-size:10px;
}
.footer A:active {
font-family: Georgia, sans-serif;
	text-decoration: none;
	color: #245494;
	font-weight: bold;
	font-size:10px;
}






h1
{
	font-size: 16px;
	font-weight: bold;
}





.clearer{
clear:both;
}

