body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: center;
}
#page {
	margin: 0 auto;
	max-width: 1000px;
	min-width: 800px;
}
* html #page { 
   width: expression( document.body.clientWidth > 999 ? "1000px" : "760px" ); /* sets max-width for IE */
   max-width: 1000px; /* this sets the max-width value for all standards-compliant browsers */
   min-width: 760px; /* sets min-width value for all standards-compliant browsers */
}
* html #pagex { 
   width: expression( document.body.clientWidth < 801 ? "760px" : "auto" ); /* set min-width for IE */
   min-width: 760px; /* sets min-width value for all standards-compliant browsers */
}
#wrapper {
	margin-top: 25px;
	width: 1000px;
	width: 100%;
	border: 1px solid #fff;
	background-color:#323232;
	background-color:#000;
	/* Fix IE5 */
	text-align: left;
}
* html #wrapper2 {
	width: 1002px;
	w\idth: 1000px;
}

#banner {
	position: relative;
	width: 100%;
	height: 120px;
	background: #000;
	/*background: #000 url(images/bannerbg.jpg) top left repeat-x;*/
}
* html #banner {
	height: 120px;
	h\eight: 120px;
}
#logo {
	float: left;
	width: 179px;
	height: 120px;
	border: 0;
	background: #fff;
}
#logo img {
	border: 0;
	/*padding-right: 20px;*/
	/*padding-bottom: 10px;*/
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-bottom: 2px;
}
#ema {
	text-align:right;
	margin-right: 5px;
	font-weight:bold;
	font-size: 0.9em;
	color: #ccc;
}
#ema p {
	padding: 0;
	margin: 0;
}
#nav {
	position: absolute;
	bottom: 0px;
	left: 200px;
}
#nav ul {
	/*float: left;*/
	list-style: none;
	margin: 0;
	padding-right: 8px;
}
#nav li {
	float: left;
	font-size:0.9em;
	margin: 0;
	margin-right: 6px;
	padding: 0;
	background:url(../images/tab_right.jpg) top right no-repeat;
}
#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 6px 10px;
	color: #ccc;
	text-decoration: none;
	border: 0;
	background: url(../images/tab_left.jpg) top left no-repeat;
}
#nav a:hover {
	color: #fff;
}
#content {
	clear: both;
	border-top: 2px solid #fff;
	font-size: 0.9em;
}
#left-col {
	float: left;
	width: 158px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px dashed #fff;
	/*background:url(images/leftcol_bg.jpg) top left repeat-y;*/
	background: #000;
}
* html #left-col {
	width: 179px;
	w\idth: 158px;
}
#left-col p {
	font-size: 0.75em;
}
#left-col p.title {
	font-size: 1.1em;
	text-align:center;
	font-weight:bold;
}
#content a {
	color: #ff0000;
	color: #999;
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
}
#content a:hover {
	color: #fff;
}
#main {
	margin-left: 190px;
	margin-right: 10px;
	/*this seems to be a fix for ie6*/
	padding-bottom: 1px;
}
H1 {
	font-size: 1.1em;
}
h1 {
	font-size: 1.1em;
	background: url(../images/line800.jpg) bottom left no-repeat;
	padding-bottom: 2px;
}
H2 {
	font-size: 1.1em;
	padding-top: 10px;
	background: url(../images/line800.jpg) bottom left no-repeat;
	padding-bottom: 2px;
}

#footer {
	clear: both;
	width: 100%;
	background-color:#fff;
}
#footer ul {
	list-style: none;
	width: 96%;
	margin: 0 auto;
	padding: 5px;
	padding-right: 0;
	padding-left: 0px;
}
#footer li {
	display: inline;
}
#footer li img {
	margin: 0;
	margin-right: -3px;
	margin-right: 10px;
	margin-right: 1%;
	padding: 0;
	border: 0;
}
br.clear {
	clear: both;
}
.it {
	font-style:italic;
}
.bld {
	font-weight: bold;
}