@charset "UTF-8";
/* --- CSS Document Print --- */

body {
	margin: 0px;
	color: #353535; 
	font-size: 100%;  
	font-family: Arial, Verdana, Helvetica, Univers;
}

h1 { color: #333333; font-size: 150%; font-weight: normal; margin: 0px 0px 15px 0px; }
h2 { color: #333333; font-size: 140%; font-weight: normal; margin: 0px 0px 15px 0px; }
h3 { color: #333333; font-size: 120%; font-weight: normal; margin: 5px 0px 15px 0px; }
h4 { color: #333333; font-size: 100%; font-weight: normal; margin: 0px 0px 15px 0px; }
a          { color: black; }
a:visited  { color: black; }
a:hover    { color: black; }

.clear_both { clear:both; font-size:1px; line-height:1px; }

.container {
	margin: 0px auto;
	width: 980px;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;
	height: 144px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color: #339999;
	border-color: #cbffff;
	background-image: url(images/banner-backgrd.png);
}

.toplogo {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-repeat: no-repeat;
}

/* LEFT NAVIGATION */

.leftnavigation {
	display: none;
}


/* LEFT CONTENT AREA */

.contentleft {
	width: 950px;
	padding-left: 10px;
	float: left;
	padding-top: 20px;
}

.contentboxLeft {
	width: 930px;
	margin-right: 10px;
	margin-bottom: 15px;

}


.contentboxLeft img {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
}

.contentboxLeft .contenttype {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
	padding-bottom: 20px;
	float: left;
	color: #634073;
}

.contentboxLeft .contenttype h1 {
	color: #3399ca;
	font-weight: bold;
	margin-bottom: 5px;
	
}

.contentboxLeft .contenttype h2 {
	color: #3399ca;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentboxLeft .contenttype h3 {
	color: #3399ca;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentboxLeft .contenttype h4 {
	color: #3399ca;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentboxLeft .contenttype p {
	color: #333;
	margin-top: 5px;
	font-style: oblique;
}
.contentboxLeft .contenttype a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	color: #aaa671;
	background-repeat: no-repeat;
	padding: 10px 0px 10px 0px;
	background-position: 0px 9px;

}
.contentboxLeft .contenttype a u {
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	border-bottom-color: #c0bd98;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.contentboxLeft .contenttype a:hover {
	display: none;
}


/* RIGHT CONTENT AREA */

.contentright {
	display: none;
}
.contentboxRight {
	display: none;
}

.contentboxRight .contenttype {
	display: none;
}

.contentboxRight .contenttype h3 {
	display: none;
}

.contentboxRight .contenttype h4 {
	display: none;
}

.contentboxRight .contenttype p {
	display: none;
}
.contentboxRight .contenttype a {
	display: none;
}

.contentboxRight .contenttype a u {
	display: none;
}



.imageright {
	margin-top: 10px;
	margin-left: 10px;
	float: right;	
}
.imageleft {
	margin-right: 10px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	border-top: solid;
	border-color: #3399ca;
}

.footercontent {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.footernav {
	padding-top: 10px;
	padding-right: 52px;	
	float: right;
	color: #000000;
	font-size: 80%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.footernav a {
	color: #622c5c;
	text-decoration: none;
}
.footernav a:visited {
	color: #622c5c;
}
.footernav a:hover {
	display: none;
}

.copyright {
	border-width: 2px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 2px;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
