/* @group Structure */

body {
	background: #fff;
	font-family: Arial, Helvetica, ans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	color: #edbf2f;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #205080;
}

h3 {	
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

a {
	color: #1d2881;
	text-decoration: underline;
}

a:hover {}

#container {
	width: 790px;
	padding: 16px 0 0;
	background: url(content_bg.gif) repeat-y;}

#header {
	margin: 0;
	padding: 0 31px;
	background: url(header_bg.gif) center bottom no-repeat;
}

#header_logo {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 41px;
	background: none;
}

#pre-content {
	background: #009dd9;
}

#content, #pre-content, #footer_banner {
	width: 728px;
	margin: 0 auto;
	padding: 0 16px;
}

#content {
	padding-top: 16px;
	background: url(content_gradient.gif) 0 0 repeat-x;
	*zoom: 1; 
}

.link_bullet {
	background: url(link_bullet.gif) no-repeat left center;
	*background-position: left center;
}

#footer_banner {
	padding-bottom: 8px;
}

#footer {
	width: 728px;
	margin: 0 auto;
	padding: 6px 31px 32px;
	background: url(footer_bg.gif) no-repeat;
}

#footer_logo {
	display:  none;
}

#footer_links a {
	color: #205080;
	text-decoration: none;
}

#copyright { color: #666; }

/* @end */

/* @group Page Parts */


/* @end */

/* @group Hidden Items */

#header_image_wrap {
	display: none;
}

#footer_fineprint {
	display: none;
}

/* @end */


