/* MAIN STYLESHEET */

html {
	text-align: center;
}

/* Main Structure */
body {
	background-color: #ffffff;
	margin-left:10%;
	margin: 0 0 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	min-width: 950px;
}


#container {
 	width: 100%;
	margin-left: auto;
	margin-right: auto;	
}


#header {
	margin:0 auto;
	text-align: left;
	clear:both;
	padding: 10px 10px 0px 0px;
	min-width: 950px;
}

#header_right {
	text-align: left;
	float:right;
}

#header_right a{ font-size: 1.2em;}

#login {
	position: absolute; right: 17px; top: 102px;
	display: none;
	border: 2px solid #6787b4;
	background-color: #DDDDDD;
}

#login .blueback { background-color: #6787b4;}
#login h3 { color: #ffffff;}
#login h3.right { text-align: right;}

#logo {
	float:left;
}

#navigation{
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float:left;
	background-color: #ffffff;
	font-size: 1.1em;
	width: 180px;
}

/*For the Forum*/

#forumContent
{
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	/*float: left;
	min-width: 300px;*/
}

#formumNav
{
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #e7e7e7;
	float: right;
	width: 280px;
}

/*
.navigation_title{
	margin-left: -10px;
	padding:3px 10px 3px 10px;
	text-align: left;
	font-size: 1.3em;
	color: #ffffff;
	background-color: #6787b4;
}


#navigation a{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#navigation a:Hover{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
*/

#content{
	float:left;
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 10px;
	width: auto;
}

#sidebar{
	float:right;
	width:200px;
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 10px;
	clear:both;
}

.highlight-box{
	background-color: #e8eff7;
	border: 2px solid #6787b4;
	text-align: left;
	padding: 0px 5px 0px 5px;
}

#sidebar .highlight-box{	text-align:center; }



#flashbanner {
	border: 2px solid #dfe8ef;
	width: 550px;
}

#footer{
	color:#1e3c6c;
	text-align:right;
	font-size: 0.8em;
	clear:both;
	margin-right:10px;
}

#footer a {
	color: #1e3c6c;
	text-decoration: none;
	font-weight: normal;
}

#footer a:Hover {
	text-decoration: underline;
	font-weight: normal;
}

h1{
	padding:3px 0px 3px 5px;
	background-color: #e7e7e7;
	color: #937d3e;
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom:10px;
	text-align:left;
}
h2{
	padding:3px 0px 3px 5px;
	background-color: #e7e7e7;
	color: #937d3e;
	font-size: 1.5em;
	margin-bottom:10px;
	text-align:left;
}
h3, legend{
	/*background-color: #ffffff;*/
	color: #203d6d;
	font-size: 1.2em;
	text-align:left;
	margin-top: 6px;
	margin-bottom: 2px;
}
h4{
	color: #c0ab70;
	font-size: 1.2em;
	text-align:center;
	margin-top: 3px;
	margin-bottom: 3px;
}

p {
	margin-bottom: 3px;
}

ul {
	margin-top: 0px;
}


li{
	color: #203d6d;
	list-style-position: outside; 
	font-weight: bold;
}

img {
	margin: 0em 1em 0em 0em;
}

.subtext{
	color: #6787b4;
	font-weight: bold;
	line-height: normal;
	margin-top: 3px;
}
.sidesmall{
	color: #000000;
	font-weight: bold;
	font-size: 0.8em;
	line-height: normal;
}
a{
	color:#8c0c2a;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	color:#8c0c2a;
	text-decoration: underline;
	font-weight:bold;
}

a.newsletter{
	color:#c9c9c9;
	text-decoration: none;
}

a:hover{
	color:#757575;
	text-decoration: underline;
}

#question {
	border: 2px solid #000000;
	padding:10px 10px 10px 10px;
	background-color: #e7e7e7;
}

.questionText{
	font-weight:bold;
	font-size: 1.25em;
}

/**** SEARCH ****/
.isearch-highlight {
	background-color: #E0E0E0;
	font-weight: bold;
}
