body{
	margin:0;
	padding:0;
	font-family:Arial, Sans-Serif, Helvetica;
	line-height: 1.5em;
	background-color:#E0E0E0;
}

#topsection
{
	background-color:#FFFFFF;
}

#header 
{	
	
 }
 
.Announcements
{
	font-size: larger;
	margin: 30px;
}

.KVALogo 
{
	margin-left:-60px;
	float: left;
}

.threethreethreemCom {	
	float: right;
}

.wunderground
{
	float:right;
	margin:20px 20px 0 0;
	background-color:#FFFFFF;
}

#Nav 
{
	clear:left;
	width:100%;
 }
 
 .globalNav {
	list-style-type: none;
	background: url(images/navi_bg.png);
	height: 85px;
	padding-left:220px;
	margin:auto;
}

.separator {
	background-image: url(images/navi_bg_divider.png);
	background-repeat: no-repeat;
	display: block;
	width: 4px;
	line-height: 85px;
	float:left;
}

.topNav 
{
	float:left;
}

.topNav a {
	background-image: url(images/navi_bg.png);
	padding-right: 16px;
	padding-left: 16px;
	display: block;
	line-height: 85px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans serif;
	font-size: 18px;
	color: #0000C0;
}

.topNav a:hover {
	color: #FFFFFF;
	background-image: url(images/navi_bg_mouseover.png);
}

#maincontainer2
{
background-color:#FFFFFF;
}

/* positioning for the leftcolumn and content was inspired by 
	http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks */

#outercontentwrapper
{
float:left;
width:100%;
background-color: #FFFFFF;
}

#contentwrapper{
float: left;
width:100%;
}

#contentcolumn
{
margin-left:220px;
padding: 10px;
background-color:#FFFFFF;
}

#leftcolumn{
float: left;
width: 200px;
padding: 10px;
background-color:#E0E0E0;
}


#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0px;
}

#footer a{
color: #FFF;
}

#footer a:hover{
color:Blue;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #808080 url(images/downblue3.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover
{ /*hover state CSS*/
	color: white;
	background: black;
}

.UpcomingEvents a:hover
{
	/* cursor:text; */
}

.urbangreymenu a span {display: none;}

.urbangreymenu a:hover span 
{
	display: block;
	position: absolute; top: 140px; left: 0; width: 180px;
	padding: 5px; margin: 10px; z-index: 100;
	color: #000000; 
	font: 10px Verdana, sans-serif; text-align: center;
}