html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	color: #666;
	font: 13px Helvetica, Arial, Verdana, sans-serif;
	background-color: #030303;
	background-image: url(/images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

/*<group=layout>*/
.titleText {
	font-family: Georgia;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #e0e0e0;
	font-variant: small-caps;
}


#leftcolumntop
{
	width: 100px;
	height: 100%;
	margin-right: 0;
	margin-left: 0;
	text-align: justify;
	padding-top: 55px;
	top: 0px;
	left: 0px;
	float:left;
	margin: 0px 0px 0px 0px;
}


#maincontent
{/*
	border: 1px solid #CCC;	
	background: #FFF; */
	top: 0px;
	bottom: 0px;	
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: left;
/*	position: absolute; */
}
#navigation
{
/*	background: #00487D; */
   padding-top: 27px;
	height: 133px;
	text-align: left;
	display: block;
	float:left;
	width: 770px;

}
#formblock
{  float: left;
	background-color: white;
	width: 722px;
	/*margin: 7px;
	margin-left: 110px;*/
	margin: 0px;
	padding: 20px;
	margin-top: 0px;
	border: 4px solid #e0e0e0;
}
#whiteblock {
	top: 0px;
	left: 178px;
	width: 584px;
	height: 100%;
	background-color: #FFFFFF;
}

#subnavigation
{
	margin-top: 1px;
	height: 24px;
	background: #CCC;
}

/*</group>*/


/*<group=General styling>*/
h1
{
	color: #000000;
	margin: 0;
	font-size: 25px;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	padding: 16px 0px 21px 0px;
}

h2
{
	color: #fd9b04;
	margin: 0;
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	font-weight: normal;
	padding: 0px 0px 20px 0px;
}
h3
{
	color: #000000;
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	cursor: default;
	text-align: left;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}
h4
{
	color: #00487D;
	margin: 0;
	font-size: 14px;
	cursor: default;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
h5
{
	color: #666;
	margin: 0;	
	font-size: 9px;
	text-align: left;
	padding: 10px 30px 10px 30px;
}


h1 span { color: #A5C4FF; }

p
{
	margin: 0px;
	line-height: 1.6em;
	padding: 7px 5px 7px 5px;
}

p span
{
	color: #036;
	font-weight: bold;
}

ul
{
	padding: 3px 30px 10px 30px;
	line-height: 1.6em;
	margin-left: 35px;
	margin-right: 35px;	
}

ol
{
	padding: 3px 30px 10px 30px;
	line-height: 1.6em;
	margin-left: 35px;
	margin-right: 35px;	
}

a
{
	color: #0066B3;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	color: #4E56BD;
	text-decoration: underline;
}

/*</group>*/

/*<group=Images>*/
img { border: none; }
/*</group>*/

/*<group=navigation>*/
ul#nav
{
	display: block;
	float: left;	
	height: 27px;
	width: 584px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#nav li { display: inline; }

ul#nav li a
{
	display: block;
	float: left;
	margin: 0;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-weight: 800;
	cursor: pointer;
}

ul#nav li a.active, ul#nav li a.active:hover
{
	cursor: default;
}

ul#subnav
{
	display: block;
	float: left;	
	height: 24px;
	width: 584px;
	border: 0;
	margin: 0;
	margin-top:4px;
	padding: 0;
	list-style-type: none;
	
}

ul#subnav li { display: inline; }

ul#subnav li a
{
	color: #666;
	margin-left:32px;
	font: 9px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 800;
	cursor: pointer;
}

ul#subnav li a:hover
{
	text-decoration: underline;
}

ul#subnav li a.active, ul#subnav li a.active:hover
{
	cursor: default;
	text-decoration: underline;
}
.small
{
	font-size: 10px;
}
.lightShade
{
	background-color: #e0e0e0;
}
.darkShade
{
	background-color: #cccccc;
}
.rowType1
{
	background-color: #ffffff;
}
.rowType2
{
	background-color: #e0e0e0;
}
input.btn, .button {
	color: #000000;
	padding:3px;
	background-color: #E8F7FF;
	border:1px solid #000000;
}
.buttonOff {
	color: #000000;
	padding:3px;
	background-color: #FFCEB7;
	border:1px solid #000000;
}

#leftcolumnbottom
{
	width: 170px;
	margin-right: 0;
	margin-left: 0;
	display: block;
	text-align: justify;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
}
A.gray, A.gray:visited {
	 font-weight: bold;
	 color: #c0c0c0;
}
A.gray:hover {
    text-decoration: none;
	 color: gray;
}

.report td {
	padding-top: 7px;
}