/*
Filename:     basic.css
Description:  this file holds all style information that should apply to the whole site AND to the editor window
    any classes listed here will appear in the editor style dropdown - if you do not want the item to appear in the dropdown AND do not want
	that style info to be applied to the editor window - put it into site.css
*/

BODY { background-image:url(../images/BGmain.gif); color: white; font-family:"arial"; font-size:12px; }
div, td, layer { color: black; font-family:"arial"; font-size:12px; margin: 0px; }
input, select, option, textarea {
	font-size:12px;
	font-family: Arial;
}

a.bodybox:link, a.bodybox:active, a.bodybox:visited, a.bodybox:hover { width: 100%; height: 100%; text-decoration: none; color: #ffffff; vertical-align: bottom; }

.pagetitle {color: #CC0033; text-decoration: none; font-weight: bold; font-size:9pt;}
.heading {color: white; font-weight: bold; font-size:12pt;}
A.footer:link, A.footer:active, A.footer:visited, A.footer:hover{
	color: #FF8700;
	font-family: Arial;
	font-size: 10px;}
 
A.rnav:link, A.rnav:active, A.rnav:visited {color: #666666 ; text-decoration:none; font-size:8pt;}
A.rnav:hover {color: #666666; text-decoration:underline; font-size:8pt;}
A:link,A:hover,A:active,A:visited{
	text-decoration: underline;
	color: white;
	font-size: 12px;
	font-family:"verdana";
	font-weight: none;
}

h1.main, h2.main, h3.main, h4.main, h5.main, h6.main {
	font-size: 12px;
	color: #FF8700;
	font-family: Verdana;
	font-weight: bold;
}

h1.nav, h2.nav, h3.nav, h4.nav, h5.nav, h6.nav {
	font-size: 12px;
	color: #FF8700;
	font-family: Arial;
	font-weight: bold;
}


.main-content {
	font-family: Verdana;
	font-size: 12px;
	color: white;
}

.main-content a:link,.main-content a:hover,.main-content a:visited,.main-content a:active {
	color: white;
	text-decoration: underline;
}

.sub-content {
	font-family: Arial;
	font-size: 11px;
	color: white;
}

.orange {
	color: #FF8700;
}

.green {
	color: #C4E668;
}

.sub-content A:link, .sub-content A:visited, .sub-content A:active {
	color: #C4E668;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

.sub-content A:hover {
	color: #C4E668;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
}