body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#logo{
	margin: 0px auto;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 770px;
	height: 75px;
	border: solid 1px silver;
}
#linkBar{
	margin: 0px auto;
	background-image: url(images/linkbg.JPG);
	background-repeat: repeat-x;
	font-size: 8pt;
	font-weight: bold;
	width: 770px;
	height: 17px;
	border-right: solid 1px silver;
	border-left: solid 1px silver;
	padding-top: 3px;
	text-align: left;
}
#linkBar a{
	margin-right: 20px;
	margin-left: 10px;
	color: Gray;
	text-decoration: none;
	font-variant: small-caps;
}
#linkBar a.selected{
	color: #009;/*#4169E1;*/
	text-decoration: underline;
}
#linkBar a:hover{
	color: #009;
}
#linkBar span{
	color: Gray;
	text-decoration: none;
	font-variant: small-caps;
	padding: 0px;
}

#content{
	margin: 0px auto;
	padding-bottom:10px;
	background-image: url(images/contentbg.JPG);
	background-repeat: repeat-x;
	background-color: White;
	width: 770px;
	min-height: 700px;
	height:auto !important;
   height:700px;
	border: solid 1px silver;
	text-align: left;
}
#footer{
	margin: 0px auto;
	width: 770px;
	text-align: right;
	color: Gray;
	font-size: 8pt;
}

h3{
 	font-weight: normal;
	margin-left:20px;
	margin-top:20px;
}
h6{
	font-size: 8pt;
	margin: 0px;
	margin-left:50px;
	margin-right:50px;
	padding: 0px;
}

p{
	margin-left:50px;
	margin-right:50px;
	font-size: 8pt;
}
table{
	margin-left:50px;
	margin-right:50px;
	font-size: 8pt;
}
table td{	border:solid 1px gray;padding:10px}
ul{
	margin-top: 0px;
	padding-top: 0px;
}
li{
	margin-left:50px;
	margin-right:50px;
	font-size: 8pt;
}

form{
	margin-left:50px;
	margin-right:50px;
	font-size: 8pt;
}
