body {
	background: 	#D3E9FC; 
	color: 			#000000;
	background-image: url(img/waterback.png);
	background-repeat: repeat-x;
	font-family: 	Verdana, Helvetica, sans-serif, Arial; 
	font-size: 		10pt; 
	font-weight:	normal; 
	text-align: 	left; 
	margin: 		0px; 
	padding: 		0px;
}

img {
	border: 0;
}

a:link 		{ 	color: #000000; text-decoration: none; 		}
a:visited 	{ 	color: #000000; text-decoration: none; 		}
a:hover 	{ 	color: #000000; text-decoration: underline; }

#main {
	background-color: #d3e9fc;
	width: 766px;
	position:absolute;
	left:50%;
	margin-left: -380px;
	border: 0px;
}

#siteBox {
	float: left;
	background-color: #FFFFFF;
	width: 760px;
}

#bottomSep {
	width: 760px;
	height: 8px;
	background-image:url("img/bottom.png");
	background-repeat:repeat-x;
	float: left;
}

#leftSep {
	background-image:url("img/sep.png");
	background-repeat:repeat-x;
	width: 3px;
	min-height: 523px;
	height:auto !important; /* Fucking IE6 FIX */
	height: 523px;
	float: left;
}

#rightSep {
	background-color: #d3e9fc;
	background-image:url("img/sep.png");
	background-repeat:repeat-x;
	width: 3px;
	min-height: 523px;
	height:auto !important; /* Fucking IE6 FIX */
	height: 523px;
	float: right;
}

#leftNav {
	background-image:url("img/back.png");
	background-repeat:repeat-x;
	width: 240px;
	min-height: 600px;
	height:auto !important; /* Fucking IE6 FIX */
	height: 600px;
	float: left;
}

#rightNav {
	background-image:url("img/right-back.png");
	background-repeat:repeat-x;
	width: 496px;
	min-height: 600px;
	height:auto !important; /* Fucking IE6 FIX */
	height: 600px;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #FFFFFF;
}

#leftNav table {
	margin-top: 32px;
	padding: 0;

	color: #000000;
	text-align: left;
	
	width: 240px;
	font-size: 10pt;
	font-weight: normal;
}

#leftNav tr {
	height: 32px;
	
	font-size: 10pt;
	font-weight: normal;
	line-height:2.5em;
}

#leftNav td a {
	padding-left: 32px;
	display: block;
	background: url(img/button.png) no-repeat; 
	color: #000000;
	text-decoration: none;
	padding-bottom: 8px;
}
 
#leftNav td :hover {
	background-color: #f7fbff;
	font-weight:bold;
	
	background: url(img/button-over.png) no-repeat; 
}

.bold {
	font-weight: bold;
}

h2 {
	text-align: center;
}

#ptop {
	background-image:url("img/ptop.png");
	background-repeat:repeat-x;
	width: 240px;
	height: 22px;
	margin-left: 128px;
}

ol {
	list-style-type: circle;
}

