@charset "iso-8859-1";
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFCC; /*dk green*/;
	color: #000000;
	font-size: medium;
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
	font-size: medium;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #FFFFCC; /* old color = ffffff*/
	width: 100%;
}
/*=================== styles for top banner ========================*/

/* sets style for page banner */

#logocenter {
	padding : 5px;
	margin : 0px 0px 0px 0px;
	vertical-align : top;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	height: 100px;
}



/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFCC; /* old color = ffffff*/
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	color: inherit;
	border-top: 2px solid #242F24;
	border-bottom: 2px solid #242F24;
	width:900px;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/*==============all site links==============*/
a:link {
	font-weight: normal;
	color: #000000;
	background: transparent;
	text-decoration: underline;
	font-size: small;
}
a:visited {
	font-weight: normal;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
	font-size: small;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #FFFF66;
	color: #000000;
	font-size: small;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #FFFF66;
	color: #000000;
	font-size: small;
}
/*====================== styles for main content area =========================*/
#content {
	width:710px;
	margin-right: 190px;
	margin-left: 210px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFCC; /* old color = none*/
	
}

/*===========content area list items==============*/
#content ul li {
	list-style-image: url('../images/green-bullet-bg.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../images/green-bullet-sm.gif');
	padding: 2px 0;
}

/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */


.urbangreymenu{
width: 190px; /*width of menu*/
float:left;
}

.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: white;
	background: #000000 url('../images/downyellow.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: #FFCC33;/*C8DEC8 - old color*/
	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;
}

/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #242F24;
	clear: both;
	padding: 5px;
	background-color: #FFFFCC; /* old color = rgb(255, 255, 255)*/

	text-align: center;
	width:100%;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: left;
	background-color: #FFFF66;
	height: 5px;
	font-weight: bold;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #000000; /*dk green*/;
	background-color: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: small;
}
h1 {
	font-size: small;
	background-color: #FFFFFF;
}
h2 {
	font-size: small;
}
h3 {
	font-size: small;
}
h4 {
	font-size: small;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}

.smtxt {
	font-size:small;
}
h1 {
	font-size: medium;
	background-color: #FFFFFF;
}