/* -- PRINT STYLES -- */
#header,
#nav,
#footer #right,
#footerGrey,
#content p.pageNums,
#content p.fteams,
#content p.pageNums.bdr,
#content p.fteams.bdr {
	display:none;
}

body, head { 
	background:#28558d url(/images/bg_main.jpg) no-repeat top center;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;
}

a					{ font-size:1em;}
a:link, a:visited 	{ color:#2c5a8e;}
a:hover				{ color:#6a89ae;text-decoration:none;}
p,em				{ font-size:1.2em; line-height:1.4em; margin-bottom:10px;color:#666;}
em					{ font-style:italic;}

.nbm { margin-bottom:0;}
.ntm { margin-top:0;}
.nlm { margin-left:0;}
.nrm { margin-right:0;}

a.button {
	background-color:#28558d;
	padding:6px 9px;
	float:left;
	color:#FFF;
	text-decoration:none;
}

a.button:hover {
	background-color:#6a89ae;
}

h1 { 
	color:#2c5a8e;
	font-size:2.5em;
	margin:0 0 15px 0;
	font-weight:bold;
	border-bottom:1px solid #a91b1b;
	padding:30px 0 8px 0;
}

h2 { 
	color:#2c5a8e;
	font-size:2em;
	margin:0 0 15px 0;
	font-weight:bold;
	border-bottom:1px solid #a91b1b;
	padding:30px 0 8px 0;
}

h2.block {
	background:#2c5a8e url(/images/img_blank.gif) bottom repeat-x;
	color:#FFF;
	font-size:1.4em;
	margin-top:26px;
	padding:10px;
}

h3 { 
	color:#a91b1b;
	font-size:1.6em;
	margin:15px 0 5px 0;
	font-weight:bold;
}

h3 a {
	text-decoration:none;
	color:#a91b1b!important;
}

h3 a:hover {
	color:#e87d7d!important;
}

/* -- CONTENT -- */
#content {
	background:#FFF url(/images/bg_content.jpg) top repeat-x;
	padding:0 20px 0;
	width:860px;
	float:left;
}

#content #cLeft {
	width:430px;
	float:left;
	margin-top:26px;
	padding-right:20px;
	border-right:1px solid #e7e7e7;
}

#content #cLeft h2 {
	padding-top:4px;
}

#content #cRight {
	width:390px;
	float:right;
}

#content p.date {
	font-size:1.1em;
	color:#2c5a8e;
}

/* -- WRAPPER STYLES -- */
#wrapper { 
	width:900px;
	padding:0;
	margin:0px auto 0px;
	text-align:left;
	background-color:#FFF;
}

/* -- TABLE -- */
table { 
	margin:20px 0;
}

td,th { 
	font-size:1.2em;
	padding:6px 10px;
	color:#666;
	text-align:center;
}

td.first,
th.first {
	text-align:left;
}

th { 
	font-weight:bold;
	color:#2C5A8E;
	padding-bottom:5px;
	border-bottom:1px solid #A91B1B;
	font-size:1.4em;
}

tr.colourrow {
	background-color:#E7E7E7;
}

/* -- FOOTER -- */
#footer {
	width:900px;
	height:50px;
	float:left;
	background-color:#FFF;
	margin-bottom:20px;
}

#footer p {
	padding:17px 0 0;
	margin:0;
	font-size:1.4em;
	color:#2c5a8e;
	font-weight:bold;
}

#footer #left {
	float:left;
	width:430px;
	padding-left:20px;
}