body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	font-size: .7em;
	padding: 0px;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
}

p {}

h1 {
	font-size: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	margin: 0em;
}

h2 {
	font-size: 1.2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}

h3 {
	font-size: 1.1em;
	padding: 5px;
	background-color: #00FFFF;
}

#container {
	width: 790px;
	margin: 0 auto;
}

#box {}

#logobox {
	float: left;
}

#topnav {
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	color: #FFFFFF;
	text-align: right;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
}


#mainnav {
	padding-top: 1px;
	padding-right: 15px;
	text-align: right;
	clear: both;
}



ul#navlist
{
margin: 0;
padding: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding: 1px 15px;
}

#navlist a:link, #navlist a:visited
{
	color: #303065;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover
{
	color: #BD3337;
	text-decoration: none;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #B41E29;
	border-right-color: #B41E29;
	border-bottom-color: #B41E29;
	border-left-color: #B41E29;
	font-weight: bold;
}




#banner {
	height: 180px;
}

#content {}

#leftcol {
	float: left;
	width: 200px;
	padding-top: 60px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}

#rightcol {
	float: right;
	width: 520px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 30px;
}

.clear {
	clear:both;
	height: 1px;
	}

#footer {
	clear: both;
	color: #666666;
	font-size: 0.9em;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

.box1 {
	width: 350px;
	background-image: url(images/bottom-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
}

.box1-outer {
	background-image: url(images/bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 5%;
}
.box1-inner {
	background-image: url(images/top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box1 h1 {
	background-image: url(images/top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5%;
	padding-right: 5%;
	padding-left: 5%;
	font-size: 1.2em;
}
.box1 ul {
	padding-left: 10%;
	list-style-type: disc;
	padding-right: 20px;
}

.q {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	padding: 0em;
	margin-bottom: 5px;
}
.ans {
	margin-bottom: 0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 2em;
}
