﻿html, form, body
{
	background-color:#790B2F;
	margin:0px;
	padding:0px;
	height:100%;
	min-height:100%;
	font-family:Verdana;
	font-size:11px;
}
p, td 
{
	font-family:Verdana;
	font-size:11px;
}
.mainTable
{
	width:924px;	
	padding:0px;
	margin:0px;
	border:none;
	background-color:#FFFFFF;
	min-height:100%;
	height:100%;
}
.flashBox
{
	height:240px;
	width:884px;
	text-align:left;
	padding-top:8px;
}
.gradientBg
{
	background-image: url('images/gradientBg.png');
	background-repeat:repeat-x;
}
.homeCont
{
	margin:10px 10px 10px 10px;
 	width:884px;
 	text-align:left;
}

.leftBorder
{
	background-image: url('images/leftBorder.gif');
	background-repeat:repeat-y;
	width:10px;
	height:100%;
	
}

.navMenu
{
	background-image: url('images/navBg.png');
	background-position:left bottom;
	background-repeat: no-repeat;
	padding:0px 0px 0px 30px;	
	height:22px;
	text-align:left;
}


.rightBorder
{
	background-image: url('images/rightBorder.gif');
	background-repeat:repeat-y;
	width:10px;
	height:100%;
}
.topBox
{
	height:120px;
	width:904px;
	background-image: url('images/top.png');
	background-repeat:repeat-x;
}

h3{
	color:#790B2F;
	font-size:14px;
	font-weight:bold;
}

.news{
	border-bottom:dashed 1px #CCCCCC;
	padding:10px 0px 10px 0px;
	font-weight:bold;
}

.news A:link {text-decoration: none; color:#6F9191;}
.news A:visited {text-decoration: none; color:#6F9191;}
.news A:active {text-decoration: none; color:#6F9191;}
.news A:hover {text-decoration: none; color: #790B2F;}

.date{
	font-size:9px;
	font-weight:normal;
	color:#996666;
}

.mail{
    text-align:left;
}

.mail A:link {text-decoration: none; color:#dddddd;}
.mail A:visited {text-decoration: none; color:#dddddd;}
.mail A:active {text-decoration: none; color:#dddddd;}
.mail A:hover {text-decoration: none; color: #ffffff;}

.lgQuote{
    color:#790B2F;
    font-size:13px;
    font-weight:bold;
    font-style:italic;
    margin:8px;  
}

.errorMessage
{
    color:Red;
}


div.highlight a, div.highlight a:visited{
    color:#000;
}
div.highlight a:hover{
    color:#790B2F;
}
