﻿p,td,body { font-family: Arial; font-size: 13px;}

body 
{
    background: url(/images/backgrounds/background2.jpg) repeat-x top;

}

a:active	{ text-decoration: underline; font-style: normal; color: #194747; font-weight: normal; }
a:link		{ text-decoration: underline; font-style: normal; color: #194747; font-weight: normal; }
a:visited	{ text-decoration: underline; font-style: normal; color: #194747; font-weight: normal; }
a:hover		{ text-decoration: underline; font-style: normal; color: #809999; font-weight: normal; }

h1  { text-decoration: none; font-style: normal; color: #FF0000; font-weight: bold;}
h2  { text-decoration: none; font-style: normal; color: #274F78; font-weight: bold;}
h3  { text-decoration: none; font-style: normal; color: #274F78; font-weight: bold; }

.form {border-collapse: collapse; border: 1px solid #000000;}
.form td {padding: 5px; padding-left: 10px; border: 1px solid #000000;}

.nav {border-collapse: collapse; border: 1px solid #000000;}
.nav td {padding: 5px; padding-left: 10px; border: 1px solid #000000;}
.nav td a {padding: 5px; padding-left: 10px; border: 1px solid #000000; color: #FFFFFF;}

.highlite {color: #d98038; font-weight: bold;}


div#navBarBox {
	clear: both;	
	background-color: #809999;
	font-size: 10px;
}

div#navBarBox a {
	border-bottom: 1px solid #E3E8E8;
	width: 100%;
	display: block;
	/*float: left;*/
	color: #001E1E;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
div#navBarBox a:hover {
	background-color: #194747;
	color: #E3E8E8;
}

div.boundaryBox {
	clear: both;
}/* Used to stop floating elements in parent div from breaking boundary of parent div */
