@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	background-repeat:no-repeat;
}

a:link {
	color: #000;
	text-decoration: underline;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-style:bold;
}
a:visited {
	text-decoration: underline;
	color: #000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
}
a:hover {
	text-decoration: underline;
	color: #00C;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
}
a:active {
	text-decoration: none;
	color: #000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
}


#header {
	width:800;
	height:150;
}

.header {
	padding-right:10px;
	text-align:right;
}

#table1bg {
	background-image:url(images/neuseheader.jpg);
	background-repeat:no-repeat;
}

.scroll {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#00C;
}

.topline {
	border-top: medium solid #009;
}

#leftbody {
	width:650px;
	padding:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666;
}

.welcome {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color: #800000;
}

#homelinks {
	text-align:right;
	padding-right:15px;
}


.slash {
	color:#000;
}

#rightcol {
	padding-left:2px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#CCC;
}

.borderheader {
	border-top:medium solid #FFF;
	border-left:medium solid #FFF;
	border-right:medium solid #FFF;
}

.borderside {
	border-left:medium solid #FFF;
	border-right:medium solid #FFF;
}

.borderinside {
	border-left:thin solid #000;
	border-right:thin solid #000;
}

.borderbottom {
	border-bottom:medium solid #000;
	border-left:medium solid #FFF;
	border-right:medium solid #FFF;
}


	
#footer {
	width:800;
	height:500;
}

.footer {
	padding-right:10px;
	text-align:right;
}

#table2bg {
	background-image:url(images/neuse_bottom_final.jpg);
	background-repeat:no-repeat;
}

.copyright {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
}

.linksheader {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
	padding-right:80px;
	border-bottom:thin solid #CCC;
}

.links {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	padding-right:20px;
}

.top {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#00F;
	text-decoration:none;
}

.blacklinks {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
	text-decoration:underline;
}



/*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: #900 url(arrowstop.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: 1px; /*bottom spacing between menu items*/
border-bottom:#000 thin solid;
}

.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;
}

.schedule {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#009;
	padding-left:7px;
	text-align:center;
}
