﻿body 
{
	font-size: 10px;
	font-family: verdana,arial,sans-serif;
	color: #0A4179;
}
H1
{
	font-size: 18px;
	text-decoration: underline;
}
H2
{
	font-size: 16px;
}
H3
{
	font-size: 14px;
}
H4
{
	font-size: 12px;
	margin-bottom: 5px;
}
P
{
	margin-top: 0px;
}
.ContentBox
{
	background-image: url('Images/GradientBackground.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	width: 800px;
	vertical-align: top;
}
.Content
{
	width: 760px;
	height: 260px;
	background-image: url('Images/ContentBackground.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.CreativeBox
{
	width: 200px;
	height: 200px;
	background-color: #0A4179;
	background-image: url('Images/SubNavigationBackground.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}
.CreativeBoxContent
{
	font-size: 18px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left:10px;
}
.RotatorBox
{
	background-color: #7485B3;
	width: 200px;
	height: 260px;
	vertical-align: middle;
}
.RotatorContent
{
	width: 180px;
	height: 180px;
	background-image: url('Images/RotatorBackground.jpg');
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.RotatorLink
{
	position: absolute;
	top: 170px;
	left: 130px;
}
.InfoBox
{
	background-image: url('Images/InfoBackground.jpg');
	background-position: center 5px;
	background-repeat: no-repeat;
	width: 190px;
	height: 260px;
	padding: 5px;
	vertical-align: top;
}
.InfoBoxContent
{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.InfoBoxContent H2
{
	text-align: center;
}

.InfoBoxContent UL
{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}
.InfoBoxContent UL LI
{
	margin-bottom: 5px;
}

.InfoBoxContent A, .InfoBoxContent A:visited, .RotatorContent A, .RotatorContent A:visited
{
	color: #0A4179;
	text-decoration: none;
}

.InfoBoxContent A:hover, .RotatorContent A:hover 
{
	FONT-WEIGHT: bold; 
}

.Tab
{
    background: transparent url(images/UnSelectedTab.gif) no-repeat left top;
    width: 85px;
    padding-left: 1px !important;
    margin-top: 10px !important;
    height: 22px;
    text-decoration: none;
    font-size: 12px;
    font-family: verdana,arial,sans-serif;
    color: #0A4179;
}

.TabSelected
{
	background-image:url(images/SelectedTab.gif);
	color: #FFFFFF;
}

.TabHovered
{
	text-decoration:underline;
}

.rtsTxt
{
	padding-top: 4px !important;
}
.SubNavBar
{
	width: 1000px;
	height:25px;
	background-color: #0A4179;
	background-image: url('Images/SubNavigationBackground.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}
.SubNav
{
	border-width: 1px;
	border-color: #FFFFFF;
	border-right-style: solid;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana,arial,sans-serif;
	color: #FFFFFF;
	text-align: center;
}

.SubNavSelected
{
	font-weight: bold;
}

.SubNavHovered
{
	text-decoration:underline;
}
