/* CSS Document */
		body {
			background-color: #fff;
			text-align: center;
			margin: 0;
			background-image: url(../images/bg.jpg);
			}
		h1 {
			font-family :arial, verdana;
			font-size: 14px;
			}
		h2 {
			font-family :arial, verdana;
			font-size: 12px;
			font-weight:bold;
			}
		#container {
			width: 640px;
			\width: 660px;
			w\idth: 640px;
			margin-left: auto;
			margin-right: auto;
		}

		#banner {
			background-image: url(../images/newTop.gif);
			background-repeat: no-repeat;
			width: 640px;
			height: 63px;
		}
		#menu {
			background-color: #5860e8;
		}

		#content {
			background-color: #fff;
			font-family: arial, verdana;
			font-size: 14px;
			color: black;
			text-align: left;
			margin-top: 10px;
		}
		.footer {
			clear: both;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8px;
			color: black;
			text-align: center;
			padding: 10px 0 10px 0;
		}
		.footer p{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8px;
			color: black;
			text-align:center;
		}
#navcontainer {
margin: 0;
padding-left: 0px;
margin-left: auto;
margin-right: auto;
background-color: #5860e8;
width: 640px;
}
#navcontainer UL {
list-style: none;
margin: 0;
padding: 0;
border: none;
font-weight: bold;
background-color: #5860e8;
}
#navlist {
	display:inline;
	}
#navcontainer LI {
display: inline;
margin: 0;
padding: 0;
float: left;
width: auto;
}
#navcontainer A {
color: #fff;
display: block;
width: auto;
text-decoration: none;
background: #5860e8;
margin: 0;
padding: 2px 16px;
border-left: 1px solid #d49b7e;
border-top: 2px solid #d49b7e;
border-right: 1px solid #d49b7e;
border-bottom: 2px solid #d49b7e;
}
#navcontainer A:hover, #navcontainer A:active { background: #d49b7e; }
#navcontainer A.active:link, #navcontainer A.active:visited {
background: #d49b7e;
font-weight: bold;
}
#active a:link, #active a:visited, #active a:hover
{
border: 2px solid #d49b7e;
background-color: #d49b7e;
color: #fff;
}
.style1 {font-weight: bold}