html, body {
	height: 100%;
}
body {
	background: #efefef;
	margin: 0px;
}
a img {
	border: 0px;
}
form {
	margin: 0px;
}
.cv {
	display: none;
}
#outercontainer {
	width: 960px;
	background: url(../img/outercontainer_bg.gif);
	margin: 0px auto 0px auto;
}
#innercontainer {
	width: 920px;
	margin: 0px 20px 0px 20px;
}
#topbanner {
	width: 920px;
	height: 100px;
	background: url(../img/topbanner.jpg) no-repeat;
}
#topbanner .links {
	font: bold 9px Verdana;
	color: #ffffff;
	padding: 6px 8px 6px 8px;
}
#topbanner .links a {
	border-bottom: 1px dotted #999999;
	text-decoration: none;
	color: #ffffff;
}
#topbanner .links a:hover {
	border-bottom: none;
	color: #cccccc;
}
#topnavbar {
	width: 920px;
	height: 28px;
	background: url(../img/topnavbar_bg.gif) repeat-x;
}
#topnavbar table {
	height: 100%;
}
#topnavbar td {
	font: 11px Verdana;
	text-align: center;
	color: #ffffff;
}
#topnavbar a.link {
	text-decoration: none;
	color: #ffffff;
}
#topnavbar a.link:hover {
	color: #806207;
}
#topnavbar a.currentlink {
	font: bold 12px Verdana;
	text-decoration: none;
	color: #806207;
}
#topnavbar .separator {
	margin: 0px 10px 0px 10px;
}
#columns {
	background: url(../img/columns_bg.gif) repeat-y;
	margin: 1px 0px 0px 0px;
}
#leftcolumn {
	float: left;
	width: 160px;
	overflow: hidden;
}
#centercolumn {
	float: left;
	width: 490px;
	font: 11px Verdana;
	text-align: justify;
	line-height: 15px;
	margin: 10px;
	color: #000000;
}
#rightcolumn {
	float: left;
	width: 250px;
	overflow: hidden;
}
#leftcolumn .ab, #rightcolumn .ab {
	background: #000000;
	border-bottom: 1px solid #ffffff;
}
.module {
	border-bottom: 1px solid #ffffff;
}
.module_title {
	background: #00458a;
	border-bottom: 1px solid #006699;
	font: bold 10px Verdana;
	text-transform: uppercase;
	padding: 4px 4px 4px 6px;
	color: #ffffff;
}
.module_content {
	background: #003366;
	font: 9px Verdana;
	line-height: 14px;
	padding: 4px;
	color: #ffffff;
}
.module_content a.link {
	border-bottom: 1px dotted #999999;
	color: #ffffff;
	text-decoration: none;
}
.module_content a:hover.link {
	border-bottom: none;
	color: #cccccc;
}
.module_content select {
	font: 12px Arial;
}
.module_content textarea {
	font: 12px Arial;
}
.module_content input.radio {
	width: 12px;
	height: 12px;
	margin: 4px;
}
.module_content input.textbox {
	font: 12px Arial;
}
.module_content input.button {
	clear: both;
	background: #333333;
	border: 1px solid #fee56f;
	font: 9px Tahoma, Verdana;
	text-transform: uppercase;
	color: #fee56f;
	text-decoration: none;
	padding: 2px;
}
#centercolumn h1 {
	font: bold 16px Verdana;
	margin: 0px;
}
#centercolumn h2 {
	font: bold 12px Verdana;
	margin: 0px 0px -6px 0px;
}
#centercolumn p {
	margin: 10px 0px 10px 0px;
}
#centercolumn ul {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 30px;
}
#centercolumn li {
	margin: 4px 0px 4px 0px;
}
#centercolumn .ab {
	background: #000000;
	margin: 6px 0px 0px 0px;
}
#centercolumn .ab a, #centercolumn .ab a:hover {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#centercolumn a {
	border-bottom: 1px dotted;
	font-weight: bold;
	text-decoration: none;
	color: #00458a;
}
#centercolumn a:hover {
	border-bottom: 1px solid #ffffff;
	color: #003366;
}
#centercolumn .footernote {
	background: #fafafa;
	border: 1px solid #cccccc;
	font: 9px Verdana;
	line-height: 14px;
	padding: 6px;
	color: #333333;
}
#centercolumn table.general {
	border-collapse: collapse;
	border-color: #cccccc;
	margin: 10px 0px 10px 0px;
}
#centercolumn table.general th {
	background: #efefef;
	border-color: #cccccc;
	color: #333333;
}
#centercolumn table.general td {
	border-color: #cccccc;
	font-size: 9px;
	line-height: 14px;
}
#centercolumn input, textarea, select {
	font: 12px Arial;
}
#footer {
	width: 100%;
	background: #000000;
	border-top: 1px solid #666666;
}
#footer table {
	font: 9px Verdana;
	padding: 6px 8px 6px 8px;
	color: #ffffff;
}
#footer table a {
	border-bottom: 1px dotted #666666;
	text-decoration: none;
	color: #dddddd;
}
#footer table a:hover {
	color: #ffffff;
}