body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #232020;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #EE5F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EE5F00;
}
a:hover {
	text-decoration: none;
	color: #ffd200;
}
a:active {
	text-decoration: none;
	color: #EE5F00;
}
a {
	font-weight: bold;
}
.topBar {
	background-image:url(../images/top_bar.gif);
}
.topBarCell {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
#LiveClockIE {
	padding-top:2px;
}
.topBarCell a, topBarCell a:link, topBarCell a:active, topBarCell a:visited {
	color:#FFFFFF;
}
.topBarCell a:hover {
	color:#ffd200;
}
.layer {
	color:#FFFFFF;
	font-weight:bold;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#222222;
	z-index:1;
	font-weight:bold;
	filter:alpha(opacity=97);
	-moz-opacity:0.97;
	opacity:0.97;
}
.layer a, layer a:link, layer a:active, layer a:visited {
	color:#FFFFFF;
}
.layer a:hover {
	color:#ffd200;
}
.layerInput {
	background-color:#000000;
	border:1px #999999 dotted;
	color:#FFFFFF;
	font-size:11px;
	padding:4px;
}
.cityScape {
	background-image:url(../images/cityscape.jpg);
	background-position:center;
}
.navigation {
	text-align:right;
	vertical-align:bottom;
	padding:4px 4px 5px 4px;
	font-style: italic;
}
.navigation a:hover {
	border-bottom:2px #ffd200 solid;
}
.sectionBar {
	background-image:url(../images/mid_bar.gif);
}
.sectionTitle {
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	background-image:url(../images/title_bg.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
}
.main {
	background-image:url(../images/top_shadow.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.content {
	vertical-align:text-top;
	padding-top:15px;
	padding-right:40px;
	text-align:justify;
}
.content h3 {
	border-bottom:#666666 1px solid;
	border-left:#666666 5px solid;
	padding-left:4px;
	margin-top:0px;
	margin-bottom:4px;
}
.content p {
	margin-top:0px;
	margin-bottom:15px;
}
.content h3 a {
	color:#666666;
	text-decoration:none;
}
.content h3 a:hover {
	color:#ffd200;
	text-decoration:none;
}
.right {
	background-image:url(../images/tree.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	vertical-align:top;
}
.search {
	background-image:url(../images/search_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:0px 0px 3px 12px;
}
.searchField {
	background-color:#232020;
	border:#DDDDDD 1px dotted;
	width:200px;
	padding:3px;
	font-size:11px;
	color:#FFFFFF;
}
.searchButton {
	background-image:url(../images/search_button.png);
	background-repeat:no-repeat;
	width:82px;
	height:18px;
	border:0px;
	background-color:transparent;
	cursor:pointer;
}
.footer {
	text-align:center;
	padding:5px;
	color:#FFFFFF;
	font-size:11px;
}

#framedPhoto {
	padding:5px;
	height:124px;
	width:124px;
}

#photo {
	width:124px;
	height:114px;
	background-color:#cbcbcb;
	vertical-align:middle;
	display:table-cell;
}

#main-content ul{
	padding:0px;
}
#main-content li{
	background:#FFFFFF;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px 5px 20px 5px;
}
#main-content a span{
	position:absolute;
	display:none;
}

#main-content a:hover span{
	display:block;
	top:0px;
	left:0px;
	width:100%;
	font-weight:bold;
	background:#FFFFFF;
	color:#222222;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	border-bottom:5px solid #666666;
	filter: alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
.pegination {
	text-align:center;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding:20px;
}
.pegination a {
	font-size:15px;
	margin:0px 10px 0px 10px;
}