﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/Images/back.gif);
	background-repeat: repeat-x;
	background-color: #edebe4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr {
	border: 0px; height:1px; color: #CCCCCC; background-color: #CCCCCC;
}

.mainText {
	line-height: 20px;
	text-align: justify;
}

.boldGrey {
	font-weight: bold;
	color: #999999;
}

.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

.footerText {
	font-size: 10px;
	color: #666666;
}

.generalContent {
    text-align: left;
    position: absolute;
    left: 50%;
}

.headerLogo {
    text-align: left;
    position: absolute;
	top: 20px;
    left: 50%;
    margin-left: -492px;
}

.headerEmail {
    cursor: pointer;
    text-align: left;
    position: absolute;
    top: 3px;
    height: 26px;
    width: 150px;
    left: 50%;
    margin-left: 330px;
    z-index: 100;
}

.headerTower {
    position: absolute;
	top: 10px;
    left: 50%;
    margin-left: 96px;
}

.headerSearch {
    position: absolute;
	top: 20px;
    left: 50%;
    margin-left: 130px;
}

.headerDiv {
    position: absolute;
	top: 20px; width: 984px;
	margin-left: -492px;
    left: 50%;
}

.menuButton {
	border-right: #999999 1px solid;
	border-left: #FFFFFF 1px solid;
	text-align: center;
	cursor: pointer;
}

.menuButtonRollOver {
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	background-image: url(../Images/menu_bgro.gif);
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.menuButton a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.menuButton a:visited {
	color: #000000;
	font-style: normal;
}

.menuButtonL {
	border-right: #999999 1px solid;
	text-align: center;
	color: #000000;
}

.menuButtonL a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.menuButtonL a:visited {
	color: #000000;
	font-style: normal;
}

.menuButtonR {
	border-left: #FFFFFF 1px solid;
	text-align: center;
}

/* Form Definitions */
.searchBox {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 3px;
	height: 17px;
	width: 148px;
	background-image: url(../Images/txtboxbg.gif); 
	border-top: 1px #4d4d4d solid; 
	border-bottom: 1px #4d4d4d solid; 
	border-left: 0px #999999 solid; 
	border-right: 0px #999999 solid;
}

.txtBoxRound {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 3px;
	height: 17px;
	background-image: url(../Images/txtboxbg.gif); 
	border-top: 1px #4d4d4d solid; 
	border-bottom: 1px #4d4d4d solid; 
	border-left: 0px #999999 solid; 
	border-right: 0px #999999 solid;
}

/* Link Style Defintions */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #336699;
	font-style: normal;
}
a:visited:hover {
	color: #336699;
	font-style: normal;
}

.menu a {
	color: #000000;
	text-decoration: none;
}
.menu a:hover {
	color: #333333;
	font-style: normal;
	text-decoration: underline;
}
.menu a:visited {
	color: #000000;
	font-style: normal;
}
.menu a:visited:hover {
	color: #333333;
	font-style: normal;
}

.footer { color: #CCCCCC; }
.footer A:link { text-decoration: none; color: #ffffff; }
.footer A:visited { text-decoration: none; color: #ffffff; }
.footer A:active {text-decoration: none; color: #ffffff;}
.footer A:hover {text-decoration: none; color: #eaeaea;}