body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div{
	text-align: left;
}
h1{
	font-size: 24px;
}
p {
	font-size: 12px;
}
a {
	color: #0033FF;
	text-decoration: underline;
	font-weight: bold;
}
table {
	border: none;
	margin: 0px;
	border-collapse: collapse;
	padding: 0px;
}
td {
	margin: 1px;
	border: none;
	border-collapse: collapse;
	font-size: 12px;
	padding: 0px 0px 1px 0em;
	height: 14px;
}
a:visited {
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}
a.navbar:active {
	color: #0066FF;
	text-decoration: none;
}
dt {
	font-weight: bold;
}
a.navbar:hover {
	text-decoration: none;
}
a.navbar {
	color: #BFBFD9;
	font-weight: bold;
	text-decoration: underline;
}
#frame {
	width:768px;
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
	margin-top: 5px;
	}
#header {
	color: white;
	background-image: url(images/styles/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	vertical-align: top;
	height: 113px;
	width: 768px;
	text-align: left;
	padding-left: 15px;
	padding-top: 1px;
}
#middle{
	background-image:url(images/styles/background_mid.jpg);
}
#navbar {
	margin: 0px;
	color: #FFFFFF;
	vertical-align: top;
	padding: 1em;
	float: left;
	overflow: hidden;
	position: absolute;
	left: auto;
	top: 113px;
}
#content {
	background-color: #FFFFFF;
	background-image: url(images/styles/background_mid.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 15px 15px 15px 180px;
	min-height: 300px;
}
#footer {
	background-image: url(images/styles/bottom.jpg);
	height: 12px;
	background-repeat: no-repeat;
}
