a:link { color: #669900; }
a:visited { color: #666; }
a:hover { color: #990000; }

.header a:link, .header a:visited { color: #CCFF66; }
.header a:hover { color: #990000; }

html { width: 100%; }
body { 
	background: #fff; 
	margin: 0px; 
	padding: 0px; 
	font: normal 11px/16px verdana, helvetica, arial, sans-serif;
	color: #000;
	}
.header { 
	background: #669900; 
	margin: 0px auto; 
	padding: 18px 18px 0px 18px; 
	}
.boxTop { 
	background: transparent url('_images/box_top_left.gif') no-repeat;
	height: 19px;
	}
.boxTopRight { 
	background: transparent url('_images/box_top_right.gif') no-repeat top right;
	height: 19px;
	}
.boxContainer {
	background: transparent url('_images/bg.gif') repeat-x;
	margin: 0px auto; 
	padding: 0px 18px;
	}
.boxMain {
	background: #fff url('_images/box_main_left.gif') no-repeat;
	margin: 0px;
	}
.boxMainRight {
	background: transparent url('_images/box_main_right.gif') no-repeat top right;
	padding: 0px 38px;
	margin: 0px;
	}
.boxBottom {
	background: #fff;
	margin: 0px auto; 
	padding: 0px 18px;
	}
.boxBottomLeft { 
	background: transparent url('_images/box_bottom_left.gif') no-repeat;
	height: 29px;
	}
.boxBottomRight { 
	background: transparent url('_images/box_bottom_right.gif') no-repeat top right;
	height: 29px;
	padding-bottom: 12px;
	}

.callouts {
	float: right;
	text-align: center;
	width: 130px;
	}
	

.leftColumn {
	float: left;
	width: 380px;
	}


/* forms */
	
.formBox {
	clear: both;
	border: 1px solid #669900;
	background: #E4EDCC;
	padding: 18px 44px;
	}

.formElement {
	border-bottom: 1px dotted #669900;
	padding: 6px 0px;
	}

.formElementMandatory {
	border-bottom: 1px dotted #669900;
	padding: 6px 0px;
	font-weight: strong;
	}

.formElement label {
	float: left;
	width: 200px;
	}
.formElement .textinput {
	width: 275px;
	border: 1px solid #999;
	}
.formElement select { width: 275px; }
	
/* text styles */

hr { 
	clear:both; 
	height: 1px; 
	border:none; 
	background: #ccc;
	margin: 12px 0px; }

img.title { padding-top: 12px; }

h1 { 
	margin: 12px 0px 0px 0px;
	color: #669900;
	font-weight: normal;
	font-size: 14px;
	}
h2 { 
	margin: 0px 0px 12px 0px;
	color: #000;
	font-weight: normal;
	font-size: 16px;
	}
h4.question {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #669900;
	margin: 0px 0px 6px 0px;
	}
h2.question {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #669900;
	margin: 0px 0px 6px 0px;
	}
.questionDivider { 
	border-top: 1px dotted #669900;
	height: 1px;
	margin: 6px;
	}

ul { 
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	}
li {
	background: transparent url('_images/green_arrow.gif') no-repeat 0px 8px;
	padding: 3px 0px 3px 12px;
	color: #666;
	font-size: 12px;
	}
	
li a:link { color: #666; }
li a:visited { color: #999; }
li a:hover { color: #669900; }

.smallType { font-size: 9px;line-height: 11px; }

.Mandatory { font-weight: bold; }

.error { color: red; font-weight: bold; font-size: 10px;}

.test123 { color: white; font-size: 20px; }

.score_box
{
	width: 300px;
	height: 80x;
	padding : 10px 10px 10px 10px;
	border: 1px dotted #669900;
	text-align: center;
}
.mccscore
{
	color: #669900;
	font-size: 3em;
	font-weight: bold;
}

.phone_row
{
	white-space: nowrap;
}
.header_text
{
	font-size: 20px;
	color: #669900;
	float: left; 

	padding-top: 30px;
}

.mcc_lg
{
	font-size : 14px;
	color: #669900;
}

.mcc_med
{
	font-size : 12px;
	color: #669900;
}
.top_header_text
{
	color: #FFFFFF;
	font-size: 22px;
	padding: 0 0 20px 0;
}

.score_big
{
	font-size: 14px;
}

.error
{
	color: #FF0000;
	font-weight: bold;
}

.correct
{
	color: #669900;
	font-size: 12px;
	font-weight: bold;
}
.bold_body_text
{
	font-size : 14px;
	color: #669900;
	font-weight: bold;
}