@charset "utf-8";
/* CSS Document */

body {
	background-color:#0e0e0e;
}

/*+++++++ MAIN NAVIGATION - TEMPLATE ONLY +++++++*/
#navtable {
	background-color: #666666;
}
#navtable2 {
	background-color: #000000;
	border: solid 2px #ffffff;
}
#navtable3 {
	border: solid 0px #666666;
}
/*bgcolor 669999*/
#body {
	background-color: #669999;
}
/* 669966 (green), 669999
 * border: solid 3px #993333;
 */

.marquee {
	color: #990000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: bold;
}
.marquee2 {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: bold;
}

.navlinks {
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-align: center;
}
.footerlink {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}


/*+++++++ SECONDARY NAV +++++++*/
.sidenavheader {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.sidenavlinks {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #669966;
}
.sidenavheader2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 15px;
}
.sidenavsublinks {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #669999;
}
.sidenavtext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}



/*+++++++ BODY +++++++*/

/* Tables */
/* Blue #006699 */
#table {
	border-collapse: collapse;
}
#hometable {
	border-collapse: collapse;
	background-color: #669999;
}
#bodytable {
	background-color: #336666;
}
#border {
	border-top: solid 3px #777777;
	border-bottom: solid 2px #8a8a8a;
}
#highlight {
	background-color: #CCCCCC;
}

/* Texts */
.bodytext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.4em;
}
.bodytextwhite {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.4em;
}
.smallbody {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
.smallbodylinks {
	color: #669999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Header */
.mainheader {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #669966;
	font-weight: bolder;
	line-height: 1.1em;
}
.mainsubheader {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 1.2em;
}
.tableheader {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
}
.tablesubheader {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Links */
.bodylinks {
	color: #0080c8;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
.bodylinksmajor {
	color: #0080c8;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bodylinkslarge {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	color:#669999;
}

/* Links 669999 */



/* Links */
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

a.nav:link {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.nav:visited {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.nav:hover {
	text-decoration: underline;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
a.nav:active {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

a.nav2:link {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.nav2:visited {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.nav2:hover {
	text-decoration: underline;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
a.nav2:active {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.nav2 {
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/*Visited links - color: #336699*/