@charset "UTF-8";
/* CSS Document */
a:link, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#036;
}
a:hover, a:active {
	text-decoration:underline;
	color:#000;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}
fieldset {
	border:1px solid #036;
	margin:7px;
	padding:7px;
}
legend {
	border:1px solid #036;
	padding:7px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
h1 { font-size:18px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
h4 { font-size:13px; }
p, ul, ol { font-size:12px; }

#content {
	background-color:#FFF; /*FAEFCC;*/
	clear:left;
	aposition:relative;
	padding:10px;
}
#bodywrap {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#header { background:url(../images/masthead/bgheader.jpg) center top no-repeat; }
#intention {
	background-color:#2D5578;
	width:167px;
	float:left;
	margin: 0 0 4px;
	color:#FFF;
}
.asterisk { color:#900; }
.error {
	color:#900;
	margin-bottom:0;
}
.hide { display:none; }
.popup {
	position: absolute;
	border:2px solid #036;
	width: 550px;
	background-color:#FAEFCC;
	padding:10px;
}
#footer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	text-align: center;
	padding-bottom:1em;
}
#footer p {
	color:#666666;
	margin-bottom: 0;
	padding-top:0;
	padding-bottom: 0;
	text-align: center;
	font-size:10px;
}
#sitebar {
	background-color:#FAEFCC;
	height:35px;
	width:100%;
	clear:both;
}
#sitebar p {
	font-size:12px;
	text-align:center;
	padding-top:10px;
	color:#036;
}	
#sitebar a {
	text-decoration:none;
	color:#036;
}
#sitebar a:hover { color:#000; }

#leftcolumn {
	width:150px;
	padding-right:15px;
	float:left;
}
#leftcolumn p {
	font-size: 10px;
	line-height: 1.2em;
	padding: 4px 0 4px 2px;
	margin-bottom: 0.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbb;
	color: #222;
}
#leftcolumn ul {
	margin-top: 0px;
	line-height: 1.4;
	font-size: 10px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
}  
#leftcolumn li {
	font-size: 10px;
	line-height: 1.2em;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0.1em;
	color: #CC0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#main {
	width:595px;
	float:left;
	margin-top:0;
}
#leftcolumn li .sub {
	color:#000;
	font-weight:normal;
	margin-left:1em;
	text-decoration:none;
}
.red { color: #900; }
