/**************************************************************************
core styles
**************************************************************************/
ul.dub_messages {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	border: 1px solid #2D994E;
	list-style: none outside;
}
ul.dub_messages li {
	padding: 0px 0px 0px 0px;
	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;	
	color: #D93E3E;
}
/**************************************************************************
skeleton
**************************************************************************/
#container {
	width: 708px;
	margin: 0px auto;
}
#header {
	width: 658px;
	height: 43px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
}
#top {
	width: 708px;
	height: 60px;
	background: url('images/bg_top.png') no-repeat top left;
}
#main {
	width: 708px;
	padding: 0px 0px 1px 0px;
	margin: 0;
	background: url('images/bg.png') repeat-y top left;
}
#bottom {
	width: 708px;
	height: 11px;
	padding: 0;
	margin: 0;
	background: url('images/bg_bottom.png') no-repeat top left;
}
/**************************************************************************
misc
**************************************************************************/
body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-color: #444444;
	background-image: url('images/page_bg.png');
	background-repeat: repeat-x;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 18px;
	font-size: 15pt;
	font-weight: normal;
	color: #ffffff;
}
h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}
h2 a {
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
}
h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}
p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 150%;
}
a {
	color: 	#333333;
	text-decoration: underline;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
}
li {
	line-height: 150%;
}
#main div.article_wrapper ul {
	margin: 0px 0px 15px 20px;
	padding: 0px 0px 0px 0px;
	list-style-position: outside;
	list-style-type: disc;
}
#main div.article_wrapper ul li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
#main div.article_wrapper ol {
	margin: 0px 0px 15px 20px;
	padding: 0px 0px 0px 0px;
	list-style-position: outside;
	list-style-type: decimal;	
}
#main div.article_wrapper ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
div.scroll {
	position: absolute;
	top: 0px;
	bottom: -1px;
	width: 1em;
	z-index: -1;
}
/**************************************************************************
box
**************************************************************************/
div.box1_top {
	height: 18px;
	margin: 0px;
	padding: 0px;
	font-size: 0;
	background: url('images/box1_top.png') no-repeat top left;
}
div.box1 {
	padding: 0px 0px 0px 50px;
	height: 42px;
	background: url('images/box1.png') repeat-y top left;
}
div.box1_bottom {
	height: 18px;
	margin: 0px;
	padding: 0px;
	font-size: 0;
	background: url('images/box1_bottom.png') no-repeat top left;
}
div.box2_top {
	height: 26px;
	margin: 0px;
	padding: 0px;
	font-size: 0;
	background: url('images/box2_top.png') no-repeat top left;
}
div.box2 {
	padding: 12px 0px 2px 0px;
	background: url('images/box2.png') repeat-y top left;
}
div.box2_bottom {
	height: 28px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 0;
	background: url('images/box2_bottom.png') no-repeat top left;
}
