body{
	margin: 0;
	padding: 0;
	font-size: smaller;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	background-color: #fff;
	font-weight: bold;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: White;
	padding: 6px 6px 6px 12px;
	color: Olive;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}


td.alt {
	background: #006699;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	border: 0;
}

a:link{
	color: #036;
} 

a:visited{
	color: #066;
}

a:hover, a:active{
	color: Gray;
	background-color: #036;
}

div#banner{
	color: White;
	font-weight: bold;
	height: 174px;
margin-bottom: 5px;
}

div#banner img{
position: absolute;
top: 0px;
left: 0px;	
height: 174px;
}

div#banner p{
	position: absolute;
	text-align: center;
	left: 224px;
	font-family: "Gill Sans MT";
}

div#container{
	background: White;
}

div#container2{
}

div#navigation{
	float: left;
	width: 150px;
	padding-top: 2em;
	font-size: small;
	font-weight: bold;
}

div#navigation ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#navigation ul li{
	margin-top: 2px;
}

div#navigation ul li a{
	font-size: 12px;
	display: block;
	width: 135px;
	height: 33px;
	padding: 5px 5px 3px 10px;
	text-decoration: none;
	color: Yellow;
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

div#navigation ul li a:hover{
	color: black;
	background-image: url(images/nav_back2.jpg);
	background-repeat: repeat-y;
}

div#more{
	float: right;
	width: 160px;
	margin: 0px;
	padding: 2em 10px 0 0;
	color: #fff;
}

div#more h3{
	margin-top: 0;
	color: #fff;
	padding: .2em;
}

div#content{
	margin-left: 190px;
	margin-right: 200px;
}

div#content h2{
	font-size: 1.5em;
	height: 30px;
	color: Green;
	margin: 0;
	font-weight: normal;
	text-align: center;
	background: url(images/heading2.jpg) repeat-x;
	padding-top: 6px;
	
}

div#content b{
	color: Purple;
}

img.float{
	float: right;/
}



div#content{line-height: 150%;}

#cleardiv{
	clear: both;
	height: 1em;
}

div#footer{
	clear: both;
	padding: .5em 1em;
	border-top: 1px solid #999;
	text-align: center;
	background-image: url(images/logo_part.JPG);
	background-repeat: repeat-x;
	color: White;
}

div#footer ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: White;
}

 div#footer li
{
text-align: center;
display: inline;
margin-right: 1em;
color: White;
}

div#footer a:hover, a:active{
	color: white;
	background-color: #000033;

#heading{
	font-size: larger;
	text-decoration: underline;
	text-align: left;
	font-style: italic;
}

	.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}