/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
	color: #666666;
	background-color: #000000;
}

A {
	text-decoration: none;
	color: #B99A2F;
}

#page {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	overflow: auto;
}

#links {
	background-color: #565552;
	width: 100%;
	padding: 0px;
	margin: 0px;
/*	margin-bottom: 10px;*/
	float: left;
	border-top: 0px solid #333333;
}

#links ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#links li {
	list-style-type: none;
}

#links A {
	display: block;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 17px;
	padding-left: 17px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;	
}

#links A:hover {
	background-color: #333333;
}

#links img {
	border: 0px;
}

#header {
	clear: both;
	padding: 0px 10px;
}

#headerpress img {
	border: 0px;
}

#headerpress TD {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding: 0px 8px;
}

#headerpress A {
	padding-top: 3px;
	text-decoration: none;
	color: #B99A2F
}

#contentimg {
	margin-right: 3px;
	float: left;
	width: 25%;
}

#pagecontent {
	float: left;
	width: 74%;
}

#content {
	float: left;
	padding: 0px 0px;
	padding-left: 30px;
	width: 78%;
	margin-top: 10px;
}

#citycol {
	margin-left: 20px;
	margin-top: 10px;
	float: right;
}

.citycoltop {
	background-image: url(images/roundedrectangle-top.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 8px;
	width: 141px;
}

.citycolbottom {
	background-image: url(images/roundedrectangle-bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 8px;
	width: 141px;
}

#citycol ul {
	margin: 0px;
	padding: 5px 25px;
	background-image: url(images/roundedrectangle-body.gif);
	background-repeat: repeat-y;
}

#citycol li {
	margin-top: 5px;
	list-style-type: none;
}

#citycol span.greytxt {
	color: #666666;
	font-size: 10px;
	font-style: italic;
}

#citycol span.uppercase {
	text-transform: uppercase;
}

#citycol A {
	color: #B99A2F;
	text-decoration: none;
}

#bottomimages TD{
	padding: 20px 35px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
	text-align: center;
	font-size: 10px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#footer li A {
	color: #B99A2F;
	text-decoration: none;
}

h2 {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

#presspagecontent {
	width: 80%;
}