/* CSS Document */

/*
Colours

Background : #F3ECE0
Background Shadow : #EDE2D1
Orange : #FF6600
Blue : #000066
Text : #333333
Include Text : #000000;
Text Background : #FFFFFF

*/

/* Layout */

body {
	padding:0px;
	margin:0px;
	background-color:#F3ECE0;
	background-image:url(../images/bgtile.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
		
	font-family:tahoma,"trebuchet ms",verdana,helvetica,arial,sans-serif;
	font-size:small;
	color:#333333;
	
}
.content {
	width:800px;
	padding:0px;
	margin:0px;
	text-align:left;
}
.main {
	margin-left:20px;
}
.footer {
	width:800px;
	background-color:#FF6600;
	color:#ffffff;
}
.footercontent {
	padding:20px;
}
.maincol {
	width:590px;
}
.rightcol {
	width:170px;
}
.leftsubcol {
	width:210px;
}
.mainsubcol {
	width:366px;
	padding-left:10px;
}
.altsubcol {
	padding-left:10px;
}
/*
.newsbox01 {margin:0px;width:366px;}
.newsbox02 {position:relative;width:112px;float:left;}
.newsbox03 {position:relative;left:5px;top:0px;}

.featurebox01 {margin:0px;width:590px;}
.featurebox02 {position:relative;width:210px;float:left;}
.featurebox03 {position:relative;left:5px;top:-5px;}
*/

.teamsbox {padding-left:10px;}
.infobox {
	/*width:346px;*/
	border: solid 1px #ff6600;
	padding:10px;	
}

.newsbox {
	border-bottom: solid 1px #ff6600;
	padding-bottom:10px;
}
.newsitem {
	padding-left:10px;
}
.newsimage {
	width:112px;
}
.featureimage {
	width:210px;
}
.formbox {
	margin:0px;
}
.formelement {
	width:165px;
	background-color:#C6C6FF;
	border: 1px solid #000066;
}
.formelement2 {
	width:220px;
	background-color:#C6C6FF;
	border: 1px solid #000066;
}

/* default font */

p,h1,h2,h3,h4,h5 {
	font-size:0.85em;
	line-height:150%;
}

p,h1 {
	margin:0px;
}

/* custom font */

h1.default {
	font-size:1.5em;
	color:#000066;
}
h1.alternate {
	font-size:1.5em;
	color:#ff6600;
}
h2.alternate {
	font-size:1.1em;
	color:#ff6600;
	margin:0px;
}
h3.default {
	color:#000066;
	font-weight:bold;
	margin:0px;
}	
p.marquee {
	color:#000066;
}
.highlight {
	font-size:2em;
	line-height:130%;
	font-weight:bold;
	color:#FF6600;
}
.footertext {
	color:#000066;
}

/* links */

a {
	color:#000066;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}	
a.topnav {
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}
a.topnav:hover {
	text-decoration:underline;
}
a.link01 {
	color:#333333;
	font-weight:normal;
	text-decoration:underline;
}
a.link01:hover {
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}
a.teams {
	font-size:0.85em;
	line-height:150%;
	color:#000066;
	font-weight:normal;
	text-decoration:none;
}
a.teams:hover {
	font-size:0.85em;
	line-height:150%;
	color:#000066;
	font-weight:normal;
	text-decoration:underline;
}

a.footnav {
	color:#000066;
	font-weight:normal;
	text-decoration:none;
}
a.footnav:hover {
	color:#000066;
	font-weight:normal;
	text-decoration:underline;
}

.rightnav{
	margin:0px;
	padding: 0px 0px 3px 0px;
}

.breakingnewsbox{
text-align:left;
padding:5px 10px 5px 5px;
border: solid 1px #ff6600; 
margin-bottom:3px;
}

.breakingnewsbox p{
font-family:verdana;
color:#000000;
line-height:1.2em;
}
