html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
body {
	margin: 0px;
	background-color: #7a7a7a;	
	font-size: 12px;
	color: #000000;	
}

#header {
	background:url(../images/header.gif);
	width: 780px;
	height: 81px;
}
#header #location {
	background:transparent;
	position:relative;
	left: 625px;
	top: 23px;
	width: 150px;
	font-weight: bold;
}
.titleTd {
	background-image:url(../images/inner_title_bg.jpg);
	background-repeat:repeat-x;
	color:#3A3A3A;
	font-weight:bold;
	height:35px;
	padding-left:10px;
	vertical-align:middle;
}
#content {
	padding: 15px;
}
a:link {
	color: #cc6600;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.list li {
	padding-bottom: 10px;
}
h1 {
	font-size: 1.5em;
	text-indent: -10px;
	padding-top: 15px;
}

