/* layout */


body {
	font-family: Georgia, Verdana, Arial;
	font-size: 12px;
	color: #999999;
	background: url("../images/bg_main.gif") repeat;
	background-position: center;
	margin: 0px
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 980px;
}

#splash {
	border-bottom: 1px solid #cccccc;
	padding: 0px 0px 0px 0px;
}

#nav_left {
	float: left;
	width: 144px;
	padding: 0px 15px 0px 20px;
}

.nav_left_hold {
	border-top: 1px solid #cccccc;
	padding: 40px 0px 0px 0px;
}

.nav_section {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px 10px 0px;
	color: #999999;
}

#nav_top {
	padding: 20px 20px 0px 20px;
	margin: 0px;
	clear: both;
	width: 940px;
}

#nav_logo {
	float: left;
}

#nav_date {
	float: right;
	padding: 0px 159px 0px 0px;
	text-align: right;
	color: #999999;
	font-size: 11px;
	font-family: Georgia, Verdana, Arial;
}

#core {
	float: right;
	width: 801px;
}

#main {
	float: left;
	width: 622px;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	padding: 10px 0px 0px 0px;
}

.main_text {
	padding: 0px 80px 0px 0px;
}

#nav_right {
	float: right;
	width: 144px;
	padding: 0px 15px 0px 20px;
}

.nav_right_hold {
	border-top: 1px solid #cccccc;
	padding: 40px 0px 0px 0px;
	color: #333333;
}

#footer {
	clear: both;
	margin: 40px 179px 20px 179px;
	padding: 20px 0px 0px 0px;
	color: #333333;
	font-size: 12px;
	border-top: 1px solid #cccccc;
}

.container {
	margin: 0px;
}

.mainspread {
	clear: both;
	height: 20px;
}

#breadcrumb {
	clear: both;
	height: 20px;
	padding: 0px 0px 0px 179px;
	font-size: 11px;
	color: #999999;
}

.right {
	float: right;
}

.thumb {
	float: left;
	padding: 0px 20px 10px 0px;
}

.listing {
	clear: both;
}

/* Links */


a:link {
	color: #cccc00;
	text-decoration: none;
}

a:visited {
	color: #cccc00;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

#nav_left a:link {
	color: #333333;
	text-decoration: none;
}

#nav_left a:visited {
	color: #333333;
	text-decoration: none;
}

#nav_left a:hover {
	color: #cccc00;
	text-decoration: underline;
}

#nav_left a.sub:link {
	color: #999999;
	text-decoration: none;
}

#nav_left a.sub:visited {
	color: #999999;
	text-decoration: none;
}

#nav_left a.sub:hover {
	color: #cccc00;
	text-decoration: underline;
}

#nav_right a:link {
	color: #333333;
	text-decoration: none;
}

#nav_right a:visited {
	color: #333333;
	text-decoration: none;
}

#nav_right a:hover {
	color: #cccc00;
	text-decoration: underline;
}

#nav_right a.sub:link {
	color: #999999;
	text-decoration: underline;
}

#nav_right a.sub:visited {
	color: #999999;
	text-decoration: underline;
}

#nav_right a.sub:hover {
	color: #cccc00;
	text-decoration: underline;
}

#nav_right a.sub2:link {
	color: #cccc00;
	text-decoration: none;
}

#nav_right a.sub2:visited {
	color: #cccc00;
	text-decoration: none;
}

#nav_right a.sub2:hover {
	color: #999999;
	text-decoration: underline;
}


#breadcrumb a:link {
	color: #999999;
	text-decoration: none;
}

#breadcrumb a:visited {
	color: #999999;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #cccc00;
	text-decoration: underline;
}

/* textual */

h1 {
	color: #333333;
	text-decoration: none;
	font-family: Georgia, Verdana, Arial;
	font-size: 22px;
	font-weight: normal;
}

h2 {
	color: #333333;
	text-decoration: none;
	font-family: Georgia, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

h3 {
	color: #2e5480;
	text-decoration: none;
	font-family: Georgia, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

p.zero {
	margin: 0px;
}

em {
	font-style: normal;
	color: #333333;
}

cite {
	font-style: italic;
	font-weight: normal;
}

.middle {
	vertical-align: middle;
}

.under {
	text-decoration: underline;
}
