body {
	background: #FFF;
	font: normal 12px Arial, Helvetica, sans-serif;
}
* {
	padding: 0;
	margin: 0;
}

#header {
	background: #e4e1c2 url(images/header.gif) no-repeat 35px center;
	height: 112px;
	text-indent: -3000px;
}

/*
	
*/
#logoutwrapper {
	background: #CBC59B;
	border: 0px dashed #ff0000;
}
#logout {
	text-transform: uppercase;
	width: 790px;
	text-align: right;
	font-size: 9px;
	padding: 2px 10px 2px 0px;
	font-weight: bold;
	border: 0px dashed #f0f000;
}
#division_of {
	text-transform: uppercase;
	text-align: left;
	font-size: 9px;
	padding: 2px 0px 2px 0px;
	font-weight: bold;
	border: 0px dashed #f0f000;
}
#logout a {
	color: #000000;
	font-weight: normal;
}
#logout a:hover {
	text-decoration: none;
}

/* MIN NAV */
#min_nav {
	background: #FFF url(images/nav_blue.gif) repeat-x;
	height: 30px;
	padding: 0 0 0 102px;
}
#min_nav ul {
	padding: 0 2px;
	height: 30px;
}
#min_nav ul li {
	float: left;
	display: inline;
	height: 11px;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding: 9px 9px 9px 9px;
	margin: 0 1px 0 0;
	background: #c9ddef url(images/nav_bg.gif) repeat-x;
	text-align: center;
}

#min_exp_wrapper {
	background: #CBC59B;
	border: 0px dashed #ff0000;
}
#min_exp {
	text-transform: uppercase;
	width: 790px;
	text-align: right;
	font-size: 9px;
	padding: 2px 0px 2px 0px;
	font-weight: bold;
	border: 0px dashed #f0f000;
}
#min_exp a {
	color: #000000;
	font-weight: normal;
}
#min_exp a:hover {
	text-decoration: none;
}



/* MAIN NAV */
#nav {
	background: #FFF url(images/nav_blue.gif) repeat-x;
	height: 30px;
	padding: 0 0 0 102px;
}
#nav ul {
	padding: 0 2px;
	height: 30px;
}
#nav ul li {
	float: left;
	display: inline;
	height: 11px;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding: 9px 0;
	margin: 0 1px 0 0;
	background: #c9ddef url(images/nav_bg.gif) repeat-x;
	width: 138px;
	text-align: center;
}




/* HEAD PAGE NAV */
#nav li.selected {
	background: #dec87e url(images/nav_sel_bg.gif) repeat-x;
	color: #aa1418;
	height: 44px;
	padding: 9px 0 0 0;
}
#nav ul li ul {
	margin: 0 -2px 0 -2px;
}
#nav li ul li {
	display: inline;
	float: left;
	padding: 0;
	margin: 9px 0 0 0;
	font-size: 12px;
	height: 24px;
	width: 30px;
}
#nav li ul li.of {
	margin: 9px 2px;
	padding: 4px 0;
	height: 16px;
	width: 74px;
	color: #7398b5 !important; 
	background: #ecf3f9 url(images/nav_sub_bg.gif) repeat-x;
}
.navltarrow {
	background: #dec87e url(images/nav_lt_arrow.gif) !important;
}
.navrtarrow {
	background: #dec87e url(images/nav_rt_arrow.gif) !important;
}
.navltarrow a, .navrtarrow a {
	display: block;
	text-indent: -3000px;
	height: 24px;
	width: 30px;
	text-decoration: none;
}

