html, body {
margin: 0;
padding: 0;
height: 100%;
background: #1f1f1f;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
margin: 0 0 .75em 0;
}
h1, h2, h3, h4, h5, h6, p {
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida", Arial, Geneva, sans-serif;
color: #f60;
}

table {
border-collapse: collapse;
}
	table td {
	vertical-align: top;
	}
		table td p {
		margin: 0;
		}
img {
border: none;
}
#maincontainer {
position: absolute;
top: 50%; /*TO VERTICAL-ALIGN MIDDLE*/
left: 0;
width: 100%;
height: 446px;
margin-top: -255px; /*TO VERTICAL-ALIGN MIDDLE*/
}
div#container {
position: relative;
width: 900px;
height: 446px;
margin: 0 auto 0 auto;
padding: 64px 0 0 20px;
background-color: #3f3f3f;
}
div#content {
float: left;
width: 212px;
height: 360px;
padding: 18px 10px;
margin: 0;
font-size: 11px;
color: black;
line-height: 150%;
background-color: white;
overflow: hidden;
}
	div#content h1 {
	font-size: 18px;
	font-weight: normal;
	}
	div#content h2 {
	font-size: 14px;
	}
	div#content h3 {
	font-size: 12px;
	}
	div#content h4 {
	font-size: 11px;
	}
	div#content p {
	margin-bottom: 10px;
	}
	div#content a {
	color: #f60;
	text-decoration: none;
	}
		div#content a:hover {
		text-decoration: underline;
		}
	div#content ul {
	margin: 5px 0 5px 0 !important;
	margin: 5px 0 5px 20px;
	padding-left: 20px !important;
	padding-left: 0;
	}
		div#content ul ul,
		div#content li li {
		list-style-type: square;
		}
		div#content ul ul ul,
		div#content li li li {
		list-style-type: circle;
		}
div#contentright {
float: left;
width: 648px;
height: 396px;
margin: 0;
padding: 0;
font-size: 11px;
color: black;
line-height: 150%;
background: black;
}
	div#contentright div.slideshowcontainer {
	width: 648px;
	height: 396px;
	}

div.clearfloat{
clear: both;
height: 0;
overflow: hidden;
line-height: 0;
}
div#topbar {
position: absolute;
top: 0;
left: 0;
width: 920px;
height: 44px;
background-color: #1f1f1f;
z-index: 0;
}
	div#logo {
	width: 252px;
	height: 44px;
	background-image: url("../img/logo.gif");
	background-repeat: no-repeat;
	text-indent: -999px;
	}
		div#logo a { 
		display: block;
		width: 252px;
		height: 44px;
		font-size: 0;
		line-height: 0;
		text-decoration: none;
		}

/*START OF QUICKMENU*/
div#quickmenu {
height: 30px;
margin: 0;
padding: 0 0 0 20px;
}

/*A*/
div#quickmenu ul li a {
display: block;
width: auto !important;
width: 25px;
min-width: 25px;
height: 15px;
margin: 0 20px 0 0;
padding: 15px 3px 0 0;
font-size: 11px;
line-height: 100%;
color: #a5a5a5;
text-decoration: none;
white-space: nowrap;
}
	div#quickmenu ul li a:hover {
	text-decoration: underline;
	}

/*LI*/
div#quickmenu ul li {
float: left;
width: auto !important;
width: 25px;
min-width: 25px;
height: 30px;
margin: 0;
padding: 0;
}

/*UL*/
div#quickmenu ul {
list-style: none;
height: 30px;
margin: 0;
padding: 0;
}
/*END OF QUICKMENU*/

div#footer {
position: absolute;
bottom: 0;
left: 0;
width: 920px;
height: 30px;
background-color: #1f1f1f;
z-index: 0;
}
ul#sitemap {
margin: 0;
padding: 0;
list-style: none;
}
	ul#sitemap li {
	margin: 15px 0 0 10px;
	padding: 5px;
	border-top: 1px solid #CEE845;
	list-style: none;
	}
		ul#sitemap li ul li {
		margin: 5px 0 0 0;
		padding: 0;
		border-top: 0;
		}
		ul#sitemap li a {
		font-size: 14px;
		font-weight: bold;
		color: #006699;
		text-decoration: none;
		}
		ul#sitemap li a:hover {
		color: #004161;
		text-decoration: underline;
		}
			ul#sitemap li ul li a {
			padding-left: 10px;
			font-size: 12px;
			font-weight: normal;
			color: #006699;
			text-decoration: none;
			background: url("../img/bullet_mainmenu.gif") no-repeat left 4px;
			}
