body {
	margin:0;
	background: #fff url(images/bg.jpg);
	padding:0 0 20px 0;
	font:11px Tahoma, Arial, Helvetica;
	color: #6E6E72;
}

a:link, a:visited, a:active  {
	color: #6E6E72;
	font-weight:bold;
	text-decoration:none;
	display: inline;
	text-decoration: none; 
	cursor: default; 
	border: 0px;
}

a:hover {
	border:1px solid #6E6E72;
	border-right:none;
	border-left:none;
}

input, textarea, select {
	background-color: #FFFFFF; 
	font-family: trebuchet ms, tahoma, verdana, arial;
	font-size: 11px;
	color: #6E6E72; 
	border: solid #6E6E72 1px;
}

ul {
	list-style-image: url(images/icon.jpg);
}

#container {
	position:relative;
	width:834px;
	left:50%;
	margin-left:-417px;
	overflow:auto;
	z-index:100;
}

#content {
	position:relative;
	padding-bottom:14px;
	height:580px !important;
	/*height:1%;*/
}

#pageHeader {
	position:relative;
	width:834px;
	height:540px;
	margin:0 auto;
	background:url(images/purple.jpg) no-repeat right;
}

#news{
	position:absolute;
	width:515px;
	left:37%;
	margin-left:-300px;
	overflow:auto;
	top: 150px;
	height: 385px;
	text-align:justify;
	margin:0px;
}

#news p {
	margin: 10px;
}

#explanation h1 {
	width: 400px;
	height: 25px;
	margin:5px 0 0 10px;
	color:#A797BA;
	font: Tahoma, Arial, Helvetica;
	font-variant: small-caps;
	background: url(images/head.jpg) no-repeat bottom;
}

#explanation h2 {	
	margin: 0px;
	padding-bottom: 0px;
	color:#A797BA;
	text-decoration: underline;
	font: bold 13px Lucida,Arial,Helvetica,sans-serif;
}

#explanation h3 {
	margin: 0px;
	padding-bottom: 0px;
	color: #6E6E72;
	font: bold 12px Lucida,Arial,Helvetica,sans-serif;
}


#linkList {
	width:800px;
	position:absolute;
	top:560px;	
	text-align: center;
}

#linkList ul a:link, #linkList ul a:visited, #linkList ul a:active { 
	text-decoration: none; 
	color:#542F80; 
	cursor: default;  
	background-color: #A797BA; 
	border-left: 8px #DADAE6 solid;
	border-bottom: 0;
		padding: 2px;
}

#linkList ul a:hover { 
	text-decoration: none; 
	color: #A797BA;
	cursor: crosshair; 
	background-color: #542F80; 
	border-left: 8px #DADAE6 solid;
	border-bottom: 0;
	padding: 2px;
}

#linkList ul li {
	display: inline; 
}

#linkList ul {
	padding: 0px;
	margin: 0;
	list-style: none; 
}