body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-repeat: no-repeat;
background-color: #ffffff;
}
#wrapper {
	margin: auto;
	width: 800px;
	float: none;
}
#header {
	width: 800px;
	height: 70px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/hBack2.jpg);
	background-repeat: repeat-x;
}
#menu {
	float: left;
	width: 160px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu a:link {
	color: #006699;
	text-decoration: none;
	
}
#menu a:visited {
	color: #006699;
	text-decoration: none;
}
#menu a:hover {
color: #006699;
	text-decoration: underline;
}
#content {
	float: left;
	width: 615px;
	border-left-width: 0px;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	color: #333333;
	height: 650px;
}
#content a:link {
	font-weight: bold;
	color: #006699;
	text-decoration: none;

}
#content a:visited {
	font-weight: bold;
	color: #006699;
	text-decoration: none;

}
#content a:hover {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;

}

#footer {
	padding: 5px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#t1 {
	background-color: #FFFFCC;
	border: thin dotted #666666;
	
}
#insert {
	position:static;
	width:94%;
	height: auto;
	background-color: #F0F0F0;
	border: 1px dotted #666666;
	padding-left: 12px;
}
#list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(images/arrow_right.gif);
	list-style-type: square;
	margin: 2px;
	padding: 10px;
	text-transform: none;
}
