/* ------ MEDIA TAG ----- */

@media screen {

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	overflow: -moz-scrollbars-vertical;  /*add scrollbar to mozilla when to short to scroll normally*/
}

p {
	line-height: 140%;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #C13C62;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

h4, h5, h6 {
	font-size: 110%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #C13C62;
	text-decoration: underline;
}

th {
	background-color: #007FFD;
	color: #FFFFFF;
	background-image: url(/images/template/th-bg-blue.gif);
	background-repeat: repeat-x;
}

td {
	background-color: #DFEFFF;
}

hr {
	border: none;
	height: 1px;
	border-top: 1px solid #999;
}

li {
	line-height: 140%;
}

img {
	border: #FF9900;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.siteContainer {
	margin: 0px auto;
	width: 820px;
}

.header {
	width: 820px;
	height: 84px;
	background-image: url(/images/template/map-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 1px;
	margin-bottom: 1px;
}

.headerLogo {
	margin-top: 16px;
	margin-left: 10px;
}

.headerMenu {
	height: 30px;
	text-align: center;
	background-image: url(/images/template/menu-bg.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.headerMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

.headerMenu a:hover {
	color: #82D7FF;
	text-decoration: none;
}

.headerMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.headerMenu li {
	display: inline;
	border-right: 1px solid #001D91;
	border-left: 1px solid #0080FF;
	padding: 0px 10px 0px 10px;
}

.mainContent {
	padding: 15px 30px 10px 30px;
}

.mainContent h1 {
	margin: 12px 0px 0px 0px;
}

.footerCaption {
	clear: both;
	background-image: url(/images/template/bottom-bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: right;
	color: #666666;
	height: 35px;
	padding-top: 16px;
	padding-right: 20px;
	margin-top: 20px;
	font-size: 12px;
}

.footer {
	margin-top: 20px;
	font-size: 10px;
	color: #999999;
	text-align: center;
	line-height: 150%;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.imageFloatLeft {
	float: left;
	margin: 0px 15px 15px 0px;
}

.imageFloatRight {
	float: right;
	margin: 0px 0px 15px 15px;
}

.tableAlt th {
	background-color: #BC3E61;
	background-image: url(/images/template/th-bg-red.gif);
}

.tableAlt td {
	background-color: #F7E6EB;
}

}

/* ------ END MEDIA TAG ----- */