@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	background-color:#bebebe;
	background-image:url(../images/bg.gif);
	background-position:top left;
	background-repeat:repeat-y;

}

#logoContainer {
	background-position:top left;
	background-repeat:no-repeat;
	width:934px;
	height:80px;
	padding-top:57px;
	clear:both;
}

#subheadContainer {
	background-image:url(../images/subhead.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:892px;
	height:18px;
	clear:both;
	text-align:right;
	padding-top:9px;
	padding-right:42px;
}

#mainContainer {
	width:934px;
	min-height:100px;
	clear:both;
}

#contentContainer {
	width:632px;
	float:right;
}

#contentContainerTop {
	height:15px;
	width:632px;
	background-color:#e7e7e7;
}

#contentBody {
	padding:21px;
	padding-right:64px;
	min-height:200px;
}

#leftContainer {
	position:absolute;
	top:164px;
	width:266px;
	background-image:url(../images/logo_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:36px;
	margin-bottom:40px;
}

#bottomContainer {
	height:40px;
	/*width:934px;*/
	width:632px;
	background-color:#e7e7e7;
	clear:both;
	padding-left:302px;
}

#bottomContainer,
#bottomContainer a,
#bottomContainer a:visited {
	color:#666666;
	font-size:9px;
	vertical-align:bottom;
}

#menuTop {
	height:33px;
}

.menuLI,
.menuUL {
	list-style:none;
	margin:0px;
	padding:0px;
}
.menuUL a {
	text-decoration:none;
}
.menuUL a:hover {
	text-decoration:underline;
}

#leftContainer .menuItem {
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:4px;
	padding-left:6px;
	display:block;
}

#leftContainer .act {
	background-color:#175485;
	color:#FFFFFF;
}

#leftContainer .act a {
	color:#FFFFFF;
}

#leftContainer .menuUL .menuUL .menuItem {
	padding-left:25px;
	font-size:12px;
	font-weight:normal;
	background-color:#FFFFFF;
}
#leftContainer .menuUL .menuUL .menuItem a {
	color:#000000;
}
#leftContainer .menuUL .menuUL .act {
	font-weight:bold;
}

#subheadContainer .menuUL,
#subheadContainer .menuLI {
	list-style:none;
	display:inline;
}
#subheadContainer .menuItem img {
	top:2px;
}
#subheadContainer a,
#subheadContainer a:hover {
	color:#000000;
	text-decoration:none;
}


/*FORMS*/
input,
textarea,
select,
.fakeButton {
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:1px solid #175485;
	background-color:#e7e7e7;
	white-space:normal;
	font-weight:normal;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
.fakeButton {
	background-color:#175485;
	color:#FFFFFF;
	padding:1px;
}
.fakeButton {
	padding:2px;
}
.fakeButton a {
	color:#FFFFFF;
	text-decoration:none;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.fakeButton {
	cursor:pointer;
}
