.mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	width: 425px;
	margin-left:20px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding:5px;
}

.resourcesBtn {
	background-image: url(../images/interface/resources-bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 151px;
	text-align: center;
	margin-bottom: 2px;
}


a.buttonabout:link, a.buttonabout:visited, a.buttonabout:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	background-image: url(../images/interface/aboutus-bg.jpg);
	text-align: center;
	display: block;
	height: 40px;
	width: 151px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.buttonabout:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	background-image: url(../images/interface/aboutus-bg.jpg);
	text-align: center;
	display: block;
	height: 40px;
	width: 151px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.aboutUsBtn {
	background-image: url(../images/interface/aboutus-bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 151px;
	text-align: center;
	margin-top: 2px;
}

.extraBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	width: 151px;
	display: block;
	padding-top: 14px;
}

.extraBtn:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.extraBtn:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.extraBtn:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F46223;
	text-decoration: none;
}

.logo {
	height: 75px;
	width: 75px;
	margin: 5px;
}

.unitNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 233px;
	display: block;
	line-height: 32px;
	font-weight: bold;
}

a.unitNav:link {
	color:#000000;
	text-decoration: none;
}

a.unitNav:visited {
	color:#000000;
}

a.unitNav:hover {
	color:#F46223;
}

a.contentLink:Link, a.contentLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#333333;
	text-decoration: none;
	padding-left:20px;
	padding-right:20px;
	background-color:#ebd069;
	display: block;
	line-height: 24px;
	width:60px;
	text-align: center;
	float: right;
	margin: 5px;
	border: 1px solid #FFFFFF;
	
}

a.contentLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#ebd069;
	background-color:#8c8d9f;
	text-decoration: none;
	padding-left:20px;
	padding-right:20px;
	display: block;
	line-height: 24px;
	width:60px;
	text-align: center;
	float: right;
	margin: 5px;
	border: 1px solid #FFFFFF;

}

.aboutUsBtnOff {
	background-image: url(../images/interface/deactivated.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 151px;
	text-align: center;
	margin-top: 2px;
}
.resourcesBtnOff {
	background-image: url(../images/interface/deactivated.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 151px;
	text-align: center;
	margin-bottom: 2px;
}

.module {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:left;
	color: #333333;
	line-height: 24px;
	background-image: url(../images/interface/yellow-fade.jpg);
	background-repeat: repeat-x;
	height: 24px;
	width: 599px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
}
.content {
	width: 619px;
	padding-right: 10px;
	padding-left: 10px;
}
.descriptionBox {
	padding: 10px;
	width: 599px;
	border: 1px solid #CCCCCC;
	display: block;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
	text-decoration: none;
}


.descriptionWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}

.descriptionLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	text-decoration: underline;
}

.pulldown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
	margin-right:10px;
	background-color: #8c8d9f;
	border: 1px solid #ffffff;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 3px;
	padding: 5px;
	width: 320px;
	border: 1px solid #FFC30D;
}
