<STYLE TYPE="text/css">


html {
   max-height:100%;
   padding: 0px;
   margin: 0px;
}	

img	{
   border: 0;

}

p {
color: #000000;
font-size: 12px;
font-weight: 560;
font-family: helvetica, arial, verdana, sans-serif;
text-transform: normal;
}

b.highlite {
	color: #ffae85;
    font-size: 11px;
	font-weight: 800;
	text-decoration: normal;

}

H1, H2 {
	font-family: helvetica, arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
}

H1 {
color: #286699;
font-size: 14px;
font-weight: 800;
text-transform: normal;
margin-left: 10px;
}

hr {
border: none 0; 
border-top: 1px solid #ccc;
width: 100%;
height: 1px;
text-align: left;

}

a:link, a:active, a:visited {
font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
color: #136aa3;
text-decoration: underline;}

a:hover {
font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
color: #90c2e2;
text-decoration: underline;}

a.nav:link, a.nav:active, a.nav:visited {
font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
color: #90c2e2;
margin-left: 10px;
text-decoration: underline;}

a.nav:hover {
font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
color: #CADADD;
text-decoration: underline;}

ul {
color: #000000;
font-size: 12px;
font-weight: 560;
font-family: helvetica, arial, verdana, sans-serif;
text-transform: normal;   list-style-type: none;
   padding-left: 14px;
}

li {
color: #000000;
font-size: 12px;
font-weight: 560;
font-family: helvetica, arial, verdana, sans-serif;
text-transform: normal;}


/*  Establish general layout parameters */


body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #e8ded2;
	margin-left: auto;
    margin-right: auto;

}

div#layout {
   width: 870px;
   height: 100%;
   text-align: left;
   background-image:  url(Img/BG.jpg);
   background-repeat: repeat-y;   
   padding: 0px;
   margin: 0px;
}

div#container {
   padding-left: 10px;
   clear: both;

}


div#top {
   width: 850px;
   height: 95px;
   background-color: #ffffff;
text-align: left;
padding: 0px;
margin: 0px;
clear: both;
}


div#nav {
   width: 838px;
   height: 35px;
   background-color: #3d4343;
   padding-left: 12px;
   margin: 0;
   clear: both;
}

div#head {
   width: 850px;
   height: 250px;
   background-color: #dd7f49;  
   padding: 0px;
   margin: 0px;
   clear: both;
}

div#boxnav {
   width: 850px;
   height: 25px;
   background-color: #3d4343;
   padding: 0px;
   margin: 0;
   clear: both;
}

div#main {
width: 850px;
text-align: left;
background: #ffffff;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
margin: 0px;
clear: both;
}

div#footer {
   width: 870px;
   height: 200px;
   background-image:  url(Img/footer.jpg);
   background-repeat: no-repeat;   
   padding: 0px;
   margin: 0px;
   clear: both;
}


.quote  { 
color: #708491;
font-size: 12px;
font-weight: 560;
font-family: helvetica, arial, verdana, sans-serif;
text-transform: normal;
line-height: 15px; background-color: #fff; text-align: left; margin-top: 10px; padding: 10px 3px 10px 6px; border-top: 1px dotted #eaeaea; border-bottom: 1px dotted #eaeaea }

form {

	font-family: Verdana;

}




input {
   background-color: #fff; 
   font-weight: normal;
   border: 1px solid #606060; 
   font-size: 10px;
   color: #617585;
   padding: 0;
   margin: 0;
}


.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #ffffff;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}


.urbangreymenu{
width: 215px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 11px 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: 3px 0 3px 27px; /*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: 3px; /*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: #F09100;
}
</STYLE>
