

/********************************      Basic Structure      ********************************/

html {
    margin:0px 0px 1px 0px; /* bottom margin = 1px - Always show a scrollbar to avoid jumping when the scrollbar appears  */
	background-color: #ffffff;
}

body {
    font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    color: #000000;
}

td {
    font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    color: #000000;
}

h1 {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 15px;
	color: #0675e7;
	font-weight: 400;
}
h2 {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 13px;
	color: #0675e7;
	font-weight: 400;
	font-style: italic;
}

a {
	color: #313131;
	text-decoration: underline;
}

a:hover {
	color: #0675e7;
	text-decoration: none;
}

a:active {
	color: #313131;
	text-decoration: underline;
}

/************************    Page Structure    **********************/

.bg01 {
	background:#ffffff url("/resources/images/01.gif") no-repeat right top;
}

.bg02 {
	background:#ffffff url("/resources/images/02a.gif") no-repeat left top;
}

.bg03 {
	background:#b1b1b1 url("/resources/images/03.gif") no-repeat left top;
}

.bg04 {
	background:#f5f5f5 url("/resources/images/04.gif") no-repeat right top;
}

.bg05 {
	background:#f5f5f5 url("/resources/images/05.gif") no-repeat left top;
}

.bg06 {
	background:#ffffff url("/resources/images/06.gif") no-repeat left top;
}

.bg07 {
	background:#ffffff url("/resources/images/07.gif") no-repeat right top;
}

.bg08 {
	background:#ffffff url("/resources/images/08.gif") no-repeat left top;
}

.bg09 {
	background:#ffffff url("/resources/images/09.gif") no-repeat right top;
}

.bg10 {
	background:#ffffff url("/resources/images/10.gif") no-repeat left top;
}

.bg11 {
	background:#ffffff url("/resources/images/11.gif") no-repeat left top;
}

.bg12 {
	background:#ffffff url("/resources/images/12.gif") no-repeat right top;
}

.bg13 {
	background:#ffffff url("/resources/images/13.gif") no-repeat right top;
}

.bg14 {
	background:#ffffff url("/resources/images/14.gif") no-repeat left top;
}

.bg16 {
	background:#f5f5f5 url("/resources/images/16.gif") no-repeat right top;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    color: #888888;
}

.bg16 a {
	color: #00558d;
	text-decoration: none;
}

.bg16 a:hover {
	color: #00558d;
	text-decoration: underline;
}

.bg16 a:active {
	color: #00558d;
	text-decoration: none;
}

.bg17 {
	background:#ffffff url("/resources/images/17.gif") no-repeat right top;
}

.bg18 {
	background:#ffffff url("/resources/images/18.jpg") no-repeat left top;
}

.bg19 {
	background:#01568d url("/resources/images/1x1trans.gif") no-repeat left top;
}

.bg20 {
	background:#f5f5f5 url("/resources/images/1x1trans.gif") no-repeat left top;
}

.bg21 {
	background:#f5f5f5 url("/resources/images/18.gif") no-repeat left top;
}

/************************    rotating theme banners    **********************/

#rotating-item-wrapper {
	position: relative;
	width: 960px;
	height: 149px;
}
#rotating-item-wrapper-s {
	position: relative;
	width: 960px;
	height: 149px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/********************************     topNav     ********************************/

.topNav {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    color: #AAAAAA;
}

.topNav a {
	color: #FFFFFF;
	text-decoration:none;
}

.topNav a:active {
	color: #FFFFFF;
	text-decoration:none;
}

.topNav a:hover {
	color: #0675e7;
	text-decoration:none;
}

/********************************     Footer - Copyright     ********************************/

.footerCopy {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 10px;
	color: #888888;
	letter-spacing: 0px;
	padding: 20px 0px 20px 0px;
}
.footerCopy	a	{
	color: #888888;
	text-decoration: underline;
}
.footerCopy	a:hover {
	color: #e77817;
	text-decoration: none;
}
.footerCopy	a:active {
	color: #888888;
	text-decoration: underline;
}