﻿/* CSS Document */
/* ------------------------------- formatting ------------------------------- */
body {
	background-color: rgb(176,196,222);
	margin: 0px;
	padding: 0;
	font-size: 1.1em;
	font-family: verdana, arial, helvetica, sans-serif;
}
h1 {
	font: bold x-large Arial, sans-serif;
	color: #43616B;
	margin-top: 0px;
}
h2 {
	font: large Arial, sans-serif;
	color: ##9C1A1E;
}
h3 {
	font: large Arial, sans-serif;
	color: navy;
}
h4 {
	font: bold small Verdana, sans-serif;
	color: #9C1A1E;
	margin-bottom: 2px;
}
h5 {
	font: small Arial, sans-serif;
	color: #43616B;
	margin-top: 2px;
}
p {
	font: 0.7em Verdana, sans-serif;
}
#center p {
	font: 0.8em Verdana, sans-serif;
}
#sponsor p, #articlesponsor p {
	color: #A5B5C6;
}
#footer p {
	margin: 4px;
	text-align: center;
}
a {
	color: #34339B;
}
a:hover {
	color: black;
}
hr {
	color: red;
	height: 3px;
}
a img {
	border: 0px none;
	display: block;
/*      removes extra space underneath caused by default text-alignment    */
}
img {
	display: block;
	border: none;
}
.newsitem {
	background-color: rgb(255,255,224);
	position: relative;
	width: auto;
	min-width: 120px;
	margin: 5px;
	border: 3px solid red;
	padding: 10px;
	z-index: 3;
}
.newsitem p {
	text-align: left;
	color: navy;
}
/* All the content boxes belong to the content class. */
.content {
	background-color: rgb(255,255,224);
	position: relative;
	width: auto;
	margin: 5px;
	border: 2px solid navy;
	padding: 10px;
}
.malcontent {
	position: relative;
	width: auto;
	margin: 5px;
	border: none;
	padding: 5px;
}
.content p {
	font: 0.7em Verdana, sans-serif;
	text-align: justify;
	color: navy;
}
.malcontent p {
	font: 0.8em Verdana, sans-serif;
	text-align: center;
	color: navy;
}
.content li {
	font: 0.7em Verdana, sans-serif;
	color: navy
}
.newsitem li {
	font: 0.9em Verdana, sans-serif;
	color: navy
}
.newsitem dl {
	font: 0.7em Verdana, sans-serif;
	color: navy
}
#top {
	background: url(Graphics/bg.gif) repeat-x;
	height: 105px;
	min-width: 700px;
}
#left {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 130px;
	background: transparent;
	color: #000;
}
#center {
	margin-left: 160px;
	margin-right: 220px;
	/*min-width: 650px;
*/
	background: transparent;
	color: #000;
}
#centerfront {
	margin-left: 160px;
	margin-right: 220px;
	/*min-width: 650px;
*/
	background: transparent;
	color: #000;
}
#centerphoto {
	margin-left: 160px;
	margin-right: 50px;
	/*min-width: 650px;
*/
	background: transparent;
	color: #000;
}
#centerfront {
	margin-left: 160px;
	margin-right: 220px;
	/*min-width: 650px;
*/
	background: transparent;
	color: #000;
}
#centermus {
	margin-left: 160px;
	margin-right: 220px;
	min-width: 650px;
	background: transparent;
	color: #000;
}
#right {
	position: absolute;
	right: 10px;
	top: 105px;
	width: 200px;
	background-color: transparent;
}
#news {
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}
div#topcontent {
	position: relative;
	top: 0px;
	left: 0px;
}
#topcontent h2, #topcontent p {
	display: inline;
	margin-right: 0.5em;
}
#footer {
	background-color: rgb(210,246,245);
	position: relative;
	width: auto;
	/*min-width: 650px;
*/
	margin: 5px;
	border: 3px solid red;
	padding: 10px;
	z-index: 3;
	/*clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	background-color: #D6D6D6;
	color: #000;
*/
	visibility: visible;
}
#footercontent {
	text-align: center;
}
/* -------------------------------- Navigation ------------------------------ */
/* List tips courtesy of A List Apart:                                        */
/* http://www.alistapart.com/stories/taminglists/                             */
/* -------------------------------- Navigation ------------------------------ */
ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #D6D6D6;
}
ul#mainnav li {
	display: block;
	border-top: 1px solid #A5B5C6;
}
ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #FFFF99;
	/*font: bold 0.6em /1.5 trebuchet; */
	font-family:trebuchet;
	font-weight:bold;
	font-size:small;
	/*font: bold 0.6em  trebuchet; */
/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height */
	color: #5C6F90;
	text-decoration: none;
	width: 100%;
/* Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix */
}
ul#mainnav li a:hover {
	background-color: yellow;
	color: red;
}
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px yellow;
}
ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px solid green;
	padding-left: 1.5em;
}
ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #5C6F90;
	background-color: transparent;
	border: 0px solid yellow;
}
ul#mainnav ul.subnav li a:hover {
	color: #43616B;
	background-color: transparent;
	text-decoration: underline;
}
div#topcontent ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
}
div#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;
}
div#topcontent ul li.first {
	border-left: 0px none;
}
div#topcontent ul li a {
	font: 0.7em /1 verdana, sans-serif;
}
div#topcontent form {
	position: absolute;
	right: 0px;
	top: 55px;
	margin: 0px;
}
/* ---------------------------------------------------------------------*/
