﻿@charset "utf-8";

a:link {
	color: #0077d3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00F;
}
a:active {
	text-decoration: none;
}
a.footerlink:link {
	color: #56A0DE;
}
a.footerlink:active {
	color: #0000ff;
}
a.footerlink:visited {
	color: #56A0DE;
}
a.footerlink:hover {
	color: #0000ff;
}
body {
	background-image: url(images/bg_main.gif);
	background-color: #222222;
	background-repeat: repeat-x;
}
#mainContent {
	height: auto;
	width: 480px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: right;
}
#pageContent {
	height: auto;
}
#pageContent #pageBorder {
	height: auto;
}
#leftSidebar {
	width: 146px;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #76755C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
	background-image: url(images/verticalbar200.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 19px;
}
#leftSidebar img {
	padding-left: 6px;
}
#leftSidebar p {
	margin-top: 10px;
	margin-left: -7px;
	font-size: 11px;
}
.CenterIconCaptionSidebar {
	text-align: center;
}
.leftSidebarCenterCaption {
	padding-left: 24px;
	line-height: 0px;
}

#GuideIcon {
	margin-top: 0px;
	margin-bottom: 30px;
}
#mainContent p a {
	float: right;
	margin-top: -10px;
	margin-bottom: 0px;
}
#mainContent #form1 {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #F2F2FF;
}
#bottomShadow {
	padding-bottom: 10px;
	background-image: url(../images/bg_content.gif);
}
#bottomShadow img {
	position: relative;
	bottom: 0px;
	padding: 0px;
	float: left;
}
#bottomShadow p {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #69F;
}




#footer #footerAddress {
	color: #56A0DE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 10px;
}

#footer #copyright {
	font-size: 0.75em;
	text-align: left;
	padding-top: 5px;
}

.footerBullets {
	color: #666;
	font-weight: normal;
}
.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;
	margin-top: 0px;
	margin-bottom: 0px;
}

img.hover {display:none;border:0;}
A:hover img.hover {display:inline;}
A:hover img.nohover {display:none;}