@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	float: none;
	background-color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrapper {
	width: 900px;
	margin: 2px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	overflow: hidden;
	height: auto;
	border: 1px solid #fff;
}
#navigation {
	float: left;
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 15px;
	width: 250px;
	background-color: #600;
	color: #ffffff;
	font-size: small;
	text-align: left;
	overflow: hidden;
}
#navigation a {
	color: #CCC;
	font-weight: bold;
}
#navigation a:hover {
	color: #FF0;
	font-weight: bold;
}
#navigation h2 {
	font-size: x-large;
	font-weight: bold;
	margin: 0;
	padding: 2px;
	text-align: center;
}
#navigation h3 {
	font-size: medium;
	font-weight: bold;
	margin: 0;
	padding: 2px;
	text-align: center;
}
#mainContent {
	float: left;
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 615px;
	background-color: #C90;
	font-size: small;
}
#mainContent h1 {
	font-size: x-large;
	font-weight: bold;
	color: #009;
	text-align: center;
}
#mainContent h2 {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#mainContent h3 {
	color: #FF0;
}
#mainContent h4 {
	background: url(../images/open.png) no-repeat 0% 10%;
	padding-left: 20px;
	cursor: pointer;
}
#mainContent h4.close {
	background-image: url(../images/close.png);
}
#main .answer {
	background-color: white;
}
#sidebarRight {
	height: auto;
	width: 300px;
	border: thin solid #000;
	float: right;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../images/Sidebar-Background.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	font-weight: bold;
}
#sidebarRight h3 {
	font-size: x-large;
	color: #900;
	font-weight: bold;
	text-align: center;
}
#sidebarRight h4 {
	font-size: small;
	font-weight: bold;
	text-align: center;
}
#sidebarRight li {
	font-size: small;
	line-height: 1.5em;
}
#sidebarRight p {
	font-size: small;
	line-height: 1.5em;
	font-weight: bold;
}
#sidebarLeft {
	height: auto;
	width: 300px;
	border: thin solid #000;
	float: left;
	margin-right: 10px;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../images/Sidebar-Background.png);
	background-repeat: no-repeat;
	font-weight: bold;
}
#sidebarLeft h3 {
	font-size: x-large;
	color: #900;
	font-weight: bold;
	text-align: center;
}
#sidebarLeft h4 {
	font-size: small;
	font-weight: bold;
	text-align: center;
}
#sidebarLeft li {
	font-size: small;
	line-height: 1.5em;
}
#sidebarLeft p {
	font-size: small;
	line-height: 1.5em;
	font-weight: bold;
}
#footer {
	width: 890px;
	height: 20px;
	float: left;
	display: inline;
	text-align: center;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	background-color: #600;
	font-size: small;
	color: #CCC;
}
#footer a {
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
}
fieldset {
	border: 1px solid #FFF;
}
legend {
	color: #fff;
	border: 1px solid #FFF;
	padding: 2px 6px;
	background-color: #006;
	font-size: large;
}
#contactForm label.error {
	color: #a90f0a;
	font-size: small;
	font-weight: bold;
	font-style: italic;
}
.attentionPlease {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
