/**************************************************************************
core styles
**************************************************************************/
ul.dub_messages {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none outside;
}
ul.dub_messages li {
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	color: #2D994E;
}
ul.dub_errors {	
	margin: 0px 0px 15px 0px;
	padding: 10px;
	border: 1px solid #D93E3E;
	list-style: none outside;
}
ul.dub_errors li {
	padding: 0px 0px 0px 0px;	
	font-size: 8pt;
	color: #D93E3E;
}
/**************************************************************************
skeleton
**************************************************************************/
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	background: #ffffff;
}
#top {
	width: 980px;
	height: 11px;
	clear: left;
	background: url('images/bg_top.png') no-repeat;
}
#logo {
	width: 185px;
	height: 75px;
	padding: 0px 0px 0px 35px;
	float: left;
	clear: left;
	background: #ffffff;
}
#topnavi {
	width: 740px;
	height: 57px;
	padding: 18px 10px 0px 0px;
	float: left;
	background: #ffffff;
}
#header {
	width: 940px;
	height: 130px;
	margin: 0px 10px 20px 20px;
	clear: left;
	background: url('images/header.png') no-repeat;
}
#left {
	width: 200px;
	padding: 0px 0px 0px 20px;
	clear: left;
	float: left;	
}
#main {
	width: 500px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	float: left;
}
#right {
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#bottom {
	width: 980px;
	height: 50px;
	padding: 0px 0px 20px 0px;
	clear: left;
	background: url('images/bg_bottom.png') no-repeat;
	background-color: #7C8AB1;
}
#bottom_left {
	width: 185px;
	padding: 5px 0px 0px 35px;
	clear: left;
	float: left;	
}
#bottom_middle {
	width: 540px;
	padding: 5px 0px 0px 0px;
	float: left;
	text-align: center;
}
#bottom_right {
	width: 185px;
	padding: 5px 25px 0px 0px;
	float: left;
	text-align: right;
}
/**************************************************************************
misc
**************************************************************************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background: url('images/bg.png') repeat-x;
	background-color: #7C8AB1;
}
h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 8px 0px;
	border-bottom: 1px solid #A9383E;
	font-size: 11pt;
	font-weight: bold;
	color: #A9383E;/*#3E4B71;*/
}
h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
h4 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.5;
}
a {
	color: #A9383E;
	text-decoration: underline;
}
b {
	font-weight: bold;
}
#bottom p {
	margin: 0px;
	padding: 0px;	
	font-size: 8pt;
	color: #ffffff;
}
#bottom_left p {
	text-align: left;
}
#bottom_middle p {
	text-align: center;
}
#bottom_right p {
	text-align: right;
}
#bottom a {
	color: #ffffff;
	text-decoration: underline;
}
div.scroll {
	position: absolute;
	top: 0px;
	bottom: -1px;
	width: 1em;
	z-index: -1;
}
/********************************* box */
div.box_top {
	width: 169px;
	height: 19px;
	padding: 6px 15px 0px 16px;
	background: url('images/box_top.png') no-repeat;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
}
div.box_top_simple {
	width: 200px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	background: url('images/box_top_simple.png') no-repeat;
}
div.box_content {
	width: 168px;
	padding: 10px 15px 0px 15px;
	margin: 0px;
	border-left: 1px solid #3E4B71;
	border-right: 1px solid #3E4B71;
	background-color: #ffffff;
}
div.box_bottom {
	width: 200px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	background: url('images/box_bottom.png') no-repeat;
	clear: left;
}
span.box_separator {
	display: block;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #3E4B71;
}
