/* CSS Document */

#container{
	position:relative;
	margin: 0 auto;
	text-align: center;
	width: 787px;
	background-color:#FFFFFF;
	padding:8px;
	BORDER-left: white 2px solid;
	
}
#header {
	position:relative;
	width:787px;
	height:100px;
	/*left: 0px;
	top: 0px;*/


	background-color:#660066;
}

#navbar {
	position:relative;
	width:787px;
	height:19px;
	z-index:2;
	/*left: 0px;
	top: 0px;*/
	margin-top:3px;
	margin-bottom:3px;
	background-color:#8A7E9E;
	text-align:left;
	
	
}


#mainarea {
	position:relative;
	width:787px;
	height:400px;
	margin-top:3px;
	margin-bottom:3px;
	padding-right:3px;
	text-align:left;
	
}
#leftcol {
	background-image: url(pic/index_08.jpg);
	width: 144px;
}
#rightcol {
	padding: 14px;
}
#footer{
	position:relative;
	width:787px;
	height:15px;
	z-index:2;
	margin-top:3px;
	background-color:#660066;
	text-align:center;
}

.emailLink {
color:white;
}

.emailLink:hover {
color:#CCCCCC;
text-decoration:underline;
}