/*Page setup*/

html body {
	background-color: #333333;
	height: 1.1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

/*Some Basics*/

.bold {
font-weight:bold;
}

.italic {
font-style:italic;
}

.newstitle {
	margin: 0px;
	padding: 2px;
	font-weight:bold;
	background-color: #F5F5F5;
}

.newsitem {
	margin: 10px;
	padding: 0px;
	border: thin solid #F5F5F5;
}

.newstext {
	margin: 0px;
	padding: 2px;
	font-size: 100%;
	
}

.basiclist {
	list-style-type: none;
	font-style: normal;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}


/*Links*/

a:link { color: #0000FF; text-decoration: none }
a:visited { color: #0000FF; text-decoration: none }
a:active { color: #0000FF; text-decoration: none }
a:hover { color: #000000; text-decoration: underline }

a.footer:link { color: #FFFFCE; text-decoration: none }
a.footer:visited { color: #FFFFCE; text-decoration: none }
a.footer:active { color: #CCFFCC; text-decoration: none }
a.footer:hover { color: #FFFF63; text-decoration: underline}



/*Page Layout*/

#masterborder {
	width: 900px; /*width of the site*/
	margin: 0 auto; /*this centres the page*/
	text-align: left; /*puts the text back to left for rest of doc*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#FFFFFF;
	overflow:auto;
	height: 1%;
}


#whead {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 162px;
	width: 900px;
}

#phead {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 137px;
	width: 685px;
	float: left;
}

#sidenews {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100px;
	width: 210px;
	float: right;
	background-color:#FFFFFF;
	font-size: 75%;
	
}
#infobox {
	margin: 0px;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
	width: 300px;
	background-color:#ffffff;
	float: left;
	font-size: 60%;
}
#aboutusbox {
	margin: 0px;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
	width: 345px;
	background-color:#CCCCCC;
	float: left;
	font-size: 80%;
}
#footer {
	margin: 0px;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 50px;
	width: 880px;
	background-color:#000066;
	float:left;
	text-align:right;
	font-size: 60%;
	color:#FFFFFF;
}


#pagewrapper {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 600px;
	background-color:#F5F5F5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	
}
 
#pagecontent {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 580px;
	font-size: 75%;
	margin: 10px;
}


#nav {
	top: -23px;
	left: 5px;
	position: relative;
	width: 800px;
}
#tcpage {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 560px;
	background-color:#F5F5F5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	
}