/* CSS Document */


body {
background-color:#cccccc;
margin-top:0;
margin-left:0;
margin-right:0;
margin-bottom:0;
padding-top:0;
padding-right:0;
padding-left:0;
height:100%;

} 
a:link, a:active {color:#006699;text-decoration:none;}
a:hover, a:visited {color:#666666;text-decoration:none;}

/* this puts the thin white lines around the table */


.tableTop{
background-color:#006699;
border-bottom-width:1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
}
.maintable {
	background-color:#ffffff;
	border-bottom-width:1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
}
/* call out links in header*/


#HomeLinks {
	position: absolute;
	top: 14px;
	left: 550px;
	width: 250px;
	height: 30px;
	visibility: visible;
	font-family: Verdana,Arial,Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	
}

#HomeLinks a:link, #HomeLinks a:active  {
	color: #ffffff;
 	text-decoration:none;
 }
 
#HomeLinks a:hover, #HomeLinks a:visited {
 	color: #cccccc;
 	text-decoration:none;
 }
 
 l
#gcrowd {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 266px;
	height: 299px;
	visibility: visible;
	
}
#MenuItems {
	background-image:url(g_crowd.gif);
	background-repeat:no-repeat;
	padding-top:30px;
	/*line-height: 8px;*/
	padding-left:2px;
	height:100%;
	font-family: Verdana,Arial,Helvetica, sans-serif;
	color:#006699;
	font-size:11px;
	a.color:#666666;
		font-weight:bold;
		}
	
/* main content display */

.headers{
color:#006699;
font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
	
	#MainContent {
	margin-top:20px;
	margin-left:8px;
	line-height: 15px;
	padding-left:8px;
	font-family: Verdana,Arial,Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	margin-right: 20px;	
	
}

#footer {
	
	line-height: 85px;
	align:center;
	font-family: Verdana,Arial,Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	background-color:#006699;
	
	
}
#footer a:link, #HomeLinks a:active  {
	color: #ffffff;
 	text-decoration:none;
 }
 
#footer a:hover, #HomeLinks a:visited {
 	color: #cccccc;
 	text-decoration:none;
 }
/* menu stuff*/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;

	}
#menu {

	position: relative;
	top: 0px;
	left: 0px;
	width: 266px;
	}
	
#menu dt {
cursor: pointer;
margin: 0px 0;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
color: #006699;
/*border: 1px solid #3E5088;*/
/*padding-left: 4px;*/
/*padding-bottom:8px;
margin-bottom:8px;*/
/*background: #111185;*/
}
#menu dd {
line-height: 18px;
}

#menu li {
text-align: left;
padding-left: 20px;
list-style-type: none;
}
#menu ul {
list-style-type: none;
}

#menu li a, #menu dt a {
color: #006699;
text-decoration: none;
display: block;
border: 0 none;
height: 20px;
line-height:20px;
font-weight: bold;
}

#menu li a:hover, #menu dt a:hover {
/*background: #111185;*/
color: #666666;
}


