/* --------------------- These style control the general look of the site --------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	scrollbar-arrow-color:#6666CC;
	scrollbar-face-color:#FF9933;
	scrollbar-shadow-color:#6666CC;
	scrollbar-highlight-color:#FF9933;
	scrollbar-track-color:#C5C7EC;
	margin: 0;
	padding: 0;
}
a {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: small;
	text-decoration: underline;
}
a:hover {  
	color: #FF6600; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: underline;}
h1 {
	font-size: xx-large;
	font-weight: bold;
}
h2 {
	font-size: x-large;
	font-weight: bold;
	color: #FF9933;
	text-align: center;
}
h3 {
	font-size: large;
	font-weight: bold;
}
.tangerine {
	font-weight: bold;
	color: #FF6600;
}
.redtext {
	color: #FF0000
}
.bluetext {
	color: #0000CC
}
.fine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
}
.plain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
.highlighter {
	background-color: #FFFF00;
}
.ColoredSubhead {
	font-weight: bolder;
	color: #FF0000;
}
@media screen {
/* --------------------- TopNav Box Styles --------------- */
#topnav {
	position:absolute;
	left:0px;
	top:5px;
	margin: 0px;
	padding: 3px;
	width: 100%;
	height:20px;
	z-index:1;
}
/* --------------------- Header Box Styles --------------- */
#header {
	position:absolute;
	left: 0px;
	top: 20px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 91px;
	z-index: 1;
	border-bottom: 2px solid #6666CC;
}
/* --------------------- Body Box Side Styles --------------- */
#bodycontent {
	position:absolute; 
	left:3px; 
	padding: 1%;
	margin: 2px;
	top:199px; 
	width:79%; 
	height:auto; 
	z-index:1;
}
/* --------------------- Right Side Box Styles --------------- */
#rightside {
	background-color: #C5C7EC;
	position: absolute;
	right: 0px;
	margin: 0px;
	padding: 1%;
	top: 204px;
	width: 16%;
	height: auto;
	z-index: 1;
	border: 2px;
	border-color: #6666CC;
	border-style: solid;
}
}
@media print {
/* --------------------- TopNav Box Styles --------------- */
#topnav {
	display:none;
}
/* --------------------- Header Box Styles --------------- */
#header {
	position:absolute;
	left: 0px;
	top: 20px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 91px;
	z-index: 1;
	border-bottom: 2px solid #6666CC;
}
/* --------------------- Body Box Side Styles --------------- */
#bodycontent {
	position:absolute; 
	left:40px; 
	padding: 1%;
	margin: 2px;
	top:199px; 
	width:73%; 
	height:auto; 
	z-index:1;
}
/* --------------------- Right Side Box Styles --------------- */
#rightside {
	display:none;
}
}