﻿body
{
	margin:auto 0px;
	background-image:url('../images/background.gif');
	background-repeat: repeat-x;	
	font-family: Verdana;
	font-size: 11px;
	background-color: #0f1115;
	color: #636363;
}

table.tableBase, table.headerTable
{
    width: 100%;
    table-layout:fixed;
}

table.headerTable
{
	background-color: white;	
}

td.mainCell
{
	width: 940px;	
} 

td.topMenuCell
{
	background-image:url('../images/header.jpg');
	width: 940px;
	height: 35px;
	background-repeat: no-repeat;
}

td.leftSideCell, td.rightSideCell {width: 3px;}
td.leftSideCell {background-image : url('../images/leftside.gif'); }
td.rightSideCell { background-image: url('../images/rightside.gif');	}

object.headerFlash
{
	width: 934px;
	height: 200px;
	text-align: center;
}

td.menuLeftSide 
{
	width: 4px;
	background-image: url('../images/menuleftspacer.gif');
	background-repeat: no-repeat;
	vertical-align:top;
}

td.menuRightSide 
{
	width: 6px;
	background-image: url('../images/menurightspacer.gif');
	background-repeat: no-repeat;
	vertical-align:top;	
}

td.menuAreaCell
{
	width: 198px;
	background-image: url('../images/menubackground.gif');
	background-repeat: no-repeat;
	vertical-align: top;	
}

td.contentCell
{
	vertical-align: top;	
}

td.footerCell
{
	background-image: url('../images/footerarea.gif');
	width: 100%;
	height: 85px;
	vertical-align: top;
	
}

td.bottomCell
{
	background-image: url('../images/bottom.gif');
	width: 940px;
	height: 62px;
	background-repeat: no-repeat;	
}

a.topMenuItem
{
	color: #888888;
	text-decoration: none;	
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

a.topMenuItem:hover
{
	color: #636363;	
}

div.menuArea
{
	margin-left: 10px;	
	margin-right: 10px;
}

div.contentArea
{
	margin: 20px;	
}

.footer
{
	font-size: 10px;
	color: #888888;
	text-align: center;
}

td.menuItem, td.subMenuItem
{
	padding-top: 5px;
	padding-bottom: 5px;
}

td.subMenuItem
{
	padding-left: 30px;
}

.mainMenuItem
{
	color: #888888;
	font-weight: bold;
	text-decoration: none;
}

.subMenuItem
{
	color: #5c8d06;
	text-decoration: none;	
}

.subMenuItem:hover
{	
	text-decoration: underline;
}

.mainMenuItem:hover
{
	text-decoration: underline;
}

.alternateColor
{
    color: #5c8d06;
}

h1
{
	color: #5c8d06;
	font-size: 24px;
	font-weight: normal;
}

h2
{
	/*color: #636363;*/
	font-size: 13px;
	font-weight: bold;
	color: #25559C;
}

h3, a.titlelink
{
	color: #5c8d06;
	font-size: 11px;
	font-weight: bold;
}

div.morelink
{
	text-align: right;
	margin-top: 5px;
}

a.titlelink 
{
	 text-decoration: none;
}

a.titlelink:hover {
	 text-decoration: underline;
}



p.lead
{
	font-weight:700;
	color: #636363;
}

p
{
	color: #636363;
	text-align: justify;	
}

li
{
	color: #636363;
	text-align: left;	
}

img{
	margin: 5px;
	border: 0px;
}

a
{
	color: #5c8d06;
	text-decoration: none;
}

a:hover
{	
	text-decoration: underline;
}

.error {
	 color: red;
}

div.menuAdvertBlock
{
	border: solid 1px #636363;
	margin-top: 40px;
}
.adHeader
{
	color: #5c8d06;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e8e8e8;
}


td.downloadLink
{
	text-align: center;
}
span.downloadLink
{
	padding: 5px;
	display: inline;		
	background-color: #5c8d06;
}

a.downloadLink
{
	color: white;
	font-weight: bold;		
	text-decoration: none;
}

a.downloadLink: hover
{
	color: white;
	font-weight: bold;		
	text-decoration: none;
}

.inputField
{
	font-family: Verdana;
	font-size: 11px;
	color: #404040;
	border: solid 1px #A0A0A0;
	margin: 3px;
	width: 200px;
}
td{
	text-align: left;
}

.inputButton
{
	width: 120px;
	height: 25px;
}

.floatImage
{
	text-align: center;
	border: solid 1px gray;
}

.floatImage img
{
	border: solid 1px #5c8d06;
}

.floatImage a
{
	color: #5c8d06;
}

.floatImage a:hover
{
	color: maroon;
}

.floatImage div
{
	font-size: 11px;
	color: #A0A0A0;
	text-align: center;
}





