@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(../images/layout/img_02.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:67.5%;
}

#logo-header
{
	width:867px;
	margin:0 auto;
}

#nav
{
	width:100%;
	height:26px;
	background-color:#ccffcc;
	border-bottom:1px solid #017f01;
	margin-top:0px;
	margin-bottom:8px;
}

#nav-inner
{
	width:737px;
	margin:0 auto;
	padding-top:3px;
	padding-left:65px;
}

.navLink
{
	display:inline;
	font-size:1.4em;
	font-weight:bold;
	color:#666666;
	padding:5px;
	height:26px;
}

.navLink:hover
{
	background-color:#017701;
}

.navLink:hover a
{
	color:#FFFFFF;
}

.navLink a
{
	color:#666666;
	text-decoration:none;
}	

.navLink a:hover
{
	color:#ffffff;
	text-decoration:none;
}	

#feature-box
{
 	width:867px;
	height:222px;
	margin:0 auto;
}

#feature-box-left
{
	float:left;
	width:331px;
	height:222px;
	padding-left:95px;
	padding-right:15px;
	background-image:url(../images/layout/img_09.gif);
	background-repeat:no-repeat;
}

#feature-box-left h2
{
	color:#FFFFFF;
	font-size:1.8em;
	font-weight:bold;
}

#feature-box-left p
{
	color:#FFFFFF;
	font-size:1.6em;
	
}

#feature-box-right
{
	float:left;
}

.clear
{
	clear:both;
}

#content-box
{
	width:775px;
	margin:0 auto;
	margin-top:15px;
}

#content-box-single
{
	padding-left:50px;
}

#content-box-left
{
	float:left;
	width:471px;
	padding-left:40px;
	padding-right:15px;
	border-right:1px solid #cccccc;
}

#content-box-left h2
{
	font-size:1.6em;
	color:#017B01;
}

#content-box-left p
{
	font-size:1.2em;
}

#content-box-right
{
	float:left;
	width:213px;
	padding-left:15px;
}

#content-box-right h2
{
	color:#000000;
	font-size:1.6em;
}

#content-box-right p
{
	font-size:1.2em;
}


#footer
{
	margin-top:25px;
	margin-left:40px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#E4E4E4;
	padding-bottom:10px;
	text-align:center;
}

#footer p
{
	color:#999999;
	font-size:1.0em;
	font-weight:bold;
}

#footer p.small
{
	font-weight:normal;
	font-size:0.8em;
}


.answers
{
	margin-left:25px;
	
}

.correct
{
	font-size:1.2em;
	font-weight:bold;
	color:#009900;
}

.incorrect
{
	font-size:1.2em;
	font-weight:bold;
	color:#990000;
}


/* General Styles */
h2
{
	font-size:1.4em;
	color:#017701;
}

p
{
	font-size:1.2em;
	color:#000000;
}

li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dashed #CCCCCC;
	list-style:none;
	font-size:1.0em;
	font-weight:bold;
	color:#333333;
}

a{color:#017701;}
a:hover{color:#409940;}