@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0;
	margin-left: 0px;
	margin-right: 0px;
	background: #3C526C url(images/p) repeat fixed;
	
	}
#topline {
	background-image: url(images/toplineblackline.png);
	position: fixed;
	background-repeat: repeat;
	height: 25px;
	width: 100%;
	color: #FFFFFF;
	text-indent: 5px;
	font-size: .875em;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#283748;
	z-index: 2;
	padding-top:4px;
	clear: both;
	padding-right: 30px;
	top:0;
	left:0;
	_position:absolute;
	_top:expression(eval(document.compatMode
&& document.compatMode=='CSS1Compat') ? documentElement.scrollTop :
document.body.scrollTop);

}
* html {background:url(about:blank);}
body {margin-top:4em;}
#topline
{position:fixed;top:0;left:0;_position:absolute;_top:expression(eval(document.compatMode
&& document.compatMode=='CSS1Compat') ? documentElement.scrollTop :
document.body.scrollTop);}

#topline span {
	float:right;
	padding-top:0px;
	padding-right:15px;
	}
#container {
	width:832px;
	margin-left:auto;
	margin-right:auto;
	background-position: right bottom;
	background-image:url(righshadowslice.jpg);
	background-repeat:repeat-y;


	}
#wrapper {
	background-color: #333333;
	margin: auto;
	width: 812px;
	padding-top:3px;
	clear: both;	
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000003;
	border-bottom-color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	
}
#box {
	width:800px;
	margin:auto;
	background-color:#CCCCCC;
	border: medium outset #999999;
	background-image:url(images/fauxbg.png);
	background-repeat:repeat-x;
	overflow:hidden;
}

#headtitle	{
	width:100%;
	background-color:#3C526C;

	}
#nav	{
	background-image: url(images/toplineblackline.png);
	height:28px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #333333;
	clear:both;

	}
#footer	{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	text-align: center;
	font-size: .9em;
	clear:both;
	}
#mainleft	{
	width:24%;
	float:left;
	padding-left: 15px;
	padding-right:15px;
	padding-top: 15px;
	font-size: .8em;
	color: #2E3E52;
	background-color:#C8C8C8;
	background-image:url(images/leftbluegrad.png);
	background-repeat:no-repeat;
	text-align: center;
		}
#mainright	{
	width:70%;
	float:left;
	padding-left: 15px;
	padding-top: 15px;
	background-color:#FFFFFF;
	color: #333333;
	font-size: .85em;

	}
#headright	{
	width:100%;
	background-image:none;
	text-align: right;
	vertical-align: bottom;
	background-color:#7593B3;
	color: #000000;
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color: #333333;
	float: right;
	padding-right: 0px;
	}
#shadowbottom	{
	background-image:url(bottomshodowslice.jpg);
	background-repeat:no-repeat;
	width:834px;
	margin-left:auto;
	margin-right:auto;
	height:8px;
	background-position: right bottom;
	}
#topshadowline	{
	margin: auto;
	width: 812px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000003;
	background-color:none;
	height:6px;}
#important	{
	visibility: hidden;
	height:10px;
	}
.plus {
	font-size: larger;
	font-weight: bolder;
}
.bigger {
	font-size: larger;
}
.black {
	color: #000000;
}
.bold {
	font-weight: bolder;
}


.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
