html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 8px auto 8px auto;
	width: 796px;
	border: 0;
	padding: 0;
	background-color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 15px;
	position: relative;
}

a {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color:#666666;
	text-decoration:none;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

#header {
	padding: 0;
	clear: none;
	height: 142px;
}

#logo {
	float: left;
	padding: 0;
	margin: 0;
	border: 1px solid #999999;
}

#title {
	margin: 0;
	float: right;
	background-color: #FFCC00;
	border: 1px solid #999999;
	color: black;
	width: 564px;
	text-align: center;
	padding-top: 27px;
	padding-bottom: 27px;
}

#title h1 {
	margin: 0;
	line-height: 120%;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 27px;
}

#title h2 {
	margin: 0;
	line-height: 72px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 21px;
}

#title h3 {
	margin: 0;
	line-height: 120%;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 15px;
	font-weight: normal;
}

#seperator {
	background-color: #999999;
	border: 1px solid #999999;
	margin: 2px 0 2px 0;
	height: 3px;
	overflow: hidden;
}

#menu {
	padding: 0 0 0 0;
	height: 26px;
	background-color: white;
	border: 1px solid #999999;
	margin-bottom: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	height: 21px;
	width: 100%;
	border-bottom: 5px solid #333333;
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	height: 21px;
	list-style-type: none;
}

#menu a {
	display: block;
	width: 120px;
	text-decoration: none;
	text-align: center;
	font: 12px arial;
	padding: 3px 10px 3px 10px;
	margin-bottom: -5px;
	color: black;
	border-bottom: 5px solid #333333;
	height: 15px;
	position: relative;
}

#menu a:hover {
	border-bottom: 5px solid #FFCC00;
}

#content {
	padding: 13px 10px 5px 10px;
	background-color: white;
	border: 1px solid #999999;
	margin-top: 7px;
	margin-bottom: 5px;
	text-align: justify;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#contenttable {
	padding: 0;
	margin: 5px 0;
	background-color: white;
	border: 1px solid #999999;
}

#contenttable h2 {
	color: #0000FF;
	font-weight: lighter;
	padding: 10px;
	margin: 40px 80px 0;
	font-size: 21px;
	line-height: 120%;
}

.liability {
	background-color: #CCCCCC;
}

#content dt {
	float: left;
    font-weight: bold;
	width: 195px;
	margin: 0;
	padding: 0px;
	padding-top: 2px;
	font-size: 15px;
}

#content dd {
	margin-left: 200px;
	padding: 2px;
	font-size: 15px;
}

#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content h3 {
	color: #ff0000;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	font-size: 24px;
	line-height: 120%;
}

#content h2 {
	padding: 10px 0;
	margin: 0;
	font-size: 24px;
	line-height: 120%;
}

#contentheader {
	margin-top: 15px;
	margin-bottom: 37px;
	text-align: left;
}

#contentfooter {
	margin-top: 27px;
	margin-bottom: 5px;
}

#footer {
	margin-top: 9px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 8pt;
	color: black;
	text-indent: 10px;
	background-color: #FFCC00;
	border: 1px solid #999999;
}

#footer a {
	color: #0000CC;
}

#footer a:hover {
	color: #666666;
}


