@charset "utf-8";
body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #CCFFFF;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#header {
	background-image: url(Images/Header_bg2.gif);
	height: 130px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#header #logo {
	position: relative;
	left: 38px;
	top: 26px;
	height: 77px;
	width: 316px;
}
#header #motto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 621px;
	text-align: center;
	width: 159px;
	height: 64px;
	bottom: 58px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
}
#nav {
	height: 30px;
	background-color: #666666;
	padding-top: 10px;
}
#nav ul {
	font-size: 100%;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
	padding: 5px;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #FFFF99;
}
#footer {
	background-image: url(Images/Footer_bg.gif);
	height: 40px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: -5px;
	font-weight: bold;
}
#mainContent {
	margin: 10px;
	/* height: 100px; 
	This line may be causing a problem in IE7; will need to investigate */
}
#homeHeader {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 10px;
	background-image: url(Images/homeHeader_bg.gif);
	height: 40px;
}
.homeSidebar {
	width: 230px;
	float: right;
	margin-left: 15px;
}
.homeSidebar #sidebarHeader {
	font-weight: bold;
	font-size: large;
	text-align: center;
	font-style: italic;
	background-image: url(Images/homeSidebarTop_bg.gif);
	height: 25px;
	background-repeat: no-repeat;
	padding-top: 3px;
	margin-bottom: -3px;
}
.homeSidebar #sidebarContent {
	background-color: #E9E9C4;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}
.homeSidebar #sidebarContent p {
	font-size: 85%;
	margin-bottom: 3px;
}
.sidebarTitle {
	font-weight: bold;
	text-decoration: underline;
	background-color: #CCCCCC;
	padding: 3px;
	margin-top: 10px;
}
.titleRed {
	background-color: #FF0000 !important;
}
.homeSidebar #sidebarFooter {
	background-image: url(Images/homeSideBarBottom_bg.gif);
	height: 20px;
}
#homeContent {
	padding: 3px;
}
.urgent {
	background-color: #FFFF99;
	color: #FF0000;
	border: 1px solid black;
	padding: 5px;
	margin-right: 240px;
}
#formsContainer {
	width: 100%;
}
.twoCols {
	width: 360px;
	margin: 5px;
	border: 1px solid black;
}
.formsHeader {
	background-color: #CCCCCC;
	text-align: center;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px 0;
}
.formsContent {
	padding: 5px;
	background-color: #E9E9C4;
	font-size: small;
}
#formsLeft {
	float: left;
}
#formsRight {
	float: right;
}
#searchForm {
	float: left;
}
#searchTips {
	float: right;
	width: 300px;
	background-color: #E9E9C4;
	border: 1px solid black;
	margin: 10px;
	font-size: x-small;
}
#searchTips #tipsHeader {
	font-size: small;
	font-weight: bold;
	background-color: #CCCCCC;
	border-bottom: 1px solid black;
	margin: 0;
	padding: 3px;
}
#searchTips p {
	margin: 3px;
}
#frmSearch table {
	margin: 5px;
}
#frmSearch td {
	font-size: small;
}
#frmSearch input {
	behavior: url('IEFixes.htc');
}
#frmSearch input:focus, #frmSearch input.focus {
	background-color: #CCFFFF;
}
.tblResults th {
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCC;
}
.tblResults td {
	font-size: small;
	background-color: #E9E9C4;
}
.littletext {
	font-size: xx-small;
}
.boldRed {
	color: #FF0000;
	font-weight: bold;
}
.boldGreen {
	color: #00FF00;
	font-weight: bold;
}
p.faqQ {
	font-weight: bold;
	background-color: #CCCCCC;
	border-top: 1px solid #000000;
	margin-bottom: 0px;
	padding: 5px;
}
p.faqA {
	font-size: small;
	background-color: #E9E9C4;
	margin-top: 0px;
	padding: 5px;
}

