body  {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background: white;
	color: black;
	width: 100%;
}

a img{
	border: none;
}

h1, h2, h3, h4, h5, h6{
	background: black;
	color: white;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-transform:uppercase;
	margin-bottom: 8px;
}

.wrapper{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

div.sidebar h2{
	font-size: 16px;
}

ul.spacelist li {
	margin-bottom: 8px;
	margin-top: 8px;
}

.textRight{
	text-align: right;
}

a:visited{
	color: blue;
}

div.paddingfix{
	font-size: 1px;
	clear: both;
}

div.banner{
	width: 970px;
	padding-bottom: 10px;
}

div.banner p{
	text-transform:uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.banner h1.main{
	background: white;
	color: black;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

div.menutrail{
	width: 970px;
	font-size: 10px;
}

div.menutrail p{
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform:uppercase;
}
	
div.hero{
	width: 970px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-bottom: 0px;
	height: 270px;
}

div.herotext{
	width: 970px;
	padding-top: 0px;
	padding-bottom: 5px;
	color: white;
	background: black;
	margin-top: 0px;
	text-align: right;
}

div.herotext p{
	margin-top: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
}

div.herotext h2 a{
	color: white;
}

div.herotext a:link{
	color: white;
}

div.herotext a:active {
    color: white;
}

div.herotext a:hover {
    color: blue;
}

div.maincontainer{
	width: 970px;
	padding-top: 0px;
}

div.maincontainer div.sidebar{
	float: left;
	width: 286px;
}

div.maincontainer div.contentarea{
	float: left;
	width: 679px;
	padding-right: 5px;
}

div.maincontainer div.contentarea div.boxed{
	float: left;
	width: 677px;
	border: 1px solid black;
	padding-top: 5px;
}

div.maincontainer div.contentarea div.boxed div.thumba{
	float: left;
	width: 120px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	height: 100%;
	padding-bottom: 8px;
}

div.maincontainer div.contentarea div.boxed div.content{
	float: left;
	width: 534px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div.maincontainer div.contentarea div.boxed div.content2{
	width: 660px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

div.maincontainer div.contentarea div.boxed div.content div.newstitle {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

div.maincontainer div.contentarea div.boxed div.content2 div.newstitle {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

div.maincontainer div.contentarea div.boxed div.content div.newstitle h3{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: none;
}

div.maincontainer div.contentarea div.boxed div.content2 div.newstitle h3{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: none;
}

div.maincontainer div.contentarea div.boxed div.content div.newstitle p.subtitle{
	font-size: 10px;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}

div.maincontainer div.contentarea div.boxed div.content2 div.newstitle p.subtitle{
	font-size: 10px;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}

div.maincontainer div.contentarea div.newsstatus{
	color: white;
	background: black;
	text-align: right;
	padding-top: 0px;
	float: left;
	width: 100%;
}

div.maincontainer div.contentarea div.newsstatus p {
	padding-right: 8px;
	padding-bottom: 0px;
	text-transform: uppercase;
	padding-top: 0px;
	font-size: 10px;
} 

div.footer{
	padding-top: 5px;
	width: 970px;
	background: black;
	color: white;
	text-align: right;
}

div.footer p{
	padding-right: 8px;
	padding-bottom: 15px;
	padding-top: 0px;
}

div.footer p a:visited{
	color: white;
}

div.footer p a:link{
	color: white;
}

div.footer p a:active {
    color: white;
}

div.footer p a:hover {
    color: blue;
}

/* POP UP */
a span {
	display: none;
	text-decoration: none;
}

a:hover {
/** fix for IE6 popup bug.  nice one Microsoft! */
	overflow: hidden;
	text-decoration: none;
}

a:hover span {
	display: inline;
	border: 1px solid black;
	position: absolute;
	background-color: white;
	padding: 12px;
	margin-left: 5px;
	overflow: hidden;
	width: 200px;
	color: black;
	background: orange;
}