	#container {
		BACKGROUND: #fff;
		FLOAT: left;
		MARGIN: 0px auto; 
		WIDTH: 974px;
		HEIGHT: 100%;
		TEXT-ALIGN: center;
		padding: 0px;
	}

	#header {
	position: absolute;
	left:10px;
	right:10px;
	top:10px;
	height:22px;
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 0px none black;
	background-color: #E8e8e8;
		}
		
	#banner {
	position: absolute;
	left:10px;
	right:10px;
	top:32px;
	height:92px;
	text-align:center;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: repeat;
		}
		
	#centercontent {
	margin-top:165px;
	margin-left: 210px;
	margin-right:330px; 
	border: 1px none #CCCCCC;
	padding: 0px;
		}
#footer {
	clear: both;
	margin-right: 330px;
	margin-left: 210px;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
}
		
	#leftcontent {
	position: absolute; 
	top:165px;
	left:10px; 
	width:190px; /* top and bottom borders: 1px; left and right borders: 0px */
	border: 1px none #CCCCCC;
		}

	#rightcontent {
	position: absolute;
	top:165px;
 	right:10px; 
	width:310px; /* top and bottom borders: 1px; left and right borders: 0px */
	border: 1px none #CCCCCC;
		}
				
	body {
	background:#FFFFFF;
	margin:0px;
	padding:0px;
	font-weight:	normal;
	font-size:		13px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	arial, helvetica, sans-serif;
		}
		
	table {
		font-weight:	normal;
		font-size:		12px;
		word-spacing:	normal;
		letter-spacing:	normal;
		text-transform:	none;
		font-family:	arial, helvetica, sans-serif;
		}	
		
	p,pre {
		margin:0px 10px 0px 15px;
		}
	p.nav {
		margin:0px 0px 0px 0px;
		text-align: center;
	}
	
	H1 {
	margin:0px 10px 0px 15px;
	font-weight:	500;
	text-align: center;
	font-family: "Trebuchet MS";
	}

		
	H2,H3,H4,H5	{	
		margin:0px 10px 0px 15px;
		font-weight:	500;
		}		
		
	A:link	{
	color:	#003399;
		}		
	
	A:visited	{
	color:	#800080;
		}	
		
	A:active	{
	color:	#003399;
		}	
		
	A:hover	{	
		text-decoration: underline;
		color:	#FF3300;
		}		
	
#centercontent p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#centercontent h2 {
	padding-bottom: 0px;
	color: #0e1558;
	padding-top: 10px;
	font-weight: 100;
	font-family: "Trebuchet MS";
	font-size: 18px;
}
#centercontent h1 {
	padding-bottom: 5px;
}
