body {
	background-color: e0e1de;
	background-image: url(/cms/images/gradient.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin:		0px;
	padding:	0px;
		
}


table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	}

a {
	text-decoration: none;
		color: #000000;
		font-weight: bold;
		}
a:hover {
	text-decoration: underline;
	}
		
p {
	line-height:20px;
	margin-top: 10px;
	}

h1 {
	color: #000000;
	border-bottom: 1px #333333 solid;
	font-size: 16px;
	margin-right: 10%;
	margin-top: 15px;
	}
h2 {
	font-size: 14px;
	}

.band1 {
	top: 0px;
	position: absolute;
	background-image: url(/cms/images/home_header_gradient.jpg);
	background-color: #1e546c;
	background-repeat: repeat-y;
	height: 10px;
	top: 0%;
	width: 100%;
	}
	
.tip_top {
	position: absolute;
	top: 10px;
	width: 100%;
	height: 94px;
	background-color: #ffffff;
	z-index: 0;
	}
	
.top {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 289px;
	height: 84px;
	background-color: #ffffff;
	z-index: 100;
	}
	
.top2 {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 410px;
	height: 84px;
	float: right;
	background-color: #555555;
	display: block;
	text-align: right;
	}
.top2 img {
	display: block;
	text-align: right;
	}
	
.band2 {
	position: absolute;
	background-image: url(/cms/images/home_header_gradient.jpg);
	background-repeat: repeat-y;
	background-color: #1e546c;
	height: 10px;
	top: 94px;
	width: 100%;
	}
	
.nav {
	top: 104px;
	position: absolute;
	width: 18%;
	left: 2%;
	height: auto;
	
}

.nav ul {
	line-height: 30px;
	margin-bottom: 25px;
	}

.nav ul li {
	border-bottom: 1px solid #666666;
	}
	
.center_container {
	position: absolute;
	top: 104px;
	left: 22%;
	width: 58%;
	_height: 100%;
	min-height: 100%;
	background-color: #ffffff;
	padding: 0%;
	margin: 0%;
}

.pad {
	margin: 15px;
	}

.center_container ul {
	line-height: 21px;
	}

.center_container img {
	margin-top: 10px;
	margin-bottom: 10px;
	}

.right {
	position: absolute;
	top: 104px;
	left: 81%;
	width: 18%;
}

.right ul {
	margin-bottom: 25px;
	margin-top: 10px;
	}

.right ul li {
	padding-bottom: 5px;
	}

#events {
	font-weight: bold;
	}
	
.image_floatright {
	margin: 10px;
	padding: 10px;
	float: right;
	border: 1px solid #000000;
}

ul {
	list-style-type: square;
	line-height: 18px;
	padding-left: 10px;
	margin: 10px;
}

.sidebar {
	width: 30%;
	border: 1px dotted #000000;
	float: right;
	padding: 15px;
	margin: 15px;
	}

.imagefloatright {
	float: right;
	padding: 5px;
	margin: 5px;
	border: 1px solid #000000;
	}

.image_floatleft {
	float: left;
	padding: 5px;
	margin: 5px;
	border: 1px solid #000000;
	}