body {
	background-color: black;
	margin: 0;
	padding: 0px;
        
}

td {
	vertical-align: top;
        text-align: left;
	align: left;
	font-family: Helvetica, Arial, Calibri, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
td.middle {
	vertical-align: middle;
}
	
p { 
	margin-top: 6px; 
	margin-bottom: 0; 
	padding-top: 0; 
	padding-bottom: 0; 
}

h1, h2{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #454545;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 0;
	padding-top: 0px;
}

h3{font-size: 12px; color: #454545; font-weight: bold; font-style: normal; text-decoration: none; margin-bottom: 0; padding-bottom: 0; }




a:link { color: #000000 ; font-weight: bold; text-decoration: none; }
a:visited { color: #000000; font-weight: bold; text-decoration: none; }
a:hover { color: #454545; font-weight: bold; text-decoration: none; }
a:active { color: #000000 }
#short {line-height: 6px;}

/*MENU BAR*/
#menu {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	clear : both;
	width : 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu ul {
	float : left;
	width : 100%;
	padding-left : 0px;
	background : #64432e;
	margin: 0px;
	padding-bottom: 0;
}
#menu ul li { 
	vertical-align: middle; display : inline; }
#menu ul li a {
	float : left;
	color : #fbda9d;
	text-decoration : none;
	padding-right: 20px;
	padding-top: 5px;
	padding-left: 30px;
	
}
#menu ul li a:hover {
	color : #aeac10;
}


/* WHAT'S HAPPENING */

#happening { 
	color: #fbda9d; 
	width : 100%; 
}
#happening h2 { font-size: 12px; font-weight: bold; font-style: normal; text-decoration: none; }
#happening a { color: white; text-decoration: none;}


/* NEWS BLOCK THAT'S USED ON THE ARTICLE PAGES */
#news { 
	color: #454545; 
	width : 100%; 
}
#news h2 { font-size: 12px; font-weight: bold; font-style: normal; text-decoration: none; }
#news a { color: #c55721; text-decoration: none;}



#subscribe {
	color: white;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 14px;
	width : 100%;
	vertical-align: middle;
}



/*TEXT STYLES FOR THE MAIN CONTENT AREA OF EACH SUBPAGE*/
#content { color: #454545; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px; padding-right: 40px; padding-left: 30px; }
#content h1 { font-size: 16px; font-weight: bold; text-transform: uppercase; }
#content h2 { font-size: 12px; font-weight: bold; text-transform: uppercase; }

/*BREADCRUMBS*/
#breadcrumbs { color: #372115; font-size: 10px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 12px; text-transform: lowercase; text-align: right; padding-top: 10px; padding-right: 0px; padding-bottom: 10px;}
#breadcrumbs a { color: #372115; text-decoration: none; font-weight: bold; text-transform: lowercase; }

#pagetitle {  font-family: Georgia, "Times New Roman", Times, serif; color: #c55721; font-size: 16px; font-weight: bold; text-transform: uppercase; padding: 15px 40px 15px 0px; }

/*ALL THE UL LI STUFF FOR THE SIDENAV. 2ND LEVEL LINKS ARE UL UL LI A*/
#sidenav {
	float : left;
	font-size: 12px;
	text-transform: uppercase;
	width : 100%;
}
#sidenav ul {
	float : left;
	width : 100%;
	height:auto;
	position:relative;
	list-style:none;
	margin: 0;
	padding: 0;
}
#sidenav ul li, #sidenav ul ul li {
	padding: 0;
	height: 30px;
	line-height:29px;
	text-indent:0px;
	margin-bottom: 0;
	background : #ffffff;
}
	
#sidenav ul li a {
	float : left;
	display:block;
	width : 100%;
	text-decoration : none;
	background : #0c5eb9;
	color : #fff;
	font-weight: normal;
	font-family: Calibri, Arial, Helvetica, "Helvetica Neue";
}
#sidenav ul li a:hover {
background : #0c5eb9;
color : #ffd800;
	width : 100%;
}

	
#sidenav ul ul li a { font-size: 12px; font-weight: normal; text-indent:40px; background : #0451a3; }
#sidenav ul ul ul li a { font-size: 12px; text-indent:60px; margin-top: 0; color: #fff; font-weight: normal; background-color: #034184; }


#footer {
	color: #CCC;
	font-size: 9px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: normal;
	text-align: right;
	width : 100%;
	vertical-align: bottom;
}
#footer a { color: white; font-weight: bold; text-decoration: none;}