body {
	margin:0px;
}

.home {
	background:url(/images/pageBG.jpg);
	background-repeat:no-repeat;
	background-position:center -75px;
	background-color:#00A2E3;
}

.interior {
	background:url(/images/paper_bg.jpg);
	background-repeat:no-repeat;
	background-position:center 0px;
	background-color:#00A2E3;
}

a:link {color:#00A2E3;}
a:visited {color:#00A2E3;}
a:hover {color:#9F343A;}

#pageContent {
	font-family:Arial;
	font-size:12px;
	margin-right:100px;
	padding-left:15px;
	padding-bottom:15px;
}

#formLogin {
	margin:0px;
}

#login {
	position:relative;
	float:right;
	background-image:url(/images/login.png);
	width:218px;
	height:239px;
	overflow:hidden;
}

#loginWBunk {
	position:relative;
	float:right;
	background-image:url(/images/login.png);
	background-repeat:no-repeat;
	width:218px;
	height:450px;
	overflow:hidden;
}

#inp_login {
	position:absolute;
	top:118px;
	left:52px;
	border:0px;
	height:12px;
	font-size:9px;
	font-family:verdana;
}

#inp_password {
	position:absolute;
	top:158px;
	left:54px;
	border:0px;
	height:12px;
	font-size:10px;
	font-family:verdana;
}

#btn_SignUp {
	width:54px;
	height:24px;
	overflow:hidden;
	position:absolute;
	top:184px;
	left:34px;
}

#btn_Login {
	width:54px;
	height:24px;
	overflow:hidden;
	position:absolute;
	top:184px;
	left:144px;
}

#btn_Forgot {
	width:54px;
	height:24px;
	overflow:hidden;
	position:absolute;
	top:191px;
	left:98px;
}

#passwordForm {
	border: 1px solid #00A2E3;
	background: #EBEBEB;
	padding: 10px;
	width: 250px;
	margin: 5px;
	display:none;
}

.navButton {
	background:url(/images/buttonBG.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:215px;
	height:30px;
	font-family: "Trebuchet MS";
	font-weight:bold;
	font-size:14px;
	padding:0px;
	padding-top:5px;
	text-transform:uppercase;
	margin-bottom:0px;
}

.navButton a:link {
	text-decoration:none;
	color:#000000;
}

.navButton a:visited {
	text-decoration:none;
	color:#000000;
}

.navButton a:HOVER {
	text-decoration:none;
	color:#9F343A;
}

.subnavButton {
	font-family:Arial;
	padding-left:60px;
	margin-top:2px;
	margin-bottom:10px;
}

.subnavButton a:link {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#00A2E3;
}

.subnavButton a:visited {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#00A2E3;
}

.subnavButton a:HOVER {
	text-decoration:underline;
}

.subSubNav {
	float:right;
	border:1px dotted #CCCCCC;
	padding:5px;
	margin-left:10px;
	margin-bottom:10px;
}

.subSubNav a:link {
	font-size:11px;
	color:#439F3A;
}

.subSubNav a:visited {
	font-size:11px;
	color:#439F3A;
}

.subSubNav a:HOVER {
	color: #9F343A;
}

.subSubNav div{
	margin-bottom:5px;
}



.breadCrumb {
	margin-bottom:10px;
	font-size:11px;
	color:#999999;
}

.breadCrumb a:link {
	font-size:11px;
	color:#999999;
}

.breadCrumb a:visited {
	font-size:11px;
	color:#999999;
}

.breadCrumb a:HOVER {
	color: #C06F2A;
}



.newsHeadline {
	margin-top:10px;
	font-weight:bold;
}

.newsSummary {

}

.newsDate {
	color:#000000;
}

.newsSummary a:link {
	text-decoration:underline;
	color:#00A2E3;
}

.newsSummary a:visited {
	text-decoration:underline;
	color:#00A2E3;
}

.newsSummary a:HOVER {
	text-decoration:underline;
	color:#9F343A;
}