﻿body
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #3366FF;
}

#container 
{
	width: 791px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header
{
	width: 791px;
	height: 98px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-image: url('../Images/TopBanner.jpg');
}
#header h1 {
	margin: 0;
	padding: 10px 0; 
}
#headerBreak
{
	height: 40px;
	background-color: #ececbe;
}
#menu
{
	height: 33px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	background-color: #ececbe;
}
#menu a:link
{
	text-decoration: none;
	color: #ececbe;
	font-size: 12px;
	font-weight: bold;
}
#menu a:hover
{
	background-image: url('../Images/ButtonSelected.jpg');
}
#menu a:visited 
{
	text-decoration: none;
	color: #ececbe;
	font-size: 12px;
	font-weight: bold;
}
#lowerLink
{
	padding: 5px 10px 5px 10px;
	height: 20px;
	background-color: #0b2e69;
}
.MoreLinks a:link
{
	text-decoration: none;
	color: #ececbe;
	font-size: 10px;
	font-weight: bold;
}
.MoreLinks a:visited 
{
	text-decoration: none;
	color: #ececbe;
	font-size: 12px;
	font-weight: bold;
}
.MoreLinks
{
    text-decoration: none;
    color: #ececbe;
    font-size: 12px;
    font-weight: bold;
}
#mainLeft
{
	width: 10px;
	left: 20px;
	float: left;
	/*background-image: url('../Images/mainLeft.jpg');
	background-repeat: repeat-y;
	height: 600px; */
}
#mainRight
{
	width: 10px;
	left: 20px;
	float: right;
	/*background-image: url('../Images/mainRight.jpg');
	background-repeat: repeat-y;
	height:600px; */
}
#mainContent { 
	 /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainBottom
{
	height: 20px;
	background-color: #0b2e69;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	padding: 0 10px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
	text-align: center;
}
#footer  a:link  {
	text-decoration: none;
	color: #818181;
	font-size: 9px;
    text-align: center;
}
#footer   a:visited  {
	text-decoration: none;
	color: #818181;
	font-size: 9px;
}
#footer   a:hover  {
	text-decoration: none;
	color: #CDCDCD;
	font-size: 9px;
}
.roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop
{
    background-position: right top;
    background: url('../Images/tr.gif') no-repeat right top;
}

.roundbottom {
	background: url(../Images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
.menuButtonSelect
{
	background-position: right top;
	background: url('../Images/ButtonSelected.jpg') no-repeat;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menuButtonUnSelect
{
	background-position: right top;
	background: url('../Images/ButtonUnSelected.jpg') no-repeat;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.addresssStyle
{
    font-style: normal;
    text-align: center;
    color: #213D6C;
}
.bannerImage
{
    left: 662px;
    position: relative;
    top: 8px;
    height: 75px;
    width: 114px;
}


