body {
	margin: 13px auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color:#636667;
}
p, ul, ol {
	margin-top: 0;
	line-height: 110%;
}
h1 {
	font-size: 2.5em;
	margin: 0;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333;
	letter-spacing:0em;
	margin: 0px;
}
h2 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666;
}
h3 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666;
	line-height:120%;
	padding:3px 0px 3px 0px;
	margin:0px 0px 3px 0px;
}
h4 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #006;
	line-height:120%;
	padding:3px 0px 6px 0px;
}
a:link {
	color:#522b1d;
	text-decoration:none;
}
a:visited {
	color:#522b1d;
	text-decoration:none;
}
a:active {
	color:#522b1d;
	text-decoration:none;
}
a:hover {
	color:#522b1d;
	text-decoration:underline;
}
.tabsmenuclass a {
	color:#333;
}
.tabsmenucontentclass a {
	color:#333;
}
.breadcrumb {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	color: #999;
}
.footerlinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:990000;
}
.storyheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.storyheadline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.paper {
	background-image: url(../gifs_3/paper.png) !important;
	background: none;
}
#clearit {
	clear:both;
}
.hlines {
	border-top: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
}
.hlines td {
	border-top: solid #CCC 1px;
}
.white {
	color:#FFF;
}
.tab {
	padding:5px 10px 5px 10px;
}
.input {
	background-color:#e7e8e9;
	/*background-color:#404040;*/
	/*border:solid 1px #696969;*/
	border:solid 1px #999999;
	padding:3px;
	margin:3px 0;
	width:355px;
	color:#666666;
}
#footerarea {
	padding:10px 10px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#FFF;
	background-color:#000000;
	width:920px;
	text-align:left;
}
#footerarea a:link {
	color:#FFF;
	text-decoration:none;
}
#footerarea a:visited {
	color:#FFF;
	text-decoration:none;
}
#footerarea a:active {
	color:#FF0;
	text-decoration:underline;
}
#footerarea a:hover {
	color:#FF0;
	text-decoration:underline;
}
#sharebox {
	padding:10px 0px 10px 0px;
	width:140px;
	float: right;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin: 0px 0px 0px 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 10px;
}

#sharebox2 {
	padding:0;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 0px;
	width: 200px;
}

/* left menu style

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


.urbangreymenu .headerbar {
	font: 12px Arial;
	color: white;
	background: #6f6f6f url(js/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 .headerbar a {
	text-decoration: none;
	color: white;
	display: block;
}
.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: 1px; /*bottom spacing between menu items*/
}
.urbangreymenu ul li a {
	font: normal 12px Arial;
	color: black;
	background: #e7e8e9;
	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;
}
#bodycopy2 {
	width:476px;
	padding:50px 0px 20px 0px;
	float:left;
	position:relative;
}
#rightcolumn {
	width:200px;
	padding:50px 10px 10px 10px;
	float:left;
	position:relative;
}
.rightcall {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	background-color:#D1C5B1;
	padding: 5px;
}
.topline{
	background-color: #f2f3f4;
	border-top:2px solid #792630;
	font-family: Lucida Grande,Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-top: 1px;
	font-size: 12px;
}
li {
   padding-top: 0px;
  	padding-right: 0px;
  	padding-bottom: 10px;
  	padding-left: 0px;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  }

ul {
	list-style-type: disc;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-image: url(gifs/bullet.gif);
  }
  
  ol {
   list-style-type: decimal;
   padding-top: 0px;
  	padding-right: 0px;
  	padding-bottom: 0px;
  	padding-left: 15px;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 10px;
  }
  .photocaption {
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
}
