body {
 background: #e9e9e9 url('/images/back.jpg') fixed repeat 0 0;
 color:#555555;
 font-family: lucida sans unicode;
 margin:15px 0 15px 0;
}

a:hover {
	text-decoration:none;
}

a img {
	border-color:transparent;
}

dl {
	line-height:1.5em;
}

dt {
	font-weight:bold;
	margin-top:0.2em;
	margin-bottom:0.2em;
}


div#maincontainer_outer{
	background-color:#ffffff;
	width:900px;
	margin:auto;
	padding:0px;
	border:1px solid #008ccc;
}

table#header{
	width:100%;
	border-collapse:collapse;
	border:0;
}

table#header td#header_left{
	background-color:#008ccc;
}

table#header td#header_right{
	width:600px;
	height:50px;
	background-color:#008ccc;
	color:#ffffff;
	vertical-align:bottom;
	font-family:Arial, Helvetica, sans-serif;
}

table#header td#header_right a{
	color:#ffffff;
}

table#header td#header_right ul{
	list-style:none;
	margin:0;
	padding-left:20px;
	padding-bottom:10px;
}

table#header td#header_right ul li{
	display:inline;
	text-align:center;
}

table#header td#header_right ul li a{
	color:inherit;
	font-weight:bold;
	font-size:1em;
}

table#logobox{
	width:100%;
	border-collapse:collapse;
	border:0;
	margin-top:0px;
}

table#logobox h1{
	margin:0;
	padding:0;
}

table#logobox td#logobox_left {
	width:300px;
	height:270px;
	background:#ffffff url('/images/vertical_blue_curve.jpg') scroll no-repeat 0 0;
	text-align:center;
}

table#logobox td#logobox_right {
	background:#ffffff url('/images/logobox_bg.png') scroll no-repeat 0 10px;
	text-align:right;
	vertical-align:bottom;
	color:#008ccc;
	padding:0px 20px 0 0;
}

table#content_wrapper{
	width:100%;
	border-collapse:collapse;
	border:0;
}

table#content_wrapper td{}

table#content_wrapper td#content_wrapper_col1{
	height:525px;
	width:25px;
	background:#ffffff none scroll no-repeat 0 0;
}

table#content_wrapper td#content_wrapper_col2{
	color:#333333;
	width:245px;
	height:540px;
	background:#0292ce url('/images/vertical_blue_dsprsi2.jpg') scroll repeat-x 0 0;
	vertical-align:top;
	padding-top:0px;
	text-align:center;
}

table#content_wrapper td#content_wrapper_col3{
	vertical-align:top;
	padding:20px;
}

table#footer{
	margin:10px 0 0 0;
	width:100%;
	background:#716f6e url('/images/hr_bar.gif') scroll repeat-x 0 0;
	border-collapse:collapse;
	border:0;
	height:36px;
	text-align:center;
	color:#ffffff;
}

table#footer a{
	color:#ffffff;
}

table#footer td{
	vertical-align:bottom;
	width:20%;
	height:40px;
	padding-bottom:5px;
}

table#content_wrapper td#content_wrapper_col3 p{
	font-size:1.0em;
	line-height:1.5em;
}

table#content_wrapper td#content_wrapper_col3 h2{
	color:#008ccc;
}

table#content_wrapper td#content_wrapper_col3 h3{
	color:#008ccc;
}

.inlinecenter{
	text-align:center;
}

.inlineright{
	text-align:right;
}

.blockcenter{
	margin:auto;
}

.floatright{
	float:right;
}

.clearBoth{
	clear:both;
}

img.floatright{
	display:block;
	margin-left:10px;
}

.smalltext {
	font-size:0.9em;
}

.smalltextx2{
	font-size:0.8em;
}

