/******** Globales *********************************************************/

* {
	margin:0px; padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background:#16569d;
	color:#333333;
}
img, td, tr, table {
	border:none;
}
div#page {
	margin:0px auto;
	text-align:center;
	width:850px;
}
div.clearfloat {
	clear:both;
	height:1px;
}


/******** Header *********************************************************/

div#header {
	width:850px;
	height:200px;
}
div#logo {
	float:left;
	display:inline;
	width:250px;
	height:200px;
}
div#nav {
	float:left;
	display:inline;
	width:600px;
	height:105px;
	background:	url(../images/mainnav/hg.gif);
}
div#mainnav {
	float:left;
	display:inline;
	width:600px;
	height:40px;
	margin:65px 0px 0px 0px;
}
div#mainnav ul {
	list-style:none;
}
div#mainnav li {
	float:left;
	font-size:0;
	height:40px;
	margin:0px;
}
div#headline {
	float:left;
	display:inline;
	width:600px;
	height:95px;
}


/******** Content *********************************************************/

div#wrapper {
	float:left;
	display:inline;
	width:850px;
	background:	url(../images/system/hg_wrapper.gif);
	background-repeat:repeat-y;
}
div#left-content {
	float:left;
	display:inline;
	width:250px;
	text-align:left;
}
div#main-content {
	float:left;
	display:inline;
	width:600px;
	text-align:left;
	background-color:#ffffff;
}


/******** Left Content *********/

div.left-content-item {
	float:left;
	display:inline;
	width:250px;
	color:#ffffff;
	text-align:left;
	margin:0px 0px 20px 0px
}
div#left-content-image {
	float:left;
	display:inline;
	width:250px;
	text-align:left;
}
div.left-content-item ul {
	display:block;
	width:250px;
	list-style:none;
	background-color:#cc0066;
 	color:#ffffff;
	border-top:1px solid #e6077c;
}
div.left-content-item li {
	display:inline;
}
div.left-content-item ul a {
	display:block;
	padding:4px 0px 4px 15px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	text-decoration:none;
	text-align:left;
	border-bottom:1px solid #e6077c;
	background-color:#cc0066;
	background-image:url(../images/system/icon_subnav.gif);
	background-repeat:no-repeat;
}
div.left-content-item ul a:hover {
	background-color:#e5077e;
 	color:#ffffff;
}
div.left-content-item ul a.active {
	background-color:#e5077e;
 	color:#ffffff;
}

/******** Main Content *********/

div.text-item {
	float:left;
	display:inline;
	text-align:left;
	margin:30px;
}
div#main-content ul {
	list-style:none;
}
div#main-content ul li.more {
	padding:2px 0px 2px 15px;
	background: url(../images/system/icon_more.gif) no-repeat;
}
div#main-content ul li.weblink {
	padding:2px 0px 2px 15px;
	margin:0px 0px 10px 0px;
	background: url(../images/system/icon_link.gif) no-repeat;
}
div#main-content ul li.headline {
	font-weight:bold;
}
div#image-item {
	float:right;
	display:inline;
	text-align:left;
	margin:30px 30px 0px 0px;
	padding:0px 0px 30px 0px;
}

/******** Footer *********************************************************/

div#footer {
	width:850px;
	text-align:right;
}
div#footer-top {
	float:right;
	display:inline;
	width:600px;
	height:15px;
	background:	url(../images/system/footer_top.gif);
}
div#footer-bottom {
	float:right;
	display:inline;
	width:600px;
	height:15px;
	background:	url(../images/system/footer_bottom.gif);
}
div#footer-content {
	float:right;
	display:inline;
	width:600px;
	text-align:left;
	background:	url(../images/system/footer_hg.gif);
	background-repeat:repeat-y;
}
div.footer-item {
	float:left;
	display:inline;
	text-align:left;
	margin-left:30px;
}
div#footer ul {
	list-style:none;
}
div#footer ul li.link {
	padding:2px 0px 2px 15px;
	background: url(../images/system/icon_footer_link.gif) no-repeat;
}
div#footer ul li.nav {
	font-weight:bold;
	padding:2px 0px 2px 12px;
	background: url(../images/system/icon_footer_nav.gif) no-repeat;
}
div#copyright {
	float:right;
	display:inline;
	font-size:11px;
	color:#ffffff;
	width:600px;
	padding:10px 0px 10px 0px;
}

.left-content-item a:link, a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.left-content-item a:hover {
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}
