* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #FFF url(/images/design/background_pixel.gif);
	text-align: center;
}

#white {
	background: #FFF;
}

#grad_top {
	background: url(/images/design/top_gradient.gif) repeat-x left top;
}

#grad_bot {
	background: url(/images/design/bot_grad.gif) repeat-x left bottom;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 924px;
}

#logo {
	position: absolute;
	width: 175px;
	height: 45px;
	overflow: hidden;
	margin-top: 18px;
	margin-left: 0;
	background: url(/images/design/logo.gif) no-repeat;
}

#logo a {
	display: block;
	width: 175px;
	height: 0;
	padding-top: 45px;
	overflow: hidden;
}

#co_info {
	font-size: 13px;
	color: #444;
	text-align: right;
	padding-top: 36px;
}

#top_nav {
	background: #0e409c url(/images/design/top_nav.gif) repeat-x left top;
	font-size: 13px;
	color: #DDD;
	padding: 6px 0;
}

#top_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#top_nav li {
	display: inline;
	border-right: 1px solid #DDD;
}

#top_nav li.last {
	border: none;
}

#top_nav a {
	padding: 0 10px;
}

#top_nav a:link, #top_nav a:visited {
	color: #DDD;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#top_nav a:focus, #top_nav a:hover {
	color: #DDD;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#top_nav a:active {
	color: #DDD;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#top_nav li.skip_nav {
	position: absolute;
	z-index: -100;
}

#footer {
	text-align: center;
	margin: 30px 0 20px 0;
	font-size: 10px;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	border-right: 1px solid #333;
}

#footer li.last {
	border: none;
}

#footer a {
	padding: 0 10px;
	text-transform: lowercase;
}

#footer a:link, #footer a:visited {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
}

#footer a:focus, #footer a:hover {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: underline;
}

#footer a:active {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
}

span.newsdate {
	display: block;
	float: left;
	width: 75px;
	padding-right: 15px;
	font-weight: bold;
	text-align: right;
}

.clear {
	clear: both;
}

.right {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}

#idContentTbl, #idContentTableCell {
	height: auto;
}