﻿body 
{
	background-image: url(images/back.gif);
	font-size: 9pt;
	font-family: Arial;
}

body, div
{
	margin: 0pt;
	padding: 0pt;
}

#divBody
{
	
	background-image: url(images/bodyBack.gif);
	background-color: #393939;
	width: 700px;
	margin: 0pt auto;
	min-height: 500px;
	*height: 500px;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	border: solid 1px black;
	
}

#banner
{
	background-image: url(images/banner_top.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 188px;
	*margin-top: -4px;
}

#menu
{
	position: relative;
	top: 165px;
}

a{color: #ee2222;}
a:visited{color: #ee2222;}

#menu a
{
	padding-left: 10px;
	color: #EFEFEF;
	text-decoration: none;
	font-size: 1.1em;
}

#menu a:hover
{
	text-decoration: underline;
	color: #ee2222;
}

#tdLeft
{
	width: 225px; 
	padding: 10px 10px 5px 22px;
	color: #202020;
}

#tdMain
{
	padding: 10px 0px 10px 10px;
	color: #EFEFEF;
	width: 410px;
}

.subtitle
{
	color: #888e85;
	border-bottom: dotted 1px #888e85;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

.subtitle a
{
	color: #888e85;
}

.subBody
{
	padding-bottom: 20px;
}

#topBack
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 292px;
	background-image: url(images/topBack.gif);
}

#footer
{
	background-color: #21374f;
	color: #EFEFEF;
	border-top: solid 1px black;
	padding: 5px;
	text-align: center;
}

#footer a
{
	color: #EFEFEF;
}

#tblBody
{
	min-height: 200px;
	height: 200px;
}

.subNav
{
	
}

.subNav li
{
	padding-bottom: 3px;
}