* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 4px;
}
p {
	margin-bottom: 8px;
}

body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, sans-serif, "Lucida Grande", Lucida;
	color:  #222222;
	/* background-image: url(header_bg.png); */
	background-color: #255c86;
	text-align: justify;
}

.clear {
	clear: both;
}

.container {
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
	min-width: 400px;
}

/* @group Header */

#header img {
	float:  left;
}

#header .header_content {
	float: right;
}

#header {
	background: #282828 url(header_bg.png) repeat-x;
	color: #bcbcbc;
	padding: 10px 0 30px 0px;
}

/* @end */

/* @group Nav Elements */

.nav_container {
	padding-left: 0px;
	margin-top: 0;
}

.nav_container ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
}

.nav_container li
{
	float: left;
	margin-right: 5px;
} 

.nav_container li a {
	background: #255c86 url(css_bg_notselected.png) repeat-x left;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.nav_container li a:hover {
	background-image: url(css_bg_selected.png);
	color: #3d9ee7;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
}

.nav_container .selected a {
	background-image: url(css_bg_selected.png);
	color: #3d9ee7;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
}

.bottom_nav {
	background: url(css_bg_notselected.png) repeat-x 0 top;
	padding-top: 5px;
}

/* @end */

/* @group Content */

.wrapper {
	/* background: url(content_bottom_bg.png) repeat-x; */
	background-position: bottom;
	padding-bottom: 10px;
}

#content {
	background: #255c86 url(content_top_bg.png) repeat-x;
}

.description {
	background: white repeat;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0;
	font-size:  90%;
}

.section_content {
	background-color: white;
	padding: 5px;
	height: 400px;
}

.section_content p {
	border: 1px solid #bcbcbc;
	padding: 5px;
}

.section_content .left {
	float:  left;
	width: 360px;
	margin-left: 50px;
}

.section_content .right {
	float:  right;
	width: 300px;
	margin-right:  50px;
}

.section_content .full {
	clear:  both;
	width:  auto;
	margin-left: 50px;
	margin-top:  30px;
	width: 660px
}

.section_content .text_header {
	margin-bottom: 6px;
	font-size: 110%;
	font-variant: small-caps;
	font-weight: bold;;
}

.section_content ul {
	padding-left: 15px;
}

.notice {
	font-size: 90%;
	padding: 5px;
	width: 250px;
	background-color: #fef3c1;
	float: right;
	text-align: left;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
}
h2 {
	float: left;
}

/* @end */

#section_footer {
	background: #28292a;
	color: #fff;
	overflow: auto;
	padding: 10px;
	text-align: center;
}
#section_footer a {
	color: #fff;
}

#footer {
	background: #255c86;
}

