/* ////////////////////////////
COLOUR SCHEMES
default/links:	    #000000
links/titles red: 	#6E96A2
header text:        #FFFFFF
bg color:						#2E3330
//////////////////////////// */

body {
	background-color:#2E3330;
	color:#000000;
}

a {
	color:#3366FF;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

.header {
	color:#FFFFFF;
	font-size:14px;
	font-weight:900;
}

.header_title {
	font-size:20px;
	font-weight:900;
	color:#ffffff;
}

.header_text {
	font-size:14px;
}

.top_nav-links a {
	font-size:12px;
	text-decoration:none;
	color:#6E96A2;
}

.top_nav-links a:hover {
	text-decoration:underline;
	color:#000000;
}

.mid_nav {
	color:#000000;
	font-weight:900;
}

.mid_nav a {
	color:#6E96A2;
	text-decoration:none;
}

.mid_nav a:hover {
	color:#000000;
	text-decoration:none;
}

.left a {
	color:#6E96A2;
	text-decoration:none;
}

.left a:hover {
	color:#000000;
	text-decoration:none;
}


#navigation a, #navigation a:link, #navigation a:active, #navigation a:visited{
	color:#6E96A2;
	text-decoration:none;
}

#navigation a:hover, #navigation a.selected, #navigation a:link.selected, #navigation a:active.selected, #navigation a:hover.selected{
	color:#000000;
	text-decoration:none;
}

#navigation .sub_navigation a, #navigation .sub_navigation a:link, #navigation .sub_navigation a:active, #navigation .sub_navigation a:visited{
	position:relative;
	top:3px;
	color:#000000;
	text-decoration:none;
}

#navigation .sub_navigation a:hover, #navigation .sub_navigation a.selected, #navigation .sub_navigation a:link.selected, #navigation .sub_navigation a:active.selected, #navigation .sub_navigation a:visited.selected{
	color:#6E96A2;
	text-decoration:none;
}

.body_content {
	font-size:17px;
	color:#6E96A2;
	font-weight:900;
}

.copy_text {
	color:#000000;
	font-size:11px;
	font-weight:100;
}

.footer {
	color:#FFFFFF;
}

.offshoot a {
	color:#FFFFFF;
	text-decoration:underline;
}

.offshoot a:hover {
	color:#000000;
	text-decoration:underline;
}

/* ---------------- news and event post images -------------- */

#headlines_left h2 {
  background: url(../imgs/news_post.gif) no-repeat;
}

#headlines_right h2 {
  background: url(../imgs/event_post.gif) no-repeat;
}

