<!--
body {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #48009C;
	text-decoration: none;
}

a:link {  
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none
}

a:visited {  
	font-family: verdana, arial, sans-serif; 
	font-size: 10pt; 
	color: #0000FF; 
	text-decoration: none
}

a:hover {  
	font-family: verdana, arial, sans-serif; 
	font-size: 10pt; 
	color: #48009C; 
	text-decoration: underline
}

a:active {  
	font-family: verdana, arial, sans-serif; 
	font-size: 10pt; 
	color: #0000FF; 
	text-decoration: underline
}

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks a:link, #sectionLinks a:visited, #sectionLinks a:active {
	display: block;
	background-color: #CCCCCC;
	background-image: url(images/back_sky.jpg);
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #CCCCCC;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	color: #48009C;
	text-align: right;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #FFFFFF;
	background-image: url(images/back_nav.jpg);
	font-weight: normal;
	text-decoration: none;
}

.title {
	font-family: verdana, arial, sans-serif;
	font-size: 18pt; 
	color: #48009C; 
	text-decoration: none;
}

table {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #48009C;
}

#mainBody {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	align: center;
	text-align:center;
	}

#mainContent {
	float: right;
	width:650px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	align: center;
	text-align:left;
	background-color: #FFFFFF;
	background-position: right bottom;
	background-image: url(images/back_tile.jpg);
	background-repeat: repeat;
	}

#mainContentBottom {
	float: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	align: center;
	text-align: center;
	}

#mainContentOther {
	float: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	align: center;
	text-align: center;
	background-color: #FFFFFF;
	background-position: right bottom;
	background-image: url(images/back_tile.jpg);
	background-repeat: repeat;
	border: 2px solid #48009C;
	}

#mainContentLeft {
	float: left;
	width:325px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	align:left;
	text-align:left;
	}

#mainContentRight {
	float: right;
	width:325px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	align:left;
	text-align:left;
	}

#mainContentLeft02 {
	float: left;
	width: 386px;
	height: 475px;
	padding: 5px;
	align: left;
	text-align: left;
	background-color: #FFFFFF;
	background-position: right bottom;
	background-image: url(images/back_tile.jpg);
	background-repeat: repeat;
	border: 2px solid #48009C;
	}

#mainContentText {
	float: left;
	width:380px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	align:left;
	text-align:left;
	}

#mainContentPics {
	float: right;
	width:270px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	align:left;
	text-align:left;
	}

#nav {
	width:150px;
	height:100%;
	float: left;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(images/bg_nav.jpg);
	}
-->