﻿/* CSS layout */
#masthead {
height:125px;
background-color:#fff;
margin-left:0px;
margin-right:0px;
background-image:url('images/topbg4.jpg'); 
background-position:left;
background-repeat:repeat-x;
}
#top_nav {
height:25px;
background-color:#424d9c;
margin-left:0px;
margin-right:0px;
border-bottom:2px #63be4a solid;
border-top:2px #63be4a solid;
padding-top:5px;
/*text-align:right;*/
padding-right:20px;
/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#919bc5,endColorStr=#424d9c); */

}
#page_content {
	margin-left:40px;
	margin-right:40px;
	/*height:400px;*/
	min-height:400px;

}
#footer {
height:50px;
background-color:white;
text-align:center;
font-size:85%;
clear:both;
}