* {
	margin:0;
	padding:0;
	}
	
img {
	border:0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background: #052944 url(../images/background_repeat_x.jpg) repeat-x;
	
	}
#container {
	width:797px;
	background: #2e4b63 url(../images/bgrepeat.gif) repeat-y;
	margin: 0 auto;
	}
#background_container {
	width:797px;
	background:url(../images/bg_norepeat.gif) no-repeat;
	margin: 0 auto;
	}
.clear {
	clear:both;
	}
#inner {
	width:759px;
	margin:0 auto;
	border-right:1px solid #333;
	border-left:1px solid #333;
	}
#header {
	background: url(../images/header.jpg) no-repeat top left;
	height:205px;
	border-top:15px solid #490002;
	border-bottom:15px solid #770003;
	}
#nav {
	border-left:7px solid #fff;
	width:180px;
	float:left;
	background:transparent;
	/* border-bottom:5px solid #0a2f4d; */
	}
#nav ul {
	list-style-type:none;
	}
#nav ul li {
	border-bottom:1px solid #fff;
	}
#nav ul li a,#nav ul li a:active,#nav ul li a:visited {
	display:block;
	padding:8px 0 8px 20px;
	color:#fff;
	text-decoration:none;
	background: #08263f;
	}
#nav ul li a:hover {
	background:#293a49 url(../images/arrow.gif) no-repeat 0 50%;
	}
#right {
	float:left;
	width:532px; /* do not even think about touching this */
	padding:10px 20px 10px 20px;
	background:#fff;
	}
h1 {
	color: #2e495f;
	font-size:18px;
	font-weight:bold;
	}
.text {
	margin:10px 0;
	}
.image {
	border:2px solid #1D3145;
	}
#footer {
	background:#041727;
	text-align:center;
	padding:10px;
	color:#fff;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#footer a,#footer a:active,#footer a:visited  {
	color:#fff;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:none;
	}
.smallblue {
	font-weight:bold;
	color:#1D3145; 
	text-align:center;
	}
