* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}
#page {
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: justify;
	background-image: url(../img/contbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#page p {
	line-height: 21px;
}
td {
	height: 22px;
	line-height: 22px;
	padding-left: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#content table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-right: auto;
	margin-left: auto;
}

.top {
	background-image: url(../img/bluetop.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	height: 35px;
	width: auto;
}
#logo {
	background-image: url(../img/headpicbg.gif);
	background-repeat: repeat-x;
	display: block;
	height: 191px;
	width: auto;
	text-align: center;
}
#contnav {
	display: block;
	height: 24px;
	width: auto;
	text-align: center;
	line-height: 24px;
}
.cont_sect {
	padding-right: 20px;
	padding-left: 20px;
}
#content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}
#content h2 {
	font-size: 17px;
	line-height: 30px;
	background-image: url(../img/h2bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	text-indent: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
}
#content h3 {
	line-height: 30px;
	height: 30px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
}
#content ul {
	list-style-type: disc;
	padding-left: 25px;
	line-height: 21px;
}
#content em {
	color: #993300;
}
#btm {
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
}
a:link {
	color: #33AAB7;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #33AAB7;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
