body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.quest {
	color: #006633;
}
.a {
	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	text-decoration: none;
	color: #2e5a44;

}
a:hover {
	color: #CC9900;
	text-decoration: none;
}
.lightText {
	color: #FFFFFF;
	background-color: #2e5a44;
	font-weight: normal;
}
h1{
	font-size: 18px;
	color: #2E5A44;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
}
p{
	color: #000000;
	text-align: left;
	font-size: 12px;
}

.synop {
	font-size: 10px;
	color: #333333;
}
.dispTab {
	color: #666633;
	border: 1px dotted #999999;
	list-style-position: outside;
	list-style-type: disc;
}

.dispTab td {
	
	border: 1px dotted #999999;

}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
}
#whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-position: outside;
}
#whiteText a {
	color: #FFFFFF;
}
#whiteText a:hover {
	color: #FF9933;
}

#whiteText p {
color:#FFFFFF;
}

.greenRow {
	background-color: #CCCCCC;
	
}

.table {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse:collapse;
	border: 1px solid grey;
	padding:3px;
	background-color:#FFF
	
	
}
.tablevertcolumn {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse:collapse;
	border: 1px solid grey;
	padding:5px;
	background-color:#ECE3D9
	
}
.tabletrow{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse:collapse;
	border: 1px solid grey;
	padding:5px;
	background-color:#CCC
	
}
.highlights {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	border-collapse:collapse;
	border: 1px solid grey;
	padding:5px;
	background-color:#CDB99F
}


.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	background-color:#FFF;
	background:#FFF
	
	
}


#menu{

}

#menu a{
color:#000000;
}

#green{
	font-size: 10px;
}

#green a{
	color:#2E5A44;
	
}

#bullets ul li{
	list-style-position: outside;
	list-style-type: square;
	margin-left: -10px;
}
.centerGreen {
	color: #2E5A44;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.centerGreenSmall {
	color: #2E5A44;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}
.leftGreen {
	color: #2E5A44;
	text-align:left;
	font-size: 18px;
	font-weight: bold;
}

    #navigation {font-size:12px; width:95%;}
    #navigation ul {margin:0; padding:0;}
    #navigation li {list-style: none;}
	ul.top-level {background:#ccc}
	#font-family: {Verdana, Arial, Helvetica, sans-serif;}
	
ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px;
}
#navigation a {
 color: #000;
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 10px;                   
 text-decoration:none;
 width:100%;
}
#navigation a:hover{
 text-decoration:underline;
}
#navigation li:hover {
 background: #96AD90;
 position: relative;
}
ul.sub-level {
    display: none;
}
li:hover .sub-level {
    background: #CCC;
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 75px;
    top: 5px;
}
ul.sub-level {
    display: none;
}
li:hover .sub-level {
    background: #999;
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 75px;
    top: 5px;
}
ul.sub-level li {
    border: none;
    float:left;
    width:150px;
}
.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/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: 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: #2e5a44;
}