@charset "UTF-8";
/* CSS Document NEW */

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	outline: none;

}
body {
	text-align: center;
}

/* START LAYOUT DIVS */

#wrapper {
	width: 61em;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: visible;
	position: relative;
	margin-top: 0em;
}


#masthead {
	background-color: #000080;
	height: 8em;
	width: 61em;
}
#masthead img {
}

#maincontainer {
	background-color: #FFFFFF;
	width: 44em;
	float: left;
	margin-top: 12.75em;
}
.clear {
	clear: both;
}
.clear2 {
	clear: both;
	height: 1em;
}

#sidecontainer {
	background-color: #FFFFFF;
	width: 16em;
	float: right;
	margin-top: 12.75em;
}
#footer {
	background-color: #FFFFFF;
	height: 3em;
	width: 58.5em;
	font-size: 0.75em;
	color: #999999;
	clear: both;
	line-height: 2em;
	text-align: center;
}
#maincontent {
	background-color: #666666;
	width: 44em;
	height: 80em;
}

#menu {
	background-color: #FF9900;
	width: 60.5em;
	margin-bottom: 1em;
	height: 2.0625em;
	padding-left: 0.5em;
	z-index: 999;
	position: relative;
}

.mastheadtext {
	position: absolute;
	height: 8em;
	width: 61em;
}
#mmcontainer {
	position: absolute;
	left: 0px;
	top: 0px;
}


/* END LAYOUT DIVS */
.tickerDiv {
	font-weight: bold;
	color: #FF9900;
	font-size: 0.75em;
	margin-left: 1.25em;
	line-height: 1em;
	margin-bottom: 0.75em;
}
.news {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 1em;
	line-height: 1em;
}
a.news:link {
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}
a.news:visited {
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}
a.news:hover {
	font-weight: bold;
	color: #000080;
	text-decoration: underline;
}
a.news:active {
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}



.secondnav {
	height: 1.5em;
	width: 59em;
	display: block;
	font-size: 1em;
	line-height: 1em;
	color: #999999;
	margin-left: 1em;
}
.secondnav p {
	font-size: 0.75em;
	line-height: 1em;
	float: left;
	margin-right: 1em;
	color: #666666;
}
 #navlist
{
	margin: 0;
	padding: 0;
}

#navlist ul, #navlist li
{
	display: inline;
	list-style-type: none;
	font-size: 0.75em;
	line-height: 1em;
	padding: 0;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	text-decoration: underline;
	color: #666666;
	margin-right: 1em;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	color: #666666;
	text-decoration: underline;
}

#navlist a:hover {
	color: #000000;
	text-decoration: underline;
}
.facebook {
	margin-bottom: -1em;
	margin-top: 0em;
}

