﻿body {
	font-family: Georgia;
	font-size: 14px;
	color:Black;
	line-height: 20px;
}

a, a:link, a:visited, a:active 
{ 
	color: #BD0926;
	text-decoration: none;
} 

a:hover 
{ 
	text-decoration: underline;
}

.Underline a
{
	text-decoration: underline;
	margin-right: 2px;
	margin-left: 2px;
}

.bodyContent
{
	background-color: #808080;
}

.header
{
	height: 110px;
	overflow:hidden;
	clear:both;
	background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: center center;
}

.logo
{
	width:374px;
	height:110px;
	float: left;
	background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-color: Transparent;
    background-position: center center;
    cursor:pointer;
    overflow:auto;
    margin-left: 20px;
}

.menu
{
	text-align: right;
	padding-top: 20px;
	padding-right: 35px;
	float: right;
	overflow:auto;
}

.menuCell
{
	float:left; 
	padding-left:3px; 
	padding-right:3px;
	overflow:hidden;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 22px;
}

.menuCellClear
{
	clear:both; 
	padding-top: 10px;
	font-weight:bold;
	color:#402280;
}

.contentBackground
{
	clear:both;
	/*background-image: url(images/background.jpg);
    background-repeat:repeat-y;
    background-color: White;
    background-position: center top;*/
    background-color: #402280;
}

.defaultMenu
{
	width: 960px;
	height: 60px;
	overflow:hidden;
	background-image: url(images/menu.png);
    background-repeat: no-repeat;
    background-color: Transparent;
    background-position: center top;
    clear: both;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}

.defaultMenuText
{
	height: 40px;
	line-height:40px;
	vertical-align:middle;
	font-size: 18px;
	padding-left: 30px;
}

.defaultMenuItem
{
	float:left; 
	width: 130px;
	text-align:center;
}

.defaultMenuItem a
{
	color:#555555;
	text-decoration:none;
}

.defaultMenuItem a:hover
{
	text-decoration:none;
	color:#BD0926;
}

.defaultMenuSelectedItem
{
	float:left; 
	width: 130px;
	text-align:center;
}

.defaultMenuSelectedItem a
{
	text-decoration:none;
}

.defaultMenuSelectedItem a:hover
{
	text-decoration:none;
	color:#BD0926;	
}

.defaultSearchContent
{
	clear:both; 
	height: 40px;
	background-image: url(images/search.jpg);
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: center center;
}

.defaultBigTitle
{
	height: 40px;
	line-height:40px;
	vertical-align:middle;
	text-align:right;
	float:left;
	margin-left: 20px;
	color:#402280;
}

.defaultSearch
{
	padding-right: 20px;
	height: 40px;
	line-height: 40px;
	vertical-align:middle;
	text-align:right;
}

.footer
{
	margin: 10px 20px 0px 20px;
	background-color: Transparent;
    clear: both;
	text-align: center;
	height: 30px;
}

.footerText
{
	font-size: 12px;
	color:White;
}

.footerText a
{
	color:White;
	text-decoration:underline;
}

.bannerTop
{
	float:left; 
	width: 468px; 
	max-height: 60px; 
}

.bannerTop2
{
	float:left; 
	width: 468px; 
	max-height: 60px; 
}

.bannerRight
{
	float:left; 
	max-width:160px; 
	height:600px;
	margin-left: 7px; 
}

.bannerRight2
{
	float:left; 
	max-width:160px; 
	height:600px;
	margin-left: 7px; 
	margin-top: 10px;
}