/* NAV COLORS */
li.blue { color: #e4e1c2; }
li.red { color: #e4e1c2; }
li.brown { color: #e4e1c2; }
li.orange { color: #e4e1c2; }

li.blue a { color: #932215; text-decoration: none;}
li.red a { color: #932215; text-decoration: none;}
li.min_red a { color: #e4e1c2; text-decoration: none;}
li.brown a { color: #932215; text-decoration: none;}
li.orange a { color: #932215; text-decoration: none;}


a.blue { color: #e78e90 !important; text-decoration: none;}
a.red { color: #e78e90 !important; text-decoration: none;}
a.brown { color: #e78e90 !important; text-decoration: none;}
a.orange { color: #e78e90 !important; text-decoration: none;}

.blue { color: #7b9fb9; }
.red { color: #991c1f; }
.brown { color: #797155; }
.orange { color: #ff7800; }
.green { color: #7cab21; }

h1.blue { color: #5d96c3; }
h1.red { color: #991c1f; }
h1.green { color: #7cab21; }
h1.orange { color: #ff7800; }

/* second NAV */
#nav2 {
	background: #FFFFFF;
	height: 20px;
	padding: 0 0 0 102px;
}
#nav2 ul {
	padding: 0 2px;
	height: 30px;
}
#nav2 ul li {
	float: left;
	display: inline;
	height: 10px;
	font: bold 9px Arial, Helvetica, sans-serif;
	padding: 5px 0;
	margin: 0 1px 0 0;
	background: #dddddd;
	width: 138px;
	text-align: center;
}

/* HEAD PAGE NAV */
#nav2 li.selected {
	background: #dec87e url(images/nav_sel_bg.gif) repeat-x;
	color: #aa1418;
	height: 44px;
	padding: 9px 0 0 0;
}
#nav2 ul li ul {
	margin: 0 -2px 0 -2px;
}
#nav2 li ul li {
	display: inline;
	float: left;
	padding: 0;
	margin: 9px 0 0 0;
	font-size: 12px;
	height: 24px;
	width: 30px;
}
#nav2 li ul li.of {
	margin: 9px 2px;
	padding: 4px 0;
	height: 16px;
	width: 74px;
	color: #7398b5 !important; 
	background: #ecf3f9 url(images/nav_sub_bg.gif) repeat-x;
}

/* NAV2 COLORS */
li.blue2 { color: #000000; }
li.red2 { color: #000000; }
li.brown2 { color: #000000; }
li.orange2 { color: #000000; }

li.blue2 a { color: #000000; text-decoration: none; }
li.red2 a { color: #000000; text-decoration: none;  }
li.brown2 a { color: #000000; text-decoration: none;  }
li.orange2 a { color: #000000; text-decoration: none;  }


a.blue2 { color: #000000 !important; text-decoration: none; }
a.red2 { color: #000000 !important; text-decoration: none;  }
a.brown2 { color: #000000 !important; text-decoration: none;  }
a.orange2 { color: #000000 !important; text-decoration: none;  }

.blue { color: #7b9fb9; }
.red { color: #991c1f; }
.brown { color: #797155; }
.orange { color: #ff7800; }
.green { color: #7cab21; }

h1.blue { color: #5d96c3; }
h1.red { color: #991c1f; }
h1.green { color: #7cab21; }
h1.orange { color: #ff7800; }

/* CONTENT STYLES */
h1 {
	color: #607e22;
	font: bold 13px Arial, Helvetica, sans-serif;
}
#content {
	padding: 50px 0 0 102px;
	width: 800px;
	border: 0px dashed #ff0000;
}
#content p {
	margin: 1em 0 2em 0;
	line-height: 18px;
}
p.red { 
	font: bold 12px Arial, Helvetica, sans-serif;
}
p.brown {
	font: bold 12px Arial, Helvetica, sans-serif;
}
#callout {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FF0000;
}
#missed {
	padding: 15px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #c20003;
	margin: 0 auto 20px auto;
	text-align: right;
	background: #fef6a2 url(images/missed_question.gif) no-repeat 10px center;
	width: 55%;
}

/* copyright style */

#copyright {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 50px 0 0 50px;
}
/* TABLE STYLES */
td {
	padding: 5px 4px;
}
th {
	padding: 7px 4px;
	text-align: left;
}
th.answer, td.answer {
	font: normal 9px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #797155;
	text-align: center;
	border-right: 1px solid #d5e2ee;
}
td.check {
	border: 0;
	text-align: right;
}
.some {	width: 6%; }
.yes, .no { width: 4%; }
.agree, .disagree, .strongly { width: 9%; }
td.question, th.question { 
	width: 86%;
}
td.choice { 
	width: 45%;
}
td.answer2 { 
	text-align: center;
	/*border-left: 1px solid #d5e2ee;*/
}
td.answer3 {
	text-align: center;
}
th.red {
	color: #c20003;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.row2 {
	background: #f1f6fa;
}
.row1 {
	background: #fff;
}
table {
	border: 3px solid #d5e2ee;
	padding: 0px;
}
table table {
	border: 0;
	padding: 0 0px 10px 0px;
}

table ul {
	margin: 0 0 0 30px;
}
table.profile {
	padding: 5px 10px 5px 5px;
}

table.new_min {
	background: #FFF url(images/nav_blue.gif) repeat-x;
	padding: 5px 5px 10px 5px;
	border: 0px solid #d5e2ee;
	font: normal 9px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #797155;
	text-align: center;

}

td.new_min a { color: #e78e90; text-decoration: none; }

table.noborder {
	border: 0px solid #d5e2ee;
	width: 790px;
}
/* LOWER PAGE NAVIGATION */
#pagenav {
	padding: 10px 0;
	float: right;
	height: 27px;
}
#pagenav ul li {
	display: inline;
	float: left;
}
#ltarrow a, #rtarrow a{
	display: block;
	height: 22px;
	width: 27px;
	text-indent: -3000px;
	text-decoration: none;
}
#ltarrow {
	background: #FFF url(images/arrow_lt.gif) no-repeat;
}
#rtarrow {
	background: #FFF url(images/arrow_rt.gif) no-repeat;
}
#of {
	height: 19px;
	margin: 0 2px;
	padding: 4px 0;
	width: 74px;
	color: #7398b5 !important;
	background: #FFF url(images/arrow_bg.gif) repeat-x;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
}

/* FORM ELEMENTS 
select {
	margin: 0 0 0 10px;
	width: 50px;
}*/