* {
	margin:0;
	padding:0;
}

body, html {
	height:100%;
}

body {
	background-color : #ffffff;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}


#wrapper {
	margin: 0 auto; /* center page */
	width: 950px;
	background: url(../images/bg_page.gif) repeat-y 0 0;
}

.shadow_t {
	width:950px;
	height:9px;
	background:url(../images/shadow_t.gif);
}
.shadow_l, .shadow_r {
	width:15px;
	height:241px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.shadow_l {
	float:left;
	background-image:url(../images/shadow_l.gif);
}
.shadow_r {
	float:right;
	background-image:url(../images/shadow_r.gif);
}

#page {
	float:left;
	width:920px;
}

#page #tabbar {
	height: 28px;
	background: url(../images/tabbar.jpg) no-repeat 0 0;
	padding-left: 20px;
}
#page #tabbar a {
	height:28px;
	margin-right: 3px;
}
#page #tabbar a img {
	border:none;
}

#main {
	font-family: Verdana,sans-serif;
	font-size: 10pt;
}

/* MENU */
#main #menu {
	float: left;
	width: 220px;
	color:#155698;
	padding: 30px 0px 0px 30px;
}
#main #menu ul {
	list-style: none;
}
#main #menu ul li {
	height: 32px;
	font-size: 11pt;
	background:url(../images/bullet.gif) no-repeat 0 3px;
	padding-left: 20px;
}
#main #menu ul li a {
	color:#d4b10c;
	text-decoration:none;
}
#main #menu ul li a:hover {
	text-decoration:underline;
}
#main #menu ul .selected {
	font-weight:bold;
	background:url(../images/bullet_selected.gif) no-repeat 0 3px;
}

/* CONTENT */
#main #content {
	float: left;
	width: 600px;
	padding: 30px 0px 0px 20px;
	font-size:10pt;
}
#main #content h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14pt;
	color:#d4b10c;
	margin-bottom: 20px;
}
#main #content h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14pt;
	color:#d4b10c;
	margin-bottom: 5px;
}
#main #content h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	color:#d4b10c;
	margin-bottom: 5px;
}
#main #content img {
	margin-top: 5px;
	margin-left:10px;
}
#main #content p {
	line-height: 25px;
	margin-bottom: 25px;
}
#main #content a {
	color:#0044f0;
	text-decoration:underline;
}

/* CONTENT-FOOTER */
#main #content_footer img {
	margin-top: 2px;
	margin-right: 15px;
}
#main #content_footer p {
	color: #ffffff;
	font-size:8pt;
	line-height:17px;
}

/* FOOTER */
#footer {
	height: 84px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #ffffff;
	padding-top: 15px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	color:#535a66;
}

#footer .left {
	float:left;
	margin-left:40px;
	_margin-left:30px;
}
#footer .right {
	float:right;
	margin-right:40px;
	_margin-right:30px;
}


