body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 10px 5px 10px;
	background: #0F1922;
}

#header-wrap {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: auto;
}

#header-container {
	height: 170px;
	background-color: #0F1922;
}

#header {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#header img, #footer img {
	display: block;
}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
	overflow: auto;
	padding: 170px 0 40px;
	background-image: url(../images/bgbar.png);
	background-position:center;
	background-repeat:repeat-y;
}

#content {
	margin: 0 auto;
	width: 750px;
}

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: auto;
}

#footer-container {
	height: 40px;
	background: #0F1922;
}

#footer {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

a:link {
	color: #999;
	text-decoration: none;
	border-bottom:2px dotted #999
	}
a:visited {
	text-decoration: none;
	color: #999;
	border-bottom:2px dotted #999
}
a:hover {
	color: #6D98BE;
	border-bottom:2px dotted #6D98BE;
	text-decoration: none;
}
a:active {
	color: #6D98BE;
	text-decoration: none;
	border-bottom:2px dotted #6D98BE
}
.news_default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	
}

.smalllink:link {
	color: #999;
	text-decoration: none;
	border-bottom: 1px #999;
	}
.smalllink:visited {
	text-decoration: none;
	color: #999;
	border-bottom: 1px #999;
}
.smalllink:hover {
	color: #6D98BE;
	text-decoration: none;
	border-bottom: 1px #999;
}
.smalllink:active {
	color: #6D98BE;
	text-decoration: none;
	border-bottom: 1px #999;
}

.news_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #6D98BE;
	text-decoration: underline;
}
.news_secondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.news_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: oblique;
	font-weight: normal;
	text-transform: lowercase;
	color: #CCC;
}
