body {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", serif;
	font-family: Georgia, serif;
	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	line-height: 150%;
	text-align: left;
	min-width: 800px;
}

/* THE MAIN CONTAINERS */

#wrapper {
	position: relative;
	margin: 0 auto;
	width:800px;
	text-align: left;
}

#bigtopad {
	position: relative;
	float: left;
	border: 1px solid #999999;
	margin-top: 10px;
	left: 36px;
	
	/* display: none; */
}

#logo {
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
}
#topad {
	position: relative;
	float: left;
	top: 30px;
	left: 30px;
	border: 1px solid #999999;
}
#menu {
	position: relative;
	float: left;
	top: 30px;
	left: -500px;
	
	position: absolute;
	top: 245px;
	left: 0px;	
}
#hottopics {
	margin: 10px;
	margin-top: 30px;
	font-size: 10px;
	width: 100px;
	line-height: 135%;
}
#body {
	position: relative;
	float: left;
	top: 30px;
	left: 140px;
	width: 505px;
}
#sidead {
	position: relative;
	float: right;
	top: 100px;
	right: 10px;
}
#midad {
	margin-top: 30px;
	text-align: center;
	border: 1px solid #999999;
	height: 60px;
	width: 468px;
}

#bottomad {
	margin-top: 30px;
	margin-left: 20px; /* this is to center it up */
	border: 1px solid #999999;
	height: 60px;
	width: 468px;
	text-align: center;
}

.fptable {
	font-size: 10px;
	width: 505px;
}

.fptable img {
	margin-right: 5px;
	border: none;
}

.fptable td {
	padding: 10px;
	width: 33%;
}


/* text basics */
.txtBodyTitle {
	font-size: 18px;
	color: #CC0000;
	font-weight: 400;
	line-height: 130%;
}
.txtBody {
	font-size: 12px;
}
.txtFPStory {
	font-size: 11px;
}
.txtSummary {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color:#666666;
}
.txtUpdate {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 10px;
	color: #CCCCCC;	
	line-height: 120%;
}
.txtCopyright {
	font-size: 10px;
	color:#666666;	
}
hr {
	margin-top: 5px;
	margin-bottom: 15px;
	border: none 0; 
	border-top: 2px dotted #D2BC8F;
	height: 1px;
}


#TOPSTORY { /* the div holding the front page top story */
	position: relative;
	float: left;
	height: 240px;
	width: 240px;
	overflow: hidden;
	z-index: 1;
}

#SECONDSTORY { /* the div holding the second story on the front page */
	position: relative;
	float: left;
	left: 20px;
	height: 240px;
	width: 240px;
	overflow: hidden;
	z-index: 1;
}

#topmore { /* the div holding the front page top story */
	position: relative;
	float: left;
	top: 0px;
	font-size: 10px;
}
#secondmore { /* the div holding the second story on the front page */
	position: relative;
	float: left;
	left: 220px;
	top: 0px;
	font-size: 10px;
}



a {text-decoration: none; color: #003399;}
a:hover {text-decoration: underline;}

.usermenu {
	margin-top: 20px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-variant: small-caps;
	z-index: 100;
}

.moreheadlines {
	line-height: 180%;
}
.sBox { /* the search box itself & the button */ 
	margin-left: 10px;
	line-height: 130%;
}
.sBox input {
	font-size: 10px;
}
.sBox BR {
	line-height: 130%;
}


.txtBodySubTitle {
	font-size: 16px;
	color: #CC0000;
}
.txtBodySmall {
	font-size: 10px;
}
.smallmore { /* this is used for the more... link on the front page stories */
	margin-top: 10px;
	font-size: 11px;
}
/* this is in the kb section */
.displayTable {
	border: 1px solid #999999;
	font-size: 11px;
}
.displayTable td {
	padding: 2px;
}
li {
	margin-bottom: 10px;
}
.catMenu {
	margin: 10px;
	width: 100%;
	font-size: 11px;
	line-height: 150%;
}
.pollTable {
	font-size: 10px;
}
.pollInner {
	border: 0px;
}
.pollTable td {
	padding: 3px;
}
.pollPC {
	color: #FFFFFF;
}

.txtMSG {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}


/* this is a custom table used in the articles for league tables and so on */

.customTable {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
}

.customTable tr {
}

.customTable td {
	border: 1px solid #999999;
	padding: 3px;;
}