


/*   Home banner */
	#homebanner {
		float: center;
		width: 860px;
		height: 157px;
		margin: 0px 0 0 0px;
		padding: 6px 0 0 0;
		background-color: #A195B9;
	}	
		#homebanner1 {
		float: left;
		width: 215px;
		height: 150px;
		
	}

		#homebanner2 {
		float: left;
		width: 215px;
		height: 150px;
	
	}

		#homebanner3 {
		float: left;
		width: 215px;
		height: 150px;
	
	}
		#homebanner4 {
		float: left;
		width: 215px;
		height: 150px;
	
	}
	
	
		#homecontent {
		text-align:center;
		width: 850px;
		height: 150px;
		padding: 0;
		margin: 0px 0 0 0px;
	}	

		#homecontentleft {
		position:absolute;
		left:0px;
		width: 430px;
		height: 150px;
		margin: 0px 0 0 0px;
	
	}	

		#homecontentright {
		position:absolute;
		left:430px;
		width: 430px;
		height: 150px;
	
	}	
	


#container {
position:relative;
top: 50px;
	width: 860px;	
	margin: auto; /* centers the page */
	padding: 0;
	text-align: left; /* re-aligns the text to fix centering trick */
	background-color: #CFC3DD;
	/*background-image:url(../images/bg.png);
	background-repeat:repeat-y;
	background-position:center;	*/
}
	

#header {
	width: 860px;
	margin: 0 auto; /* centers the page */
	padding-top: 0px;	
	text-align: left;
	height: 90px;

}

	#logo {
	
		float: left;
		width: 280px;
		height: 90px;
		padding: 0px 0 0 0;
		margin: 0px 0 0 0;
		
	}
		#logo img{
		padding:10px 0 0 10px;
	}
	
	#headernav {
		position:relative;
		top: 70px;
		float: right;
		width: 200px;
		padding: 0 0px;
		margin: 0;
		
		

	}
	
	#banner {
		
		width: 860px;
		height: 170px;
		margin: 0px;
		padding: 6px 0 0 0;
		/*background-color: red;*/
	}
	
		#bannerleft {
		float: left;
		width: 280px;
		height: 170px;
		background-image:url(../images/bg-tip.png);
		
	}

		#bannerright {
		float: right;
		position:relative;
		width: 580px;
		height: 170px;
		

	}	

	#navigation {
	position:relative;
	top:-20px;
		clear: both;
		width: 580px;
		height:20px;
		
		padding: 0 0 0 15px;
		margin: 0px 0 0 0px;
		/*background-color: red;*/
		
	}	

	#content {
		
		width: 850px;
		height: 520px;
		padding: 0;
		margin: 5px 0 0 10px;
		
		
	}	
	
		#menuitems {
		float: left;
		width: 260px;
		height: 300px;
		text-align:right;
	padding: 0 0px 0 0;
	margin: 5px 0px 0 0;		
	
	}
	
			#menuitems li {
			list-style:none;	
			padding:0px 0 8px 0;
			}
			#menuitems a {
			text-decoration:none;
			color:#1D0261;
				
			}	
			#menuitems a:hover {
			text-decoration:none;
			color:#CC6600;
				
			}	
					

		#text {
		float: right;
		width: 560px;
		height: 510px;
		padding: 5px 0 0 10px;
		overflow: auto;

	}	

td {
text-align:left;
}

.trlight {
background-color:#E6DFEE;
}	

.trdark {
background-color:
#DBD2E6;
}	

	
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
    background-color: #1D0261;
	text-align: center; /* used to center whole page */
	margin: 0;
	padding: 0;
	color:#444444;
	line-height:1.5;
	
}

a {
text-decoration:none;
color:#1D0261;
}	

a:hover {
text-decoration:none;
color:#CC6600;
}

hr {
color:#aaaaaa;

}


h1, h2, h3, h4, h5, h6 {
	padding: 0px 0 10px 0px;
	margin: 0;
}
	
img { border: 0; }	

.pagetitle {
color:#B24D00;
font-size:12px;
font-weight:bold;
} 

.paratitle {
color:#222222;
font-weight:bold;
text-align:left;

} 

.sectitle {
color:#222222;
font-weight:bold;
font-size:12px;

} 


