/* CSS Document */
html, body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	text-align: center;
}
div#wrapper {
	width: 760px;
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align: center;
	position: relative;
	height: 70% !important; height: 73%;
}
div#header {
	top: 0px;
	left: 0px;
	height: 99px;
	width: 760px;
}
div#menu {
	position: absolute;
	top: 99px;
	left: 0px;
	height: 21px;
	width: 760px;
}
.active {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size: small;
	border-top-width: 1.2px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 85px;
	text-align: center;
}
.dorment {
	background-color: #006699;
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
	border-top-width: 1.2px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 84px;
	text-align: center;
}
.tagline {
	width: auto;
}
div#content {
	width: 760px;
	top: 21px;
	left: 0px;
	position: relative;
	min-height: 100%;
	margin-bottom: 9% !important; margin-bottom: 6.5%;
	background-color: #FFFFFF;
	padding-bottom: 2%;
}
* html div#content {
	height: 100%;
}
div#footer {
	width: 760px;
	position: relative;
	height: 61px;
	background-image:  url("images/template/footer.gif");
	text-align: center;
	line-height: 210% !important; line-height: 220%;
	font-size: small;
	background-color: #FFFFFF;
	margin-top: -61px;
}
p.foot {
	text-align: center;
	padding: 10px 0px 10px 0px;
	line-height: 150%;
}
p, h3, li, tr {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
hr {
	width: 97% !important; width: 98%;
	margin-left: 12px;
	text-align: left;
}
h3 {
	background-color: #006699;
	color: #FFFFFF;
	line-height: 120%;
}
.active a:link, .active a:visited {
	text-decoration: none;
	color: #000000;
}
.dorment a:link, .dorment a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.active a:hover, .dorment a:hover {
	color: #FF9900;
	text-decoration: none;
}
.active a:active, .dorment a:active {
	text-decoration: none;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
.clearBoth {
	clear: both;
}
.highlight {
	color: #3399FF;
}
