img,div,h1,h2,h3,h4,p,ul,ol,li,form,fieldset,table,td,th {
	margin: 0pt;
	padding: 0pt;
	border: 0px;
}

a {
	color: #2470ed;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.post-body li {
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px;
	text-align: justify;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	font-size: 10pt;
	background: url("/img/bodybg.jpg") repeat-x;
}

.bodywrapper {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

.bodywrapper .crown {
	height: 15px;
	font-size: 8pt;
	padding: 2px 12px 0 10px;
	color: #2470ed;
	font-weight: bold;
	margin-bottom: -4px;
}

.bodywrapper .shcol {
	background: url("/img/sh.990.png") repeat-y;
}

.bodywrapper .maincol {
	width: 968px;
	margin-left: 9px;
	background-color: white;
	margin-left: 9px;
}

.bodywrapper .shTop {
	height: 12px;
	background: url("/img/top.990.png") bottom no-repeat;
}

.bodywrapper .shBottom {
	height: 23px;
	background: url("/img/bottom.990.png") no-repeat;
}

.mainTop {
	height: 20px;
	padding: 30px 15px 55px 15px;
	position: relative;
}

.mainRight {
	padding-right: 24px;
	width: 302px;
	min-height: 300px;
	float: right;
	position: relative;
	top: -10px;
}

.mainLeft {
	float: left;
	padding: 0px 24px 15px;
	width: 590px;
	min-height: 300px;
}

.clearBoth {
	clear: both;
}

.mainBottom {
	height: 20px;
	padding: 0px 15px 0px 15px;
	position: relative;
	text-align: center;
	font-size: 9pt;
}

.mainRight .titleBox {
	margin-bottom: 10px;
}

.border1 {
	border: 1px solid red;
}

#navigation {
	height: 20px;
	position: relative;
	padding-left: 280px;
	background: url("/img/bar.png");
}

#navigation li a {
	display: block;
	color: white;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
	text-align: center;
}

#navigation li a:hover {
	background: url("/img/glow.png") bottom repeat-x;
	padding-top: 2px; 
}

#navigation li > ul {
	display: none;
	position: absolute;
	left:-1px;
}

#navigation li:hover > ul {
	display: block;
}


ul.horizontal > li {
	display: block;
	float: left;
	border-right: 1px blue solid;
	position: relative;    
	width: 8em;
	z-index:2;
}

ul.vertical > li{
	background: url("/img/bar.png") bottom repeat-x;
	border: 1px solid blue;
	border-top: 0px;
	width: 8em;
	z-index:2;
}

.titleBox {
	display: block;
}

.titleBox .title {
	background: url("/img/bar.png") repeat-x;
	padding: 1px 5px 0px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	height: 20px;
}

.titleBox .content {
	padding: 3px 5px;
	font-size: 10pt;
	text-align: justify;
	border: 1px solid #2470ed;
}


div.sarLoadingBg {
	background: url(/img/loading-bg.gif) center center no-repeat;
	width: 100%;
}

div.sarLoadingSm {
	background: url(/img/loading-sm.gif) center center no-repeat;
	width: 100%;
}

span.block{
	display: block;
}

span.center{
	text-align: center;
}

span.right{
	text-align: right;
}

img.vmi{
	vertical-align: middle;
}

.bordered fieldset {
	border: 1px solid #2470ED;
	padding: 12px;
}

.bordered legend {
	color: #2470ED;
	font-weight: bold;
	background: #fff;
	border: 1px solid #2470ED;
	padding: 2px 6px
}

.errors li{
	list-style-type: disc;
	padding-left: 5px;
	color: red;
	font-style: italic;
}