/* style.css */

body {
	background-color: #336699;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active{
	color: green;
	text-decoration: underline;
	font-weight: bold;
}

img {
	border: 0;
}

#banner {
	margin-bottom: 10px;
}
#banner-container { 
	background-color: white;
	padding-bottom: 0em;
	background-image: url("images/banner-back.gif");
	background-repeat: repeat-x;
}
#main-container { 
	padding: 0.5em;
}

#col-1 {
	position: absolute;
	width: 200px;
}

#col-2 {
	position: relative;
	width: 600px;
	margin-left: 200px;
}

.newscontainer {
	border: 1px solid black;
	border-bottom: 1px solid #19334C;
	border-right: 1px solid #19334C;
	margin-bottom: 0.5em;
	width: auto;
	padding: 0;
	background-color: #E0E0E0;
}
.newsheader {
	font-size: 110%;
	font-family: "helvetica", sans-serif;
	background-color: black;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid black;
	padding-left: 0.5em;
	background-image: url("images/newsheader.jpg");
	background-repeat: repeat-x;
	width: 598px;
	width: 100%;
	background-color: black;
	border-right: 1px solid black;
}

.newsbody {
	background-image: url("images/newsbody.gif");
	background-repeat: no-repeat;
	padding: 0.5em;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.navcontainer {
	border: 1px solid black;
	border-bottom: 1px solid #19334C;
	border-right: 1px solid #19334C;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	padding: 0;
	background-color: #E0E0E0;
}

.navheader {
	font-size: 110%;
	font-family: "helvetica", sans-serif;
	background-color: black;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid black;
	padding-left: 0.5em;
	background-image: url("images/newsheader.jpg");
	background-repeat: repeat-x;
	border-right: 1px solid black;
}

.navbody {
	background-image: url("images/newsbody.gif");
	background-repeat: no-repeat;
	padding: 0.5em;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	font-size: 130%;
	font-family: "arial black", sans-serif;
}

#navlist li {
	padding-left: 0px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#navlist li a:link, #navlist li a:visited {
	color: #336699;
	text-decoration: none;
	font-weight: normal;
}
#navlist li a:hover, #navlist li a:active{
	color: green;
	text-decoration: none;
	font-weight: normal;
}
/* EOF */