/*****************************************************
 * HTML *
 *****************************************************/
html, body {
	width: 100%;
	padding: 0px; 
	margin: 0px; 
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font : 12px arial;
	background: transparent url(images/background.jpg) repeat-y;
	background-position: center;
}

img {
	border: 0px;
}

div {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#content a:link, #content a:visited, #content a:hover { font: 12px Arial; color: #0a3b80; }
#content a:link, #content a:visited { text-decoration: none; }
#content a:hover { text-decoration: underline; }


h1 {
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0px 10px 0px;
}

h2 {
  font-size: 12px;
  font-family: arial;
  text-decoration: underline;
  margin: 10px 0px 5px 0px;
}

h3 {
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}

/*****************************************************
 * LAYOUT *
 *****************************************************/
#mainHolder {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -511px;
	width: 1022px;
}
#topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1022px;
	height: 147px;
	background: transparent url(images/header_bg.jpg) no-repeat;
}

/*****************************************************
 * CONTENT *
 *****************************************************/
#content_top_placer {
	position: relative;
	top: 0px;
	left: 280px;
	width: 655px;
	height: 147px;
	padding: 0px;
}
#content {
	position: relative;
	top: 0px;
	left: 280px;
	width: 655px;
	padding: 49px 0px 0px 0px;
}

#content_text {
	position: relative;
	top: 0px;
	left: 40px;
	width: 580px;
	font : 12px arial;
	color: #000000;
	padding: 0px 0px 10px 0px;
	overflow-x: hidden;
}

p {
	font : 12px arial;
	color: #000000;
	margin-bottom: 5px;
}

.normal {
	font : 12px arial;
	color: #000000;
	margin-bottom: 5px;
}

.smalltext {
	font: 9px arial;
	color: #858585;
}

.title {
	font: bold 14px arial;
	color: #000000;
	margin-bottom: 5px;
}

/*****************************************************
 * CONTACT FORM *
 *****************************************************/
.contactForm {
	font : 12px arial;
	color: #000000;
}
.contactInput {
	background: #e7eaf9;
	border: 1px solid #ABBDD5;
	color: #000000;
	font : 12px arial;
}
.contactButton {
	background: #e7eaf9;
	border: 1px solid #ABBDD5;
	font : bold 12px arial;
	color: #000000;
}
fieldset {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #ABBDD5;
	padding: 5px;
}
legend {
	color: #000000;
}

/*****************************************************
 * NEWS PAGE *
 *****************************************************/
.recentnews {
	border: 1px solid #ABBDD5;
	width: 550px;
	padding: 12px;
	margin-bottom: 5px;
}
.newsheader {
	text-align: right;
}
.newsTextHeader {
	color: #000000;
	font : 12px arial;
	text-align: justify;
}
.newsarchiveheader {
	border-top: 1px solid #ABBDD5;
	border-left: 1px solid #ABBDD5;
	border-right: 1px solid #ABBDD5;
	padding: 3px;
	padding-left: 7px;
	width: 120px;
	font-size: 13px;
}
.newsarchive {
	border: 1px solid #ABBDD5;
	width: 550px;
	padding: 12px;
}
a.newsdetaillink:link, a.newsdetaillink:visited, a.newsdetaillink { font: bold 12px arial; color: #000000; }
a.newsdetaillink:link, a.newsdetaillink:visited { text-decoration: none; }
a.newsdetaillink:hover { text-decoration: underline; }

img.news_detail_img { border: 0; }

/*****************************************************
 * ERROR STYLES *
 *****************************************************/
.errorText {
	font: 12px arial;
	color: #f00000;
	border: 1px solid #f00000;
	padding: 5px;
}
.errorTitle {
	font: bolder 12px arial;
	color: #f00000;
}

/*****************************************************
 * NOTICE STYLES *
 *****************************************************/
.noticeText {
	font: 12px arial;
	color: #0000f0;
	border: 1px solid #0000f0;
	padding: 5px;
}
.noticeTitle {
	font: bolder 12px arial;
	color: #0000f0;
}

/*****************************************************
 * SITEMAP *
 *****************************************************/
.sitemapcontent
{	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	width: 504px;
	border: 0px;
	float: left;
}
.sitemap1, .sitemap2, .sitemap3, .sitemap4
{	
	width: 150px;
	height: 20px;
	padding-left: 3px;
}
.sitemap1
{	
	background-color: #0a3b80;
	color: #ffffff;
}
.sitemap2
{	background-color: #abbdd5;
	color: #ffffff;
}
.sitemap3
{	background-color: #E7EAF9;
	color: #0a3b80;
}
.sitemap4
{	background-color: #f1f4fb;
	color: #0a3b80;
}