﻿body {
	background-color: #333333;
	background-image: url(images/bkg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* MAIN PAGE TEXT AND OPTIONAL TEXT */

p {
	font-size: 12px;
   	font-family: georgia, "times new Roman", Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	margin-top:0px; margin-bottom: 0px;
}

td {
	font-size: 12px;
   	font-family: georgia, "times new Roman", Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	margin-top:0px; margin-bottom: 0px;
}

.highlighted {
   	font-family: georgia, "times new Roman", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #990000;
	margin-top: 0; margin-bottom: 0;
}

.home_boxes {
	font-size: 11px;
   	font-family: georgia, "times new Roman", Verdana, Arial, Helvetica, sans-serif;
	color:#efefef;
	margin-top:0px; margin-bottom: 0px;
}

.reference {
   	font-family: georgia, "times new Roman", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin-top: 0; margin-bottom: 0;
}


.indented_text {
   	font-family: georgia, "times new Roman", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 15px; margin-top: 0; margin-bottom: 0;
}

.indented_text2 {
   	font-family: georgia, "times new Roman", Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;
	color: #000000;
	margin-left: 40px; margin-top: 0; margin-bottom: 0;
}

.indented_text3 {
   	font-family: georgia, "times new Roman", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 59px; margin-top: 0; margin-bottom: 0;
}


/* MAIN LINKS */

a:link {
	text-decoration: none;
	color: #0065CE;
}

a:visited {
	text-decoration: none;
	color: #0065CE;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
	border-bottom: dotted 1px #FF0000;
}

a:active {
	text-decoration: none;
	color: #0065CE;
}



/* HEADERS */


.header {	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.sm_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #00000;
	margin-top: 0; margin-bottom: 3px;
}


.large_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}

.larger_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}

.news_header {
	font-family: verdana, helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BA2C30;
	margin-top: 0; margin-bottom: 5px;
}

.divider_header {	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0; margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #000000;
}


/* IMAGE BORDERS */

.imageborder {
	border-style: solid;
	border-color: #333333;
	border-width:1px;
}

.imageborder2 {
	border-style:dotted;
	border-color: #333333;
	border-width:1px;
}


/* FORM FIELDS */

.formfield {
	font-family: verdana, Arial, helvetica, sans-serif;
	color: #01163F;
	font-size: 11px;
	font-weight: normal;
	margin-top:0; margin-bottom:0;
	border: 1px solid #999999;
	background-color: #ffffff;
	padding-top: 1; padding-bottom: 1;
	
}

.submitfield {
	font-family: verdana, Arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	margin-top:0; margin-bottom:0;
	border: 1px solid #000000;
	background-color: #006599;
	padding-top: 0; padding-bottom: 0;
}

/* FOOTERS */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:active {
	color: #FFFFFF;
	text-decoration: none;
}



<link href="mainstyle.css" rel="stylesheet" type="text/css">
