body{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	background: url(/images/background.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	
	/* Needed to center page in IE */
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6{
	margin-bottom: 10px;
}

h1, h2, h3{
	color:#0066CC;
}

#pageLayout{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:#FFFFFF;
	font-family: Lucida Grande, GenevaVerdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#pageLayout .DarkBlueText {color:#0066CC;}
#pageLayout .OrangeText {color:#ED7914;}
#pageLayout .Bold {font-weight:bold;}

#Headerlogo {
	 background-color: #FFF;
	 height:68px;
}

#HeaderOrangeLine{
	 background-color: #ED7914;
	 height:10px;
}

#HeaderImage{
	 background-color: #FFF;
	 height:159px;
}

#HeaderBlueLineTop{
	 background-color: #75B6EE;
	 height:10px;
}

#HeaderWhiteLineBottom{
	 background-color: #FFF;
	 height:5px;
	 clear: both;	 
}

#HeaderBlueLineBottom{
	 background-color: #75B6EE;
	 height:10px;
	 clear: both;	 
}


#MainBody {
	background:#FFF; 
	border:0px solid #660066;
	min-height: 200px;
}

#LeftMenu{
	background: #FFF; 
	height: 100%;
	border: 0px solid #75B6EE;
	float: left;
	padding-top: 5px;
}

#SideImageTopLeftCorner{
	background-color: #75B6EE;
	background: #75B6EE url(/images/blue-top-corner.gif) 0 0 no-repeat; 
	height: 100%;
	margin-right: 0px;
	margin-left: 5px;
	margin-top:0px;
	border: 0px solid #FF0000;
	float: left;
}

#SideImageBottomLeftCorner{
	background-color: #75B6EE;
	background: transparent url(/images/blue-bottom-corner.gif) 0 100% no-repeat; 
	height: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:0px;
	border: 0px solid #FF0000;
	float: left;
}

#LeftMenuLinks{
	background-color: #FFF;
	margin-left: 25px;
	margin-top: -5px;
	border: 0px solid #75B6EE;
	padding-left: 5px;
	float:left;
}

#LeftMenu a.LeftMenuLink{
	color:#000;
	background:#75B6EE;
	display:block;
	width:200px;
	height:25px;
	border:0px solid #FF00FF;
	margin-top:5px;
	margin-left: 0px;
	text-align:left;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	line-height:25px;
	overflow:hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;	
}

#LeftMenu a.LeftMenuLink:hover{
	color:#BCBCBC;
	background:#0066CC;
}

#LeftMenu a.LeftMenuLinkCurrent{
	color:#BCBCBC;
	background:#0066CC;
	display:block;
	width:200px;
	height:25px;
	border:0px solid #FF00FF;
	margin-top:5px;
	margin-left: 0px;
	text-align:left;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	line-height:25px;
	overflow:hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;	
}


#TextBody {
	margin: 0 0 0 265px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;	
	border:0px solid #FF6600;
}

#TextBody h1{
	color:#0066CC;
	font-size: 16pt;
}

#TextBody h2{
	color:#0066CC;
	font-size: 10pt;
}

#TextBody p{
	text-align:justify;
}

#TextBody a{
	color:#ED7914;
	text-decoration: none;
}

#TextBody a:hover{
	text-decoration: underline;
}

#TextBody table{
	border-collapse: collapse;
	max-width: 490px;
	border: 1px solid #000;
}

#TextBody th{
	color:#0066CC;
	padding: 4px 5px 4px 5px;
	border: 1px solid #000;
}

#TextBody td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	background: #fff;
	padding: 2px 2px 2px 2px;
	color: #000;
}

#Box{
	margin-top:35px;
	background-color: #FFF;
	border:0px solid #FF0;
}

#BoxSideTopLeftCorner{
	margin: 0px 0px 0px 30px;
	background: #ED7914 url(/images/orange-top-corner.gif) 0 0 no-repeat; 
	border:0px solid #000;
	float:left;
}

#BoxSideBottomLeftCorner{
	margin: 0px 0px 0px 0px;
	background: transparent url(/images/orange-bottom-corner.gif) 0 100% no-repeat; 
	border:0px solid #000;
	float:left;
}

#BoxText{
	margin: 0px 0px 0px 25px;
	background-color: #FFF;
	width:370px;
	border:0px solid #FF5566;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;	
	font-size: 12pt;
	text-align:justify;
}

#BoxText p, h1, h2, h3, h4, h5, h6{
	margin: 0;
}
#footer {
	border-top: 1px solid #999;
	padding-left: 10px;
	line-height: 32px;
	color: #333;
	font-size: 8pt;
	text-align:center;
	clear: both;
}