body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #666666;
	text-align: center;
	/*font-size: 11pt;*/

}
#container 
{
	margin: 0 auto;   /* align for good browsers */
	text-align: justify; /* counter the body center */
	background-color:#001027;
	/*border: 10px solid #001027;
	width: 80%;
	z-index:1;*/
	position:relative; 
	width:900px; 
	padding:10px;
}

#pageTitleSpacer
{
	height:20px;
}

#bodyLayer
{
	position:relative;
	padding-left:160px;
	padding-right:160px;
	background-image: url(mainImages/bodyBackground.jpg);
	/*width: 177px;
	height: 29px;*/
}

#textLayer
{
	position:relative;
	width:580px;
	/*height:663px;*/

}

#bodyLayerNoImage
{
	position:relative; 
	/*width:880px; */
	z-index:0;
	padding-left:10px;
	padding-right:10px;
}

#imageBarL
{
	position:absolute; 
	width:150px;
	left:0px; 
	z-index:1;
}

#imageBarR
{
	position:absolute; 
	width:150px; 
	right:0px;
}

#floatLeft
{
	float:left;
	z-index:1;
	position:relative;
	/*width:25%;
	display: inline;
	overflow: auto;*/
}


/*
#floatRight
{
	float:right;
	width: 40%;
	
}
*/	

#outer
{
	background-color: #00439A;
	position:relative;
	width:100%;
}

#inner
{
	padding:20px;
	background-color: #00439A;
	/*z-index:0;*/
}

#TL
{
	position:absolute;
	left:0px;
	top:0px;
	width:15px;
	height:15px;
	background-image: url(mainImages/blueCornerTL.jpg);
	background-repeat: no-repeat;
	z-index:1;
}

#TR
{
	position:absolute;
	right:0px;
	width:15px;
	height:15px;
	background-image: url(mainImages/blueCornerTR.jpg);
	background-repeat: no-repeat;
	z-index:1;
}
#BL
{
	position:absolute;
	left:0px;
	bottom:0px;
	width:15px;
	height:15px;
	background-image: url(mainImages/blueCornerBL.jpg);
	background-repeat: no-repeat;
	z-index:1;
}
#BR
{
	position:absolute;
	right:0px;
	bottom:0px;
	width:15px;
	height:15px;
	background-image: url(mainImages/blueCornerBR.jpg);
	background-repeat: no-repeat;
	z-index:1;
}

#redBoldCenter
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	text-align: center;
	font-weight:bold;
	background-color:00439A;
}

.clearFloat
{
	clear:both;
	display: block;

}

h1 {
	line-height: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	text-align: left;
	font-variant: normal;
	text-transform: none;


}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;

}
div {
	background-color: #001027;
}
a:active {
	color: #FFFFFF;
}
table {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer 
{
	background-color: #666666;
	color: #FFFFFF;
	text-align:center;
	z-index:2;
}
