﻿body
{
	margin: 0px;
	padding: 0px;
	font: 1.0em verdana, arial, sans-serif;
	background-image: url('../../Images/BG.png');
	background-repeat: repeat;
}
p
{
	font-family:Tahoma, Arial;
	font-size: .8em;
	color:Black;
	}
div#wrapper
{
	width: 800px;
	margin: 0px auto;
	text-align: left;
}
div#header
{
	width: 800px;
	height: 125px;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom:1px;
	background-image:url('../../Images/YorkHeader.png');
	background-repeat:no-repeat;
}
div#header1
{
	width: 800px;
	background-image:url('../../Images/header1.png');
	background-repeat:no-repeat;
	height: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	color:#ffffff;
}
div#contentarea
{
	border-style: ridge none ridge none;
	border-width: medium;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	border-top-color: #cccccc;
	border-right-color: inherit;
	border-bottom-color: #cccccc;
	border-left-color: inherit;
}
div#column1
{
	width: 175px;
	background-color: #FFFFFF;
	float: left;
}
div#column2
{
	width: 425px;
	background-color: #CFC;
	float: left;
}
div#column3
{
	width: 200px;
	background-color:#FFFFFF;
	float: left;
}
div#footer
{
	width: 800px;
	background-image:url('../../Images/footer.png');
	background-repeat:no-repeat;
	margin-right: 30px;
	margin-left: 30px;
	text-align:center;
	font: 11px Veranda;
	color:#ffffff;
}
div.clearfloats
{
	clear: both;
}
#maincontent
{
	background-color: #FFFFFF;
	padding: 5px;
	height: auto;
}
#usercontent
{
	background-color: #FFFFFF;
	padding: 5px;
	height: 200px;
}
.pagetitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	border-bottom-color: #cccccc;
}
.announcmenttitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	border-bottom-color: #cccccc;
	text-align:center;
	font-weight:bold;
}
/*Navigation*/
.urbangreymenu{
	width: 173px; /*width of menu*/;
	margin-top: 30px;
	margin-left: 10px;
}
.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: white;
	background: #990000 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0px 4px 0px; /*31px is left indentation of header text*/
;
	text-align: center;
	width: 160px;
}
.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: 8px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 14px Veranda;
color: black;
background: #f2f2f2;
display: block;
padding: 5px 0;
line-height: 17px;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
border: 1px ridge black;
margin-top:5px;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background:#990000;
}
