/* CSS Document */

body,html
{
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a, a:link, a:active, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
#holder
{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 970px;
	height: 880px;
	margin-left: -478px;
	margin-top: 0px;
	z-index: 10;
	overflow: hidden;
}
/*
 * Navigation
 */
#topnavigation
{
	z-index: 50;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 33px;
	top: 25px;
	width: 550px;
	height: auto;
}
ul.topnaventrylist{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.topnaventrylist li{
	padding: 0px;
	float: left;
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.topnaventrylist li.topnaventry{

}
p.navspacer
{
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	visibility: visible;	
}
p.navbotspacer
{
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	visibility: visible;
}
#bottomnavigation a, #bottomnavigation a:link, #bottomnavigation a:visited, #bottomnavigation a:active
{
	text-decoration: none;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
}
#bottomnavigation a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}
/*
 * Header
 */
div.headerspacer
{
	padding-bottom: 10px;
}
/*
 * Page Elements
 */
p.linespacer
{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;	
}
/*
 * HTML Elements
 */
h1
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h2
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin-top: -4px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
div.pageline
{
	width: 95%;
	height: auto;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
div.pagelineswf{
	width: 95%;
	height: auto;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
div.image_container a img{
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}