body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F5F3E9;
	margin: 0;
	padding-top: 20;
}


.oneColFixCtrHdr #container {
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}


.oneColFixCtrHdr #sidebar1 {
	padding-left: 10px;
	float: left;
	width: 200px;
	margin-top: 20px;
}
.oneColFixCtrHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 10px;
	padding-top: 20px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #F5F3E9;
	float: right;
	margin-left: 215px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
} 
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.specialq
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	background-color: #F5F5F5;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: bolder;
}
.specialA
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: normal;
}

.specialNAV
{
	font-family: Arial;
	font-size: 14px;
	color: #CCCCCC;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 10px;
	background-color: #494949;
	font-weight: bold;
}
.projecth
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #008800;
	text-decoration: none;
	text-align: center;
}
.oneColFixCtrHdr #container #header4 {
	height: 20px;
	width: 720px;
	padding-left: 40px;
	clear: left;
	text-align: left;
}
.lefttext
{
float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

	
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #F7F7F7;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 0;
	float: none;
	border: 1px solid #E1E1E1;
	text-align: left;
}
.oneColFixCtrHdr #container #maincontent
{
	float: right;
	width: 610px;
}

.oneColFixCtrHdr #footer {
	background-color: #333333;
}

.oneColFixCtrHdr #footer p {
	margin: 0;
	color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	float: none;
	clear: none;
}
.oneColFixCtrHdr #header2
{
	background-color: #00B92F;
	height: 40px;
	width: auto;
	padding-left: 70px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.oneColFixCtrHdr #header3
{
	background-color: #000000;
	height: 200px;
	width: auto;
}
.oneColFixCtrHdr #container #header3 .h3left
{
	float: left;
	width: 700px;
	height: 180px;
	padding-top: 10px;
}

.oneColFixCtrHdr #container #header3 .h3right
{
	float: right;
	width: 230px;
	height: 180px;
	padding-top: 10px;
}


/*top right navigation*/

.urbangreymenu{
	width: 205px;
	margin-top: 15px;
}

.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{
	color: #99CC00;
	display: block;
	line-height: 18px;
	padding-left: 10px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
}

.urbangreymenu ul li a:visited{
	color: #EAEAEA;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #333333;
}
/*end of top right navigation*/

.maintext

{
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
}

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #F44153;
}
.topnav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #008800;
}
.headnav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #008800;
	padding-left: 20px;
}

/*Start of Left Nav*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenuleft{
	width: 200px; /*width of menu*/
}

.urbangreymenuleft .headerbar{
	color: white;
	background: #606060 url(images/downgreen.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; /*31px is left indentation of header text*/
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 31px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

.urbangreymenuleft ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenuleft ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenuleft ul li a{
	color: #000000;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 20px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.urbangreymenuleft ul li a:visited{
color: black;
}

.urbangreymenuleft ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

/*End of Left Nav*/
/*Link */
.botnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.botnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.botnav a:hover {
	text-decoration: none;
	color: #FFFF99;
}
.botnav a:active {
	text-decoration: none;
	color: #FFFFFF;


/*End of link*/
}
.headspry
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent .eventc {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.topimtext {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 60px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #0066CC;
	padding-bottom: 5px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	text-align: left;
}

