@charset "utf-8";
body {
	font-family: Verdana, Arial, sans-serif, Georgia, "Trebuchet MS", Geneva;
	font-size: 80%;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #A5DDF8;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}


#Container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#Header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	height: 155px;
}
#NavTop {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: #000;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FFF;
}
#NavTop p {
	margin: 0px;
	text-align: center;
}



#MainFeature {
	float: left;
	margin: 10px;
	width: 730px;
}
#MainFeature p {
	margin-bottom: 0px;
}
#MainFeature table {
	margin-top: 10px;
}
#news {
	text-align: left;
	font-size: 85%;
	background-color: #000;
	border: 1px solid #FFF;
	vertical-align: middle;
}
#LatestNews {
	float: left;
	margin: 10px;
	width: 470px;
}
#RightPanel {
	float: right;
	color: #FFF;
	text-align: center;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
}


#RightPanel a {
	color: #FC0;
}


#Ads {
	margin-top: 10px;
}
#NavBottom {
	clear: both;
	text-align: right;
	font-size: 80%;
	background-color: #000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#NavBottom p {
	margin: 2px;
}





#Footer {
	clear: both;
	text-align: center;
	font-size: 80%;
	background-color: #000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#Footer p {
	margin: 2px;
}



a {
	color: #FC0;
}
h1 {
	color: #FC0;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 160%;
}
table {
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}


.Date {
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 75%;
}

.RightPanel {
	background-color: #000;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.BorderAndBG {
	background-color: #333;
	padding: 5px;
	border: 1px solid #FFF;
}

.PreviouslyOn24 {
	margin-bottom: 5px;
}

.LeftAlignNoMargins {
	float: left;
}
.imgRight {
	padding: 5px;
	float: right;
}
.centre {
	text-align: center;
}
