#container {
width: 850px;
background:url(images/site/banner.jpg);
height:268px;
margin: 0 auto;
}

#belowbanner {
width: 850px;
background-color:#000099;
margin: 0 auto;
}

#navigation {
width: 820px;
height: 28px;
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
margin-bottom: 15px;
}

#contentCTR {
width: 850px;
background-image:url(images/site/contentbackground.gif);
background-position:top;
background-position:left;
background-repeat:repeat-y;
margin: 0 auto;
overflow:hidden;

}

#sidebar {
float:left;
overflow:hidden;
width: 165px;
margin-left:4px;
margin-right:18px;
}

	#sidebar p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

#maincontent {
float:left;
overflow:hidden;
width: 650px;
margin-left:0px;
margin-right:auto;
overflow:hidden;
}

	#maincontent p {
	font-family:Arial, Helvetica, sans-serif;
	}


#hidden {
width: 0px;
height: 0px;
clear:both;
}

#bottomborder {
width: 850px;
background-color:#000099;
margin: 0 auto;
height:4px;
}

.heading {
	color:#000000;
	font-size:30px;
	font-weight:bold;
	}
	
.subheading {
	color:#000000;
	font-size:20px;
	font-weight:bold;
	}	
	
.subsubheading {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	}
	
.bodytext {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}


p a {
	text-decoration:none;
	font-weight:bold;
	color:#336600;
	}
	
p a:hover {
	text-decoration:underline;
	}	

ul {	
	font-family:Arial, Helvetica, sans-serif;
	}
	
ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#336600;
	}

table {
	font-family:Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	}

td, th {
	font-size:12px;
	padding:4px;
	}
	
td a {
	text-decoration:none;
	font-weight:bold;
	color:#336600;
	}

td a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#336600;
	}


th {
	background-color:#006633;
	color:#FFFFFF;
	text-align:left;
	border-left: 1px solid #006633;
	}

td {
	}

td.TABLEcolor {
	background-color:#CCCCCC;
	border: 1px solid #000099;
	}

td.TABLEcenter {
	text-align:center;
	}
	
td.TABLEalternate {
	border: 1px solid #000099;
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	}


