@charset "UTF-8";
/* CSS Document */
Body{
	background-color:#E3E1CF;
}

#container{
	width: 900px;
	height: 700px;
	background-image: url(images/darkblue_container.png);
	margin:auto;
}

#inner_container{
	width:834px;
	height: 641px;
	background-image:url(images/lightblue_body.png);
	margin-top: 28px;
	margin-left: 28px;
	float:left;
}

#first_banner{
	width:545px;
	height:88px;
	float:left;
	background-image:url(images/first_banner.jpg);
}

#second_banner{
	width:286px;
	height:88px;
	float:left;
	background-image:url(images/second_banner.png);
}

#header{
	width:834px;
	height:51px;
	background-image:url(images/header.jpg);
	Float:left;
}

img{
	border:none;
}

#navBar{
	width:764px;
	height:32px;
	background-image:url(images/nav_bar.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	font-size:12px;
	text-align:right;
	color: #003366;
	padding-right: 25px;
	padding-bottom: 20px;
}

#navBar ul li{
	list-style-type: none;
	display:inline;
	padding-right:5px;
	padding-bottom: 20px;
}

#navBar a:link{
	text-decoration:none;
	color: #003366;
	border: none;
}

#navBar a:visited{
	text-decoration:none;
	color: #003366;
	border: none;
}

#navBar a:hover{
	text-decoration:none;
	color: #3574A2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navBar a:active{
	text-decoration:none;
	border: none;
}

#body{
	width:834px;
	height: 380px;
}

#leftColumn{
	float:left;
	width: 234px;
	height: 320px;
	Padding:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#leftColumn a:link{
	color:#006699;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#leftColumn a:visited{
	color:#006699;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#leftColumn a:hover{
	color:#003366;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#rightColumn{
	float: left;
	width: 440px;
	height: 320px;
	background-color:#EAF6FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 30px;
	line-height: 18px;
}

#footer{
	width: 834px;
	text-align:center;
	color:335ea1;
	float:right;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:40px;
}

#footer a:link{
	text-decoration:none;
    color:#006699;
}

#footer a:visited{
	text-decoration:none;
	color:#006699;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#335ea1;
	font-style:italic;
	font-weight:600;
	line-height:5px;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#335ea1;
}

