/* Brooke Nevin Style Sheet */

body { 
	font-family: Arial; 
	font-size: 11px; 
	color: #000000;
	background: #BDCDDD url(imgs/bgx1.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
td {
	background-color: #FFFFFF;
	font-size: 11px;
	}

a:link, a:visited, a:active, a:hover { 
	color: #6D8BA7; 
	text-decoration: underline 
	}
	
a:link.nav, a:visited.nav, a:active.nav, a:hover.nav {
	color: #577795;
	font-family: georgia, 'times new roman', serif;
	font-size: 7pt;
	text-transform: uppercase;
	text-decoration: none; 
	font-weight: normal;
	}

ul.nav {
	padding: 0px;
    margin: 0px;
	text-align: right;
    }

ul.nav li  {
	display: inline;
	padding: 0 15px 0 5px;
	}
	
a:link.subnav, a:visited.subnav, a:active.subnav, a:hover.subnav {
	color: #577795;
	font-family: georgia, 'times new roman', serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none; 
	font-weight: normal;
	}

ul.subnav {
	padding: 0px;
    margin: 0px;
	text-align: right;
    }

ul.subnav li  {
	display: inline;
	padding: 0 5px 0 5px;
	}
	
h1 {
	font-family: georgia, 'times new roman', serif;
	color: #6D8BA7;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
h2 {
	font-family: georgia, 'times new roman', serif;
	color: #5D7C99;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
	background: #CFD9E3;
	padding: 3px 0px 3px 0px;
	}
	
h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	}
	
h4 {
	font-family: georgia, 'times new roman', serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	}
	
h5 {
	font-family: georgia, 'times new roman', serif;
	font-size: 11px;
	text-transform: uppercase;
	font-style: normal;
	}	

em {
	font-family: georgia, 'times new roman', serif;
	font-size: 10px;
	text-transform: uppercase;
	font-style: normal;
	}
	
#content {
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-left: auto; margin-right: auto;
	}

#nav {
	background: url(imgs/headerx02.jpg);
	height: 88px;
	}
	
#sidebar {
	background: #E7EDF3;
	}
	
#maincontent {
	padding: 0px 0px 0px 15px;
	margin-left: auto; margin-right: auto;
	}
	
#subnav {
	padding: 5px 5px 5px 5px;
	background: #E7EDF3;
	}
	
#news1 {
	background: #FFFFFF;
	padding: 20px 3px 15px 3px;
	}
	
#news2 {
	background: #E7EDF3;
	padding: 15px 3px 5px 3px;
	}
	
.sidecontent {
	padding: 0px 5px 0px 5px;
	margin-left: auto; margin-right: auto;
	text-align: justify;
	}
	
.upcoming { 
	font-family: tahoma; 
	font-size: 10px; 
	color: #000000; 
	}
	
.small { 
	font-family: arial; 
	font-size: 10px; 
	color: #000000;
	}
	
.news { 
	font-family: tahoma; 
	font-size: 11px; 
	color: #5D7C99; 
	text-transform : uppercase; 
	font-weight: bold; 
	}
	
.more:link, .more:visited, .more:active, .more:hover { 
	font-family: tahoma; 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none; 
	}