body {
	background:#efefef url(../images/background.gif) top center repeat-y;
	color: #072A5E; 
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:center;
	line-height:1.5;
}
:focus {
  -moz-outline-style: none;
}

.page {
	width:780px;
	margin:auto;
	text-align:left;
	position:relative;
}
table, td {
	font-size:100%;
}
form {
	margin:0px;
	padding:0px;
}
textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size:100%;
}
input {
	font-family: Verdana, Arial, sans-serif;
	font-size:100%;
}
th {
	text-align:left;
}
a {
	color:#A32D84;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	/* put this in last, otherwise all #'s go this color 
	color:#9A769C;
	*/
}
a:active {
	/*color:#FA8909; */
	color: #000000;
}
answer a, a.purple {
	color:#A32D84;
}
ul {
	margin:0px;
	padding-left:22px;
}
h1 {
	font-weight:normal;
	padding-top:0px;
	font-size:190%;
	color:#072A5E;
	display:block;
margin-top:0px;
}
h2 {
	font-size:120%;
	color:#072A5E;
	border-bottom:1px solid #244A9F;
	padding-bottom:5px;
	margin-left:15px;
}
textarea {
	width:400px;
	font-family: Verdana, Arial, sans-serif;
}
.textInput {
	width:400px;
}
.active, .inactive {
	float:left;
	width:18px;
	height:18px;
	margin-right:1px;
	text-align:center;
	background-color:#FEDDB7;
	line-height:18px;
}
.inactive {
	color:#cccccc;
}
.header {
	height:80px;
}
.header_logo {
	position:absolute;
	top:13px;
	left:21px;
	background-color:transparent;
}
.header_tools {
	position:absolute;
	right:20px;
	top:12px;
}
.header_input_search {
	width:80px;
	height:20px;
}
.header_bar {
	position:absolute;
	right:0px;
	top:45px;
}
#navigation {
	width:250px;
	float:left;
	font-size:11px;
	margin-top:10px;
	padding-left:0px;
}
#navigation a {
	color: #A32D84;
}
#content {
	position:relative;
	width:505px;
	font-size:11px;
	min-height:300px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
#controls {
	padding-top:20px;
	font-weight:bold;
}
.sectionHeader {
	background-color:#D1D9EC;
	font-weight:bold;
	padding:5px;
	padding-left:15px;
}
.sectionBox {
	border:1px solid #D1D9EB;
	padding:15px;
	margin-bottom:15px;
}
.overviewBox {
	border:1px solid #D1D9EB;
	
	padding:15px;
	margin-bottom:15px;
}
.questionAnswer {

}
.question {
	padding:5px;
	padding-left:33px;
	padding-bottom:15px;
	background-image:url('../images/arrow_right.gif');
	background-repeat:no-repeat;
	background-position:15px 5px;
}
.answer {
	border:1px solid #D1D9EB;
	padding:15px;
	margin-bottom:15px;
	
}
.answer a {
	text-decoration:underline;
}
#glossaryList {
	border:none;
}
#definition {
	padding:15px;
}
.selected {
	height:31px;
	width:240px;
	background-image:url('../images/selected.gif');
}
#navigation .selected a {
	color:#fff;
	display:block;
	padding-left:20px;
	padding-top:6px;
	padding-bottom:6px;
}
.notselected {
	width:240px;
}
.notselected a {
	padding-left:20px;
	padding-top:6px;
	display:block;
	padding-bottom:6px;
}