@charset "UTF-8";
html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #333333;
}
#content {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 60px;
	margin-bottom: 40px;
	height: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}
#content a:link {color:#cccccc;}
#content a:visited {color:#cccccc;}
#content a:hover {
	color:#F00;
}
#content a:active {
	color:#F90;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
	background:#999999;
	padding:5px 0px;
	height: 66px;
	width: 100%;
}
#body {
	position: relative;
}
h1 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	color: #CCC;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;   /* Height of the footer */
	background:#333333;
	left: 0px;
}
#footer p {
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #CCC;
	text-align: left;
}
#footer .menu {
	position:relative;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	text-align: center;
	height: 20px;
	width: 800px;
	margin: 15px auto 5px;
}
.menu a:link {color:#cccccc;}
.menu a:visited {color:#cccccc;}
.menu a:hover {
	color:#F00;
}
.menu a:active {
	color:#F90;
}
.NavID {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-style: italic;
	font-variant: normal;
}
#nav .NavID td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
	position: relative;
	top: 0px;
	left: 0px;
}

.NavLink {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	float: left;
}
.NavLink a:link {
	text-decoration: none;
	color: #000;
}
.NavLink a:visited {
	text-decoration: none;
	color: #000;
}
.NavLink a:hover {
	text-decoration: none;
	color: #FFF;
}
.NavLink a:active {
	text-decoration: none;
	color: #FFF;
}
.navCell {position: relative; width:100%;}
.navControl {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 400px;
}
a:active {
  outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

