body{
font-family: Geneva, Arial, Helvetica, san-serif;
font-size: 12px;
margin:0px;
color: black;
}

.table-bknd {
border: 1px solid #000000;
}

h1 {
		font-size: 24px;
		font-style:italic;
		font-weight: lighter;
		font-family:"Times New Roman", Times, serif;
		margin-top: 2px;
		margin-bottom: 3px;
		color: #066;}
		
h2 {
		font-size: 18px;
		font-style:italic;
		font-weight: lighter;
		font-family:"Times New Roman", Times, serif;
		margin-top: 2px;
		margin-bottom: 3px;
		color: #066;}
		
		
h3 {
		font-size: 16px;
		font-style:italic;
		font-weight: lighter;
		font-family:"Times New Roman", Times, serif;
		margin-top: 2px;
		margin-bottom: 3px;
		color: #066;}
		
#promoting {
		font-size: 16px;
		font-style:italic;
		font-weight: lighter;
		font-family:"Times New Roman", Times, serif;
		padding-right: 20px;
		margin-top: 2px;
		margin-bottom: 2px;
		color: #ffffff;}
		
.header {
	background:url(images/header.jpg);
	height:148px;
	}	
	
.main-body{padding: 15px;}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 150px; /*width of menu*/
background: #8d2d7a;
padding-bottom:5px;
}

.urbangreymenu .headerbar{
color: white;
background: #8d2d7a;
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: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: #ffffff;
background: #8d2d7a;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 18px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color:#ffffff;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

.signup-box { margin:15px 0 15px 5px; font-size:11px;}



a:link {color: #003399; text-decoration: none;}
	a:visited {color: #003399; text-decoration: none;}
	a:hover {color: #003399; text-decoration: underline;}
	a:active {color: #003399; text-decoration: none;}
	
	
.footer1{
	font-size: 10px;
	padding:3px;
	text-align: center;
	color:#cccccc;
	background-color: #000000;
	}
	
	a.footer:link {color: #cccc99; text-decoration: none;}
	a.footer:visited {color: #cccc99; text-decoration: none;}
	a.footer:hover {color: #cccc99; text-decoration: underline;}
	a.footer:active {color: #cccc99; text-decoration: none;}
