@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

/* basic elements */
body {
	width: 100%;
	font-size: 67.5%;
	/*line-height: 14px;*/
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff url(images/bg_page.jpg) center top no-repeat;
	text-align: center;
}
p {
	font-size: 12px;
	color: #333;
	line-height: 150%;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}
h1, h2, h3 {
	font-size: 15px;
	color: #004469; 
	line-height: 14px;
	font-weight: bold; 
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	text-align: left; 
	margin: 0 0 10px; 
	padding: 0px;
	}
h2 {
	font-size: 14px;
	color: #003c75;
}
h3 {
	font-size: 12px;
}
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	/*color: #003c75;*/
	color: #bebf02;
	}
a:visited, 
a:visited:hover { 
	font-weight: bold; 
	text-decoration: underline; 
	/*color: #003c75;*/
	color: #bebf02;
}
a:hover, 
a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	/*color: #003c75;*/
	color: #bebf02;
}
a img {
	border: none;
}
ul {
	color: #7b9740;
	/*font-weight: bold;*/
	padding: 10px 5px 5px 0;
}
li {
	font-size: 12px;
	text-align: left;
	/*list-style: none;*/
	list-style-type: square;
	list-style-position: inside;
	padding-left: 0;
	margin-bottom: 8px;
}

/* major divs */
#pageContainer {
	width: 772px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(images/bg_mainContainer.jpg) center top repeat-y;
}
/*
#pageWrapper {
	padding: 0 0 20px 0;
	background: url(images/bg_page_center.jpg) center top repeat-y;
}
*/
#mainlevelContainer {
	position: relative;
	width: 752px;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
}
#contentContainer {
	width: 752px;
	margin: 0 0 0 10px;
	padding: 0;
	}
#infoContainer {
	float: right;
	width: 537px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
/*
#infoContainer.oneColumn {
	float: left;
	width: 645px;
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
}
*/
#intro {
	width: 537px;
	margin: 0 0 5px 0;
	}
/*
#intro.oneColumn {
	width: 645px;
	margin: 0 0 5px 15px;
	}
*/
#supportingInfo {
 	width: 537px;
	margin: 20px 0px 20px 0;
	}
/*
#supportingInfo.oneColumn {
 	width: 645px;
	margin: 40px 0px 20px 15px;
	}
*/
#notice {
	width: 200px;
	margin: 10px 0 0 0;
	text-align: center;
}
/* * html #notice { display: inline; } */

/* minor divs */
#pageHeader {
	/*height: 160px;*/
	margin: 0 0 0 0;
	/*background: url(images/bg_header.jpg) no-repeat;*/
}
#breadcrumb {
	/*
	position: absolute;
	top: 130px;
	left: 0;
	*/
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
	background: #f3f7fa;
	text-align: left;
}
#pageHeader h1 {
	padding: 140px 0 0 500px;
}
#floatingImage.left {
	float: left;
	padding: 5px 10px 5px 0;
}
#floatingImage.right {
	float: right;
	padding: 5px 0 5px 10px;
}

/* cms */
.newbar {
	margin: 10px 0 20px 0;
}

.editbar {
	margin: 10px 0 10px 0;
}