﻿a:link, a:visited, a:active {text-decoration:underline; color:#0e1b8d;}
a:hover {color:#4d0000;}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	color:white;
	font-size: 8pt;
	padding: 11px 20px 7px 20px;
	display:block;
	}
	
a.nav:hover {text-decoration:underline;}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	margin:0;
	background:black;
	}

td {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: black;}

#outsidetable {
	width: 872px;
	background:black url('siteart/pagebkg.jpg') repeat-y center top;
}

#maintable {
	border:0;
	width:832px;
}

#headertop {
	background:blue url('siteart/headertop.jpg');
	width:832px;
	height: 128px;
	vertical-align:top;
}

#maincontent {
	padding-left: 60px;
	background:url('siteart/home_content_bg.gif') repeat-y;
}

#maincontent_page {
	padding: 0 60px;
	background:url('siteart/page_content_bg.gif') repeat-y;
}


#mainleft {
	width:437px;
	padding-right:25px;
	vertical-align:top;
}

#mainright {
	width:262px;
	padding-left: 30px;
	vertical-align:top;
}

#bottom {
	text-align: center;
	color:white;
	background:#0e1b8d;
	padding: 20px 0;
}

#inv {
	vertical-align:top;
	height:94px;
	text-align:center
}

#logo {
	text-align:center;
	vertical-align:top;
}

.title {
	color: #0e1b8d;
	font-size:14pt;
}

.pagetitle {
	color: #0e1b8d;
	font-size: 17pt;
}

.top {
	vertical-align:top;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.red {
	color:red;
}

.redbold {
	color: #4d0000;
	text-transform:uppercase;
	font-weight:bold;
}