@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #ececec;
}
img {
	border: 0;
}
#maincontainer {
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: white;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
#footercontainer {
	position: relative;
	padding: 0px 0px 318px 0px;
	margin: 0px 0px 0px 0px;
	width:800px;
}
#header {
	position:absolute;
	width:800px;
	height:176px;
	top:0px;
	left:0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#sub_head {
	position:absolute;
	width:800px;
	height:47px;
	top:176px;
	left:0px;
	background-color: #0055a5;
}
#sub_head p {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	text-align:center;
}
#nav {
	position:absolute;
	width:192px;
	top:225px;
	left:0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#nav ul {
	top:0px;
	left:0px;
	margin: 20px 0px 25px 12px;
	padding: 0px 0px 0px 0px;
	bottom: 0px;
}
#nav ul li {
	padding:0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	border-bottom-color: #c5c4c4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#nav ul li a {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color:#000;
}
#nav ul li a:hover {
	color: #3333FF;
}
#left {
	position:relative;
	top: 245px;
	left:235px;
	width:298px;
	height:300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#left p {
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	line-height:13px;
	letter-spacing: 0.03em;
}
#left h1 {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight:normal;
	padding:0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	color: #0455a1;
}
#right {
	position:absolute;
	top: 223px;
	left:609px;
	height:301px;
	width: 191px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	bottom: 0px;
}
#right img {
	padding:0;
	margin: 0px 3px 0px 0px;
}
#footer {
	position:absolute;
	padding: 0;
	margin: 0;
	top:604px;
	width:800px;
	height: 25px;
	left:0px;
	bottom:0px;
	background-color: #00438c;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
}
#footer p {padding: 5px 0 0 10px; margin:0;}

#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover { text-decoration: underline;
}
.designby {float: right; padding: 0 10px 0 0; margin:0;
}

