@charset "utf-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
}
body {
	
	padding: 0px 0px 0px 0px;
	font-size: 95%;
	font-family: "Times New Roman", Times, serif;
	margin: 0; /* to avoid margins */
   }
	

#wrapper{
	
  	margin-left: auto ;
  	margin-right: auto ;
	margin-top: auto;
	padding: 0px 0px 0px 0px;
	align: center;
	width: 950px;
	background-color:white;;
	}


#header-frame{

	background-image:url(images/top_curve.png);
	background-repeat:no-repeat;
	padding-top: 30px;
	
	color:#FFFFFF;
	height: 10px;

}
#header-box{
padding-left: 20px;
	
	clear:both;
	
	
	background-color:#101274;
	height: 80px;
	
}

#header-left
{
width: 55%;
float:left;
}
#header-left H1

{
font-family: "Times New Roman", Times, serif;
font-style: italic;

font-size:38px;
color:#FFFFFF;

height: 55px;
margin-top:0px;}

#header-right
{
width: 40%;
float:right;
text-align:right;
padding: 5px 5px 5px 5px;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
font-size:20px;
}


#top-menu{clear:both; 
border-left: 5px solid #101274;
border-right: 5px solid #101274;
height: 30px;
padding-left: 18px; 
padding-top: 15px;
}

#top-menu ul
{
background-color:#101274;
list-style: none;
padding: 0;
margin: 0;

} 

#top-menu li
{
float: left;
margin: 0 0.15em;

} 
#top-menu li a
{
font-size: 12.5px;
height: 2em;
line-height: 2em;
float: left;
width: 7.5em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}


#top-menu li a:Hover
{
background-color: #8EA8EA;
}
#body-area {clear: both;border-left: 5px solid #101274;
border-right: 5px solid #101274;
padding: 5px 5px 5px 5px;}

#body-area P, #body-area ul
{
color: #101274;
}

#body-area H2
{
color: #3A18A0;
font-style:italic;
}

#body-area H3
{
color: #3A18A0;
font-size: medium;
font-style:italic;
}

#footer{clear: both;border-left: 5px solid #101274;
border-right: 5px solid #101274;
padding: 5px 5px 5px 5px;}

#footer-base
{
	background-image:url(images/base_curve.png);
	background-repeat:no-repeat;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	font:Geneva, Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	height: 25px;
	
}
#footer-base a {color:White;}
.imagebox
{
width: 250px;
height: auto;
border: 1px double #dcdce9;
float:right;
clear:both;
padding: 0px 10px 0px 10px;
}