body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bggrad.jpg);
	background-repeat: repeat;
	color: #000033;
	text-decoration: none;

}
#container {
	width: 770px;
	position: relative;


}
#banner {
	background-repeat: no-repeat;
	height: 180px;
	width: 770px;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	background-color: #000000;

}
#nav {
	background-repeat: no-repeat;
	height: 20px;
	width: 770px;
	position: absolute;
	left: 0px;
	top: 150px;
	float: left;
	background-color: #000000;

}
#nav ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	text-align: center;
	padding: 0px;
	float: left;
}
#nav li a {
	color: #ffffff;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 3px 0px 0px;
	float: left;
	height: 20px;
	width: 110px;
	text-decoration: none;
	background-image: url(images/tabs.gif);
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#nav li a {
	float: none;
}
/* End IE5-Mac hack */
#nav li a:hover {
	color: #feb300;
	text-decoration: none;
}
#contentbg {
	width: 770px;
	position: absolute;
	left: 0px;
	top: 180px;
	margin: 0px;
	height: auto;
	background-image: url(images/mainbg.gif);
}
#showcasebg {
	width: 770px;
	position: absolute;
	left: 0px;
	top: 180px;
	margin: 0px;
	height: auto;
	background-color: #9b0c09;
}
#articlebg {
	width: 770px;
	position: absolute;
	left: 0px;
	top: 180px;
	margin: 0px;
	height: auto;
	background-color: #000000;
}
#sidebar1 {
	float: left;
	position: relative;
	width: 150px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #9b0c09;
}
#content {
	text-align: left;
	float: left;
	width: 500px;
	position: relative;
	padding: 0px;
	background-color: #e8eef7;
	margin: 0px;
}
#sidebar2 {
	text-align: left;
	width: 120px;
	position: relative;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
}
#articlecontent {
	background-color: #e8eef7;
	text-align: left;
	float: left;
	height: auto;
	width: 549px;
	position: relative;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#articlesidebar {
	text-align: left;
	float: left;
	height: auto;
	width: 220px;
	padding-top: 0px;
	position: relative;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000000;
	background-color: #f9f8e8;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#contactcontent {
	margin: 0px;
	padding: 0px;
	width: 770px;
	position: relative;
	background-color: #e8eef7;

}
#footer {
	width: 770px;
	position: relative;
	text-align: center;
	background-color: #e6e6e6;
	height: 100px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	float: left;
	clear: both;
}
#contactcontentbg {
	background-color: #FFFFFF;
	width: 770px;
	position: absolute;
	left: 0px;
	top: 180px;
	height: auto;
}
#float {
	float: left;
	width: 650px;
	position: relative;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 9px;
	padding-right: 10px;
	padding-left: 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	margin-bottom: 9px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 20px;

}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 1.1px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 20px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-right: 10px;
	padding-left: 20px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #fe6103;
	text-decoration: none;
}
a:hover {
	color: #febd96;
}
.indent {
	padding-right: 10px;
	padding-left: 20px;
}
.question {
	color: #070e37;
}
.answer {
	color: #394488;
}
