 body {
   font-family: Tahoma,Verdana;
   font-size: 10pt;
   margin:10px 10px 0px 10px;
   padding:0px;
 }
 
 a:link, a:visited, a:active {
   color: blue;
   text-decoration: none;
 }
 
 a:hover {
   color: red;
   text-decoration: underline;
 }  

 img { border: 0px; }

#footer {
  width: 100%;
  padding: 5px 5px 5px 5px;
  text-align: center;
}
		
#leftcontent {
	position: absolute;
	left:10px;
	top:10px;
	width:200px;
	background:#fff;
	border:0px solid #000;
}

#centercontent {
	background:#fff;
	margin-left: 199px;
	margin-right:199px;
	border: 0px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;
}

html>body #centercontent {
	margin-left: 200px;
	margin-right:200px;
}

#rightcontent {
	position: absolute;
	right:10px;
	top:10px;
	width:200px;
	background:#fff;
	border:0px solid #000;
}
			
p,pre {
	margin:0px 10px 10px 10px;
}
		
/* this is the MAIN content table */
.main_content {
   background: #fdfdfd;
   border: 0px;
   width: 97%;
   text-align: left;
   padding-top: 2px;
   padding-bottom: 4px;
   padding-left: 5px;
   padding-right: 5px;   
}		

  
.main_content_header h2 {
   font-size: 14pt;
   padding-top: 2px;
   padding-bottom: 2px;
   margin: 0px;
   text-transform: uppercase;
} 
  
.main_content a:link, .main_content a:visited, .main_content a:active {
   color: #B34700;
   text-decoration: none;
}
 
.main_content a:hover {
   color: red;
   text-decoration: underline;
} 

		
	
#rightcontent p {
		font-size:10px
}
	
	
.menu_box_header {
  background: #B34700;
  color: white;
  font-weight: bold;
  text-align: center;	
}
	
.menu_box_content {
   background: #e5e5e5;
   color: black;
   width: 100%;	
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: right;
}


.menu_box_content2 {
   background: #e5e5e5;
   color: black;
   width: 100%;	
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: left;
}

.main_content_header {
   background: #e5e5e5;
   color: white;
   font-weight: bold;
   text-align: center;
} 
 
 
.main_content h1 {
   color: #B34700;
   text-decoration: underline;
   text-transform: uppercase;
   font-size: 20pt;
} 
 
.main_content h2 {
   color: #B34700;
   text-decoration: underline;
   text-transform: uppercase;
   font-size: 17pt;
}  
 
.main_content h3 {
   color: #B34700;
   text-decoration: underline;
   text-transform: uppercase;
   font-size: 14pt;
}  
	
	

/* left sidebar menu stuff */

.urbangreymenu{
  padding-left: 2px; 
  width: 195px; /*width of menu*/
}

.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: #FFFFFF;
  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: #000000;
  background: #FFD9BF;
  text-decoration: none;
}

.button {
padding:5px;
background-color: #dcdcdc;
border: 1px solid #666;
color:#000;
text-decoration:none;
}

/* end left sidebar nav menu */	
