body {
	margin: 0;
	background: #6D7F74;
	padding: 0;
	font: 12px Tahoma, Arial, Helvetica;
	color: #ffffff;
}

a:link, a:visited, a:active  {
	color: #A6B9B1;
	font-weight:bold;
	text-decoration:none;
	display: inline;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

input, textarea, select, blockquote {
	background-color: #FFFFFF; 
	color: #3B443E; 
	border: solid #3B443E 1px;
	padding: 2px;
}

ul {
	list-style-image: url(images/icon.jpg);
}

#container {
	position:relative;
	width: 610px;
	left: 50%;
	margin-left: -305px;
	background:#fff url(images/bg.jpg) repeat-y center;
	overflow:auto;
	z-index:100;
}

#content {
	position:relative;
	padding-bottom:14px;
	height:auto !important;
	height:1%;
}

#pageHeader {
	position:relative;
	width: 610px;
	height: 533px;
	margin:0 auto;
	background: url(images/header.jpg) no-repeat right;
}

#news{
	width: 565px;
	margin-top:0px;
	min-height: 500px;
	text-align:justify;
	margin: 0 20px 0 25px;	
	padding-bottom:26px !important;
	padding-bottom:0;
}

#news p {
	margin: 0 10px 0 10px;
}

#explanation h1 {
	width: 400px;
	height: 55px;
	margin: 5px 0 5px 10px;
	color:#A6B9B1;
	font: Palatino Linotype, Palatino, Georgia, Times new roman;
}

#explanation h1:first-letter {
	color:#A6B9B1;
	font: 36px Comic Sans MS, cursive;
}

#explanation h2 {	
	margin: 5px 0 5px 10px;
	color:#A6B9B1;
	text-decoration: underline;
	font: bold 13px Lucida,Arial,Helvetica,sans-serif;
}

#explanation h3 {
	margin: 5px 0 5px 10px;
	color: #A6B9B1;
	font: bold 12px Lucida,Arial,Helvetica,sans-serif;
}


#extraDiv1 {
	position: relative;
	left: 50%;
	margin-left: -305px;
	background: url(images/footer.jpg);
	width: 610px;
	height: 32px;
}

#linkList {
	width: 200px;
	position: absolute;
	top: 425px;
	left: 125px;
}

#linkList h3 {
	width:196px;
	height:25px;
	margin:5px 0 0 10px;
	padding-bottom: 0px;
	color:#7C7A8A;
	font: bold 13px/15px Lucida,Arial,Helvetica,sans-serif;
}

#linkList ul a:link, #linkList ul a:visited, #linkList ul a:active { 
	text-decoration: none; 
	color: #6D7F74; 
	background-color: #FFFFFF; 
	border-left: 8px #A6B9B1 solid;
	margin: 3px 10px 3px 3px;
	padding-left: 10px;
	display: inline-block;
	width: 70px;
	height: 18px;
}

#linkList ul a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
	background-color: #6D7F74; 
	border-left: 8px #A6B9B1 solid;
	display: inline-block;
	width: 70px;
	height: 18px;
}

#linkList ul li {
	width: 85px;
	height: 20px;
	display: inline-block;
}

#linkList ul {
	padding: 3px;
	margin: 3px 10px 3px 3px;
	list-style: none;
}

#extraDiv2 {
	width:49%;
	position:absolute;
	top:0;
	left:0;
	height:148px;
	z-index:10;
}

#extraDiv3 {
	width:49%;
	position:absolute;
	top:0;
	right:0;
	height:207px;
	z-index:10;
}