/* --- */
div#page {
	position: relative;
	width: 992px;
	margin-left: auto;
	margin-right: auto;

}

body {
	margin-top: 2px;
}


.h1 {
	font-size:24px;
	font-weight:normal;
	font-family:Verdana, sans-serif;
	color: #333333;
	text-decoration: none;
}
.h2 {
	font-size:18px;
	font-weight:normal;
	font-family:Verdana, sans-serif;
	color: #333333;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	background-color:#eff6fa;
	display:block;
}
.h3 {
	font-size:24px;
	font-weight:normal;
	font-family:Verdana, sans-serif;
	color: #006fc0;
	text-decoration: none;
	width: 500px;
	padding: 5px 10px 5px 10px;
	background-color:#eff6fa;
	display:block;
}
.blueheaders {
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	color: #006fc0;
	text-decoration: none;
	text-align:left;
}



/*************************
NAVIGATION
**************************/

.subnavlink {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: block;
	background-attachment: scroll;
	background-image: url(../imgs/bullet_greenarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.subnavlink:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #aac931;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: block;
	background-attachment: scroll;
	background-image: url(../imgs/bullet_greenarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.subnavlinkhi {
	font-family: Verdana, Geneva, sans-serif;
	color: #aac931;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: block;
	background-attachment: scroll;
	background-image: url(../imgs/bullet_greenarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.subnav2link {
	font-family: Verdana, Geneva, sans-serif;
	color: #9aa5ab;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
}

.subnav2link:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #aac931;
	font-size: 12px;
	text-decoration: none;
}





/*************************
FOOTER
**************************/

#footer {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #666666;
    text-align: right;
	padding: 35px 0px 35px 0px;
	margin-right: 35px;
	
}



/*************************
CONTENT
**************************/

.contenttext {
	font-size:12px;
	font-family:Verdana, sans-serif;
	color: #333333;
	text-decoration: none;
	display: block;
	text-align: justify;
	width: auto;
}
.normtext {
	font-size:12px;
	font-family:Verdana, sans-serif;
	color: #333333;
	text-decoration: none;
}
.normtextwhite {
	font-size:12px;
	font-family:Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.linktext{
	font-size:12px;
	font-family:Verdana, sans-serif;
	color: #75a9c8;
	text-decoration: none;
}
.linktext:hover{
	font-size:12px;
	font-family:Verdana, sans-serif;
	color: #aac931;
	text-decoration: none;
}
.tabletext {
	font-size:10px;
	font-family:Verdana, sans-serif;
	color: #333333;
	text-decoration: none;
}
.tabletextwhite {
	font-size:10px;
	font-family:Verdana, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.smalltext {
	font-size:10px;
	font-family:Verdana, sans-serif;
	color: #000;
	text-decoration: none;
}
.smallgreytext {
	font-size:10px;
	font-family:Verdana, sans-serif;
	color: #999999;
	text-decoration: none;
}
.newstext {
	font-size:12px;
	font-family:Verdana, sans-serif;
	color: #333333;
	text-decoration: none;
	display: block;
	text-align: justify;
	width: auto;
}
.newstextblue {
	font-size:12px;
	font-family:Verdana, sans-serif;
	color: #006fc0;
	text-decoration: none;
	display: block;
	text-align: justify;
	width: auto;
}
.bullet1 {
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #75a9c8;
	line-height: 16px;
	text-decoration: none;
	padding-left: 40px;
	padding-bottom: 5px;
	display: block;
	background-attachment: scroll;
	background-image: url(../imgs/bullet_bluearrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	width: 600px;
}

.bullet1:hover {
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #aac931;
	line-height: 16px;
	text-decoration: none;
	padding-left: 40px;
	padding-bottom: 5px;
	display: block;
	background-attachment: scroll;
	background-image: url(../imgs/bullet_bluearrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
}

div#space10px {
	height: 10px;
}
div#space20px {
	height: 20px;
}
div#space25px {
	height: 25px;
}
div#space35px {
	height: 35px;
}
