@charset "utf-8";

/* Global Attributes */
body {
	color: #000000;
	line-height: 150%;
	background: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Calibri, Trebuchet MS;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
h2 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
/*	font-weight: bold; */
	font-weight: normal;
	line-height: 125%;
	padding-top: 12px;
}
h3 {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
/*	font-weight: bold; */
	font-weight: normal;
	line-height: 110%;
	padding-top: 10px;
}
h4 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 110%;
}
h5 {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#text {
	color: #888888;
	border: 1px solid #999999;
}
#text:hover{
	border: 1px solid #666666;
}

#submit {
	color: #888888;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding: 1px;
}
#submit:hover{
	border: 1px solid #666666;
}
img {
	border: 0;
}
table {
	border: 0px;
}
tr td {
	border: 0px;
	height: 30px;
}
hr {
	height: 0px;
}
.red {
	color: #CC0000;
	font-weight: bold;
}
.disclaimer {
	font-size: 80%;
	color: #666666;
	padding-top: 10px;
}
.quote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	text-align: center;
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	background-color: #EEEEEE;
	color: #999999;
	border: 1px solid #CCCCCC;
}
.quote:hover {
	color: #333333;
	border: 1px solid #AAAAAA;
}
.warning {
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 5px;
	display: block;
	border: 1px solid #CC0000;
}
.details {
	color: #999999;
}

.advertisement {
	background-color: #CC0000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
}

.statement {
	display: none;
}

/* Page Layout */
/* Page Width */
/* Font Size */

#content, #footer {
	width: 960px;
	padding: 10px;
	margin: auto;
}

#header-right, #content-right, select, input, textarea {
	font-size: 90%;
}

#header {
	width: 982px;
	margin: auto;
	height: auto;
	background-color: #DDDDDD;
}

#header-right {
	padding-right: 10px;
	float: right;
	text-align: right;
	vertical-align: baseline;
	width: 220px;
}

#google-cse {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Notes */

#notes {
	display: none;
}

/* Banner */
#banner {
	padding: 10px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #CC0000;
	color: #FFFFFF;
}
#banner a {
	color: #FFFFFF;
	text-decoration: none;
}
#banner a:hover {
}
#banner h1 {
	font-size: 225%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
}

#graphic img {
	width: 731px;
	height: 90px;
}

/* Menu */

#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#menu a {
    padding-top: 10px;
	padding-bottom: 10px;
 	display: block;
	width: 121px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

#menu a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

#menu li {
	float: left;
	width: 121px;
	border-right: 1px solid #FFFFFF;
	background-color: #000000;
}
#menu li ul {
	position: absolute;
	width: 121px;
	left: -999em;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	margin-left: 0px;
}
#menu li ul li {
	background-color: #CC0000;
}

/* Content */
#content {
	text-align: justify;
	clear: both;
	background-color: #FFFFFF;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#content li {
	list-style: url(/images/bullet.gif);
}
#content li:hover {
	list-style: url(/images/bullet_hover.gif);
}

#insert {
	margin: 5px 5px 5px 0px;
	float: left;
}
#content-single {
	position: static;
	display: block;
	clear: both;
}
#content-single h2 {
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
}
#content-left {
	float: left;
	width: 710px;
	text-align: justify;
	border-right: 1px dotted #999999;
	padding: 0px 10px 0px 0px;
}
#content-left a {
}
#content-left a:hover {
}
#content-left h2 {
	border-bottom: 1px solid #CCCCCC;
}
#content-left h3 {
}
#content-left h4 {
}
#content-right {
	float: right;
	text-align: left;
	width: 225px;
	color: #CC0000;
	line-height: 150%;
}
#content-right a {
}
#content-right a:hover {
}
#content-right h3 {
}
/* Footer */
#footer {
	color: #999999;
	font-weight: 100;
	font-size: 10px;
}
#footer:hover {
	color: #666666;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#footer-left {
	width: 50%;
	float: left;
	text-align: left;
	margin-left: -5px;
}
#footer-right {
	width: 50%;
	float: right;
	text-align: right;
	margin-right: -5px;
}
/* Address */
#address {
}
#address:hover {
}

