@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fce3d2;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

.navcell a {
	display: block;
}

a:link {
	text-decoration: none;
	color: #313195;
}
a:visited {
	text-decoration: none;
	color: #313195;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #313195;
}

.topmenu {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}
.topmenu a:link {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 3px;
}
.topmenu a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 3px;
}
.topmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px;
	background-color: #ff9248;
}
.topmenu a:active {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 3px;
}


.borderstop {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.borders {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.menubg {
	background-image: url(/images/menubg.jpg);
	background-repeat: no-repeat;
	height: 36px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-top: 1px;
	font-size: 11px;
	font-weight: bold;
}
.menubg a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menubg a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menubg a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menubg a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.navcell {
	text-align: center;
	width: 45px;
}
.content {
	background-color: #FFFFFF;
	padding: 5px;
}
.footer {
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(/images/footerbg.jpg);
	padding: 5px;
	height: 57px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.bottomText {
	font-size: 11px;
	padding: 3px;
}

.bottomText a:link,
.bottomText a:visited,
.bottomText a:active {
	color: #000;
	text-decoration: none; }
	
.bottomText a:hover {
	color: #313195;
	text-decoration: underline; }

.boxbg {
	font-size: 11px;
	background-image: url(/images/boxbg.jpg);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 15px;
}

.boxbg2 {
	font-size: 11px;
	background-image: url(/images/boxbg2.jpg);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 15px;
}

.boxbg2 a:link,
.boxbg2 a:visited,
.boxbg2 a:hover,
.boxbg2 a:active {
	color: #ff9855;
}

.newsnotesText {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
}

.welcomeText {
	font-weight: bold;
	font-size: 14px;
}

.otoText {
	font-size: 12px;
	border: solid 1px #e3e3e3;
	background-color: #f3f3f3;
	padding-right: 5px;
	padding-left: 5px;
}

.textJustify {
	text-align: justify;
	}

.navcss {
position:absolute;
visibility: hidden;
font:normal 12px Arial,Verdana;
line-height: 18px;
z-index: 100;
background-color: #383795;
color: #000000;
}
 
.navcss a:link, .navcss a:visited, .navcss a:active {
width: 215px;
display: block;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
font-size: 8pt;
padding-left: 2px;
padding-top: 2px;
padding-bottom: 2px;
color: #ffffff;
}

.navcss a:hover {
	background-color: #f2833b;
	color: #ffffff;
	}
	
#wnc {
	padding: 5px;
	}
	
#scott {
	border: solid 1px #000;
	margin: 5px;
	}
	
.titleText {
	padding-top: 10px;
	font-weight: bold;
	text-align: left;
}

.dateText {
	text-align: left;
}

.newsDesc {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #c0c0c0;
}

.newsDisp {
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}
.breadcrumb {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 5px;
	}
	
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	color: #0054a6;
	}
	
.smallText {
	font-size: 11px;
	}