/* local styles */

/* top navigation colors */
#mainnav {
	text-align: left;
	text-indent: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #eeeeee;
	background-position: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	
}

#mainnav a:link {
	color: #003366;;
	text-decoration: none;
	background-color: transparent;
}

#mainnav a:visited {color: #003366;
		text-decoration: none;
}
#mainnav a:hover {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
}
#mainnav a:active {color: #003366;
}

/* newsblock colors and links */

.mainheader {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #000033;
}

.mainheaderback {
	background-color: #000033;
}

.newsblocklinkstop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding: 2px 2px 2px 3px;
	text-align: right;
}

a.newsblocktoplinks {color: #FFFFFF;
		text-decoration: none;
		background-color: transparent;
}

a.newsblocktoplinks:visited {color: #FFFFFF;
		text-decoration: none;
		background-color: transparent;
}

a.newsblocktoplinks:hover {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
}

a.newsblocktoplinks:active {color: #FFFFFF;
	background-color: transparent;
}

a.newsblockmainlink {color: #FFFFFF;
		text-decoration: underline;
		background-color: transparent;
}

/* community box headers */

.communityboxhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #EEEEEE;
	text-align: left;
}

/* top story front page */

/* vertical story pics */
.mediaboxvert {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* horizontal story pics */
.mediaboxhor {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.mediaboxhorbottom {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

/* black bars on top story front page */
.mediaboxborder {
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.mediaphotobox {
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
}

.subscriptionheader {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #eeeeee;
}