html  , body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	background-color: #000;
	padding: 0px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	color: #CCC;
}
#wrapper {
	background-color: #111;
	width: 750px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #222;
	margin-top: 10px;
}
p {
	line-height: 130%;
}
td {
	color: #ccc;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	margin-top: 0px;
	color: #CCC;
	font-size: 1.2em;
}
#wrapper h1 {
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: left;
}
#content {
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 0px;
	/* [disabled]margin-right: 0px; */
	margin-bottom: 20px;
	/* [disabled]margin-left: 0px; */
}
a:link ,a:visited{
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 675px;
	margin-top: 24px;
	text-align: right;
	background-repeat: no-repeat;
	vertical-align: top;
	background-image: url(images/logo.png);
	margin-bottom: 0px;
	position: relative;
}
#header img {
	float: left;
}
#header ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#header ul li{
	display: inline;
}
#header ul li a:link , #header li a:visited{
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	font-weight: normal;
	color: #ccc;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 200%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#header ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}
#header ul li a.current, #header ul li a.current:hover , #header ul li a.current:active {
	background-color: #333;
	color: #fff;
}
#header li a.holder {
}
#contentNav ul{
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contentNav ul li{
	display: inline;
}
#contentNav ul li a {
	display: inline;
	text-decoration: none;
	color: #999;
	padding-top: 0.5em;
	padding-right: 0.4em;
	padding-bottom: 0.5em;
	padding-left: 0.4em;
	font-size: 0.9em;
}
#contentNav ul li a:hover {
	color: #FFF;
}
#contentNav .pageNavActive  {
	color: #FFF;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.centerTable {
	margin-right: auto;
	margin-left: auto;
}
.imgBorder {
	border: 2px solid #333;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textBlock {
	text-align: left;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

