@charset "utf-8";
/* CSS Document */


/* ---- Home Page ---- */
body {
	background-image: url(../images/bkgrnd_swirlh.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: black;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
}

#container {
	background-color: black;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 900px;
	border: 1px solid black;
	position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -450px;
}

#topbanner {
	background-color: black;
	position: absolute;
	top: 0px;
    left: 50%;
    margin-left: -450px;
}

/* ---- Main Nav ---- */
#main_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;
	position: absolute;
	left: 10px;
	top: 7px;
	display: block;
}

#main_nav a, #main_nav a:visited {
	color: black;
	text-decoration: none;
	padding: 6px 10px 0px 10px;
}

#main_nav a:hover {
	color: white;
	text-decoration: overline;
	padding: 6px 10px 0px 10px;
}

#main_nav #selected {
	color: white;
	text-decoration: overline;
	padding: 6px 10px 0px 10px;
}

/* ---- Scrolling About Box ---- */
#newsbox {
	position: absolute;
	left: 320px;
	top: 40px;
	width: 562px;
	height: 460px;
	overflow: auto;
}

#newsbox #heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: white;
	text-align: left;
	background-color: black;
	padding: 4px 0px 4px 6px;
	margin-bottom: 4px;
	margin-top: 6px;
	clear: left;
}

#newsbox #para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 3px 10px 0px 0px;
}

#newsbox #paraB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 3px 10px 0px 14px;
	border-left: 1px solid black;
}

#newsbox #para a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
}

#newsbox #para a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
	text-decoration: overline;
}

#newsbox img {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	clear: left;
	border: 1px solid black;
}

#newsboxcats {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	text-align: left;
	position: absolute;
	left: 320px;
	top: 42px;
	width: 562px;
	height: 30px;
}


/* ---- Footer ---- */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: notmal;
	color: black;
	text-align: left;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	position: absolute;
	left: 10px;
	top: 580px;
}

#footer a, #footer a:visited {
	color: black;
	text-decoration: underline;
}

#footer a:hover {
	color: black;
	text-decoration: overline;
}

