body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url('/images/backgrnd.jpg');
	font-size: small;
	font-style: normal;
	background-color: #FFF1E6;
	color: #000000;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#mainTable {
	border: thin solid #37281E;
	background-color: #38664d;	
	
}
.sideNavLink
{
	border-right-width: medium;
	border-bottom-color: #20392C;
	border-bottom-style: solid;
	border-bottom-width: medium;
	font size: 10px;	
	color: #ECE9D8;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}

.topNavLink
{
	border-right-color:#20392C;
	border-right-style: solid;
	border-right-width: medium;
	font size:10px;	
}

.redHeader{
	font-family: inherit;
	color: #990000;
	font-style: normal;
	font-size: 16px;	
}

.bigredHeader{
    font-family: inherit;
	color: #990000;
	font-style: normal;
	font-size: 20px;
}



a:link {
    font-family: inherit;
	color: #990000;

}

a:hover {
    font-family: inherit;
	color: #990000;	
	text-decoration:underline;

}

a:active {
    font-family: inherit;
	color: #003300;
	
}


a:visited {
    font-family: inherit;
	color: #990000;

}

#maincontent {
    font-family: inherit;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}



#header {
	background-color: #003333;
    font-family: inherit;
	font-size: 16px;
	color: #FFFFFF;
}

#footer {
    font-family: inherit;
	font-size: 10px;
	color: #E1DBC6;
	background-color: #38664d;
	padding-left: 15px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    font-family: inherit;
	color: #FFF;
}

//place holder for navigation links

.navLinks{}

a.navLinks:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.navLinks:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	text-decoration: none;
}
a.navLinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003333;
	font-color: #FFFFFF;
}

a.navLinks:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.larger {
    font-family: inherit;
	font-size: 16px;
	color: #000000;
}

.zindex
{ 
z-index: -1
}  
 
.largeHeader {
    font-family: inherit;
	font-size: 18px;
	color: #000000;
}
.style1 {
    font-family: inherit;
	font-size: 18px;
	color: #000000;
}

.style2 { 
	color: #999999;
}

.style5 {
	font-size: x-large
}

.style6 {
	color: #FFFFFF
}

.moveRight
{
	padding-left:25px;
}

.moveMoreRight
{
	padding-left:50px;
}
.moveMoreRightBlock
{
	padding-left:75px;
}
#navcontainer
{
	margin-bottom: 1em;
	overflow: hidden;
	width: 460px;
}

#navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist li
{
	border-left: 1px solid #000;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

.bold
{
	font-weight:bold;
}
