﻿body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a 
{
	color: #003366;	
}

a:visited
{
	color: #666666;
}

a:active
{
	color: 	#8B2C2C
}

a:hover
{
	color: 	#8B2C2C
}

p
{
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

h1
{
	color: 	black;
	font-size: medium;	
}

h2
{
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

h3
{
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

ul
{
	font-size: small;
}

li
{
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	margin-bottom: 3px;
	list-style: disc;
	list-style-image:url('/images/bullet.gif')
}

li

.breadcrumb
{
	font-family: arial, helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}

.breadcrumbnode
{
	text-transform: uppercase;	
}

.breadcrumbcurrent
{
	text-transform: none;	
}

#topbar
{
	width: 100%; 
	background-color:#677997; 
	height: 140px;
	min-width: 900px;
}

#scaleimagediv
{
	float: left; 
	margin: 15px;
}

#titleimagediv
{
	margin-top: 15px; 
	display: inline-block;
	right: 0px;
	height: 110px; 
	text-align: center; 
	background-color: white;
	margin-right: 20px;
	position: absolute;
	left: 135px;
	min-width: 550px;
}

#titleimagediv img
{
	margin-top: 20px;
}

#maincontent
{
	min-width: 900px;
	width: 900px;		
}

#leftgreybar
{
	position:fixed;
	background-color:#9C9B9B; 
	width: 203px;
	z-index: -10;
	height: 100%;
}

#topredbar
{
	position: absolute;
	background-color: #940000; 
	width: 100%;
	height: 31px;
	top: 140px;
	z-index: -10;
}

#leftcolumn
{
	float: left;
	background-color:#9C9B9B; 
	text-align: center; 
	padding-top: 3px; 
	width: 200px;
	padding-left: 3px;
	bottom: 0px;
	min-height: 535px;
}

#rightcolumn
{
	display: inline-block;
	min-height: 525px;
}

#redbar
{
	background-color: #940000; 
	width: 697px; 
	height: 31px;
}

#redbar img
{
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}

#redbar span
{
	margin-top: 3px;
	display: inline-block;
	vertical-align: middle;	
	font-size: 16px; 
	font-weight: bold;
	color: white; 
}

#textcontent
{

	width: 450px;
	padding-left: 15px;
	padding-right: 15px;	
	padding-top: 15px;
}

#bottomnav
{
	font-size: smaller;
	text-align: center;
}

#bottomnav a
{
	font-size: small;
}

.leftnavmenu
{
	list-style: none outside none;
	margin: 0px; 
	padding: 0px;
}

.leftnavmenu .selected 
{
	background-color: #940000; 
}

.leftnavmenu .home
{
	margin-bottom: 9px;	
}

.leftnavmenu li
{
	list-style: none outside none; 
	margin: 0px; 
	font-size: 14px; 
	display: block; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	border: 1px solid black; 
	width: 189px; 
	height: 23px; 
	background-color: #677997; 
	color: white;
	margin-bottom: 2px;
}

.leftnavmenu li:hover
{
	background-color: #940000;
}

.leftnavmenu li a
{
	display: block;
	margin-top : 3px; 
	color: white; 
	text-decoration: none;
}

.fieldname
{
	display: inline-block;
	width: 150px;
	font-weight: bold;
}

.fieldline
{
	margin: 0px 0px 2px 0px;
}

#bottomcontent
{
	border-top: 1px gray solid;
	margin-left: 200px;
	padding-top: 20px;
	margin-top: 20px;
	min-width: 700px;
	width: 700px;		
}

