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

body{
	padding:0;
	margin:0 auto;
	font-size:12px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) repeat-x #000b43;
}

.container {
	margin:0 auto;
	width: 920px;
	background: url(images/content_bg.png) repeat-y;
}

.container2 {
	margin:0 auto;
	width: 882px;
}

.header {
	height: 130px;
	}

.spacer1 {
	height: 10px;
	}

.links {
	height: 45px;
	background: url(images/links-bg.gif) no-repeat;
	padding: 0px 0px 0px 14px;
}

.flash {
	height: 297px;
}

.flash2 {
	height: 125px;
}

.main {
	background: url(images/main-bg.gif) top no-repeat;
	}
	
.main2 {
	margin: 0 auto;
	width: 838px;
	}
	
	.content {
		float: left;
		padding: 20px 0px 0px 0px;
		width: 608px;
		}
	
	.sidebar {
		float: right;
		padding: 20px 0px 0px 0px;
		width: 206px;
		text-align: right;
	}

.spacer2 {
	clear:both;
	height: 10px;
	}
	
.footer {
	height: 99px;
	background: url(images/footer-bg.gif) repeat-x;
	font-size:10px;
	text-transform:uppercase;
	color: white;
	}
	
	.f-left {
		float: left;
		padding: 18px;
	}
	
	.f-right {
		float: right;
		padding: 18px;
		text-align: right;
	}

/* Menu */
.links ul{
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #9a9a9a;
}
.links li{
	float:left;
	text-align:center;
	list-style-type:none;
	line-height:40px;
}
.links li a{
	text-decoration:none;
	color:#777777;
	padding:0px 8px 0px 8px;
	display:block;
}
.links li a:hover, .menu li a.current{
	color:#000b43;
	display:block;
}
/* Menu End */

/* Menu */
.f-left ul{
	padding: 10px 0px 0px 0px;
	margin:0;
	color: white;
}
.f-left li{
	float:left;
	text-align:center;
	list-style-type:none;
	line-height:10px;
}
.f-left a{
	text-decoration:none;
	color:white;
	padding:0 10px;
	display:block;
	border-right: solid #858181 1px;
}
.f-left a:hover, .f-left a.current{
	text-decoration:underline;
	color:white;
	display:block;
}
/* Menu End */

/* text styles */

h1,h2,h3,h4,h5 {
	color: #000b43;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

strong{
	color: #000b43;
	font-weight: bold;
	}

a img{
	border:0;
}

a{
	text-decoration:underline;
}
a:hover{
	color: #000b43;
	text-decoration:none;
}
	
/* END text syles */