@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding-top: 0px;
	font-size: 14px;
	background-color: #4c4c4c;
	background-image: url('Images/Background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: serif;
	color: #000000;
	height: 100%;
	min-height: 100%;
}

p
{
	white-space: pre-wrap;
	color: #000000;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}pre{	color: #000000;	background-color: #ffffff;	overflow: auto;	height: 150px; 	width: 100%;	font-size: 12px;}

strong
{
	color: #000000;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}

blockquote
{
	white-space: pre;
	color: #000000;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}

small
{
	color: #151515;
	font-size: 10px;
	padding: 0px 0px 8px 0px;
}

a
{
	color: #b72e2e;
	text-decoration: none;

	padding: 0px 0px 0px 0px;
	margin: 0px;
}

a:hover
{
	text-decoration: underline overline;
}

h1
{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	top: 0px;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px;
}

ul
{
	list-style-image: url('Images/ListArrowMarker.png');
	margin: 0px;
	padding: 0px;
}	

li
{
	margin: 0px 0px 0px 16px;	color: #000000;
	padding: 0px;
}

#WrapperTop
{
	background-image: url('Images/ContentStripeTop.png');
	background-repeat: no-repeat;
	margin: 32px auto 0px;
	width: 896px;
	height: 24px;
}

#Wrapper
{
	background-image: url('Images/ContentStripeBackground.png');
	background-repeat: repeat-y;
	margin: auto;
	width: 896px;
}

#WrapperBottom
{
	background-image: url('Images/ContentStripeBottom.png');
	background-repeat: no-repeat;
	margin: 0px auto 32px;
	width: 896px;
	height: 24px;
}

#InsideWrapper
{
	width: 848px;
	height: 100%;
	margin: auto;
}

#HideHitCounter
{
	position:fixed;
	Display: block;
	height: 0px;
	width: 0px;
	top: 500000000000px;
	width:500000000000px;
}

/* Header */
#Header
{
	background-image: url('Images/Header.png');
	background-color: #3e3e3e;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	height: 160px;
	width: 848px;
	position: relative;
	margin: 0px auto 0px;
}

#Menu
{
	background-image: url('Images/NavBackground.png');
	font-size: 13px;
	height: 48px;
	width: 100%;
	margin: 0px auto 8px;
	position: relative;
}

#Menu ul
{
	padding-top: 6px;
	padding-left: 8px;
	
	list-style-type: none;
	list-style-image: none;
}

#Menu li
{
	background: url('Images/NavButton.png');
	background-repeat: no-repeat;
	float: left;
	width: 114px;
	height: 34px;
	text-align: center;
	padding: 0px 8px 0px 0px;
	margin: 0px;
}

#Menu li a
{
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 114px;
	height: 34px;
	float: left;
	padding-top: 8px;
}

#Menu li a:hover, #Menu li .on
{
	background: url('Images/NavButtonHover.png');
	background-repeat: no-repeat;
	float: left;
	width: 114px;
	height: 34px;
	text-decoration: none;
}

#Menu li#RightAlign {
	float: right; /* <- make last float to right */
}

/* Footer */
#Footer
{
	background-image: url('Images/FooterBackground.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 40px;
	position: relative;
	margin: auto;
	font-size: 13px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	clear: left;
}

#Footer ul
{
	padding-right: 8px;
	list-style-type: none;
	margin: auto;
	list-style-image: none;
}

#Footer li
{
	float: right;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 13.5px;
	font-weight: normal;
}

#Footer li a
{
	color: #000000;
	text-align: center;
	text-decoration: none;
	float: right;
	font-weight: bold;
}

#Footer li a:hover, #Footer li .on
{
	text-decoration: overline underline;
	color: #b72e2e;
}

#Footer li#LeftAlign {
	float: left;
}

/* FULL CONTENT BOX */
#FullContentBoxTop
{
	background-image: url('Images/FullContentBoxTop.png');
	background-repeat: no-repeat;
	width: 832px;
	height: 8px;
	position: relative;
	
	margin: auto;
	
	clear: left;
}

#FullContentBoxBG
{
	background-color: Transparent;
	background-image: url('Images/FullContentBoxBG.png');
	background-repeat: repeat-y;
	background-position: left top; 
	width: 832px;
	position: relative;
	

	padding-left: 8px;
	padding-right: 8px;
	margin-left: 8px;
	
	clear: left;
}

#FullContentBoxBottom
{
	background-image: url('Images/FullContentBoxBottom.png');
	background-repeat: no-repeat;
	width: 832px;
	height: 8px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 8px;	
	clear: left;
	margin: auto;
}

#FullContentBoxTopNoBorder
{
	background-color: transparant;
	background-repeat: no-repeat;
	width: 832px;
	height: 8px;
	position: relative;
	
	margin: auto;	
	clear: left;
}

#FullContentBoxBGNoBorder
{
	background-color: transparant;
	background-repeat: repeat-y;
	background-position: left top; 
	width: 832px;
	position: relative;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 8px;
	clear: left;
}

#FullContentBoxBottomNoBorder
{
	background-color: transparant;
	background-repeat: no-repeat;
	width: 832px;
	height: 8px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 8px;
	margin: auto;	
	clear: left;
}

/* Content BOX */
#ContentBoxTop
{
	background-image: url('Images/ContentBoxTop.png');
	background-repeat: no-repeat;
	width: 600px;
	height: 8px;
	position: relative;
	
	padding-top: 0px;
	padding-bottom: 0px;
	
	float: left;
	left: 8px;
}

#ContentBoxBG
{
	background-color: Transparent;
	background-image: url('Images/ContentBoxBG.png');
	background-repeat: repeat-y;
	background-position: left top; 
	width: 600px;
	position: relative;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	
	float: left;
	left: 8px;
}
#ContentBoxBottom
{
	background-image: url('Images/ContentBoxBottom.png');
	background-repeat: no-repeat;
	width: 600px;
	height: 8px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 8px;
	
	float: left;
	left: 8px;
}

#ContentBoxTopNoBorder
{
	background-color: transparant;
	background-repeat: no-repeat;
	width: 600px;
	height: 8px;
	position: relative;
	
	padding-top: 0px;
	padding-bottom: 0px;
	
	float: left;
	left: 8px;
}

#ContentBoxBGNoBorder
{
	background-color: transparant;
	background-repeat: repeat-y;
	background-position: left top; 
	width: 600px;
	position: relative;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	
	float: left;
	left: 8px;
}

#ContentBoxBottomNoBorder
{
	background-color: transparant;
	background-repeat: no-repeat;
	width: 600px;
	height: 8px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 8px;
	
	float: left;
	left: 8px;
}

/* SIDEBAR */
#SidebarTop
{
	background-image: url('Images/SidebarTop.png');
	background-repeat: no-repeat;
	width: 216px;
	height: 8px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 624px;
}

#Sidebar
{
	background-color: Transparent;
	background-image: url('Images/SidebarBG.png');
	background-repeat: repeat-y;
	background-position: left top; 
	width: 216px;
	position: relative;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	
	margin-left: 624px;
}

#Sidebar p, #Sidebar a
{
	font-size: 10px;
}


#SidebarBottom
{
	background-image: url('Images/SidebarBottom.png');
	background-repeat: no-repeat;
	width: 216px;
	height: 8px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 8px;
	margin-left: 624px;
}

#SidebarTopNoBorder
{
	background-color: transparant;
	width: 216px;
	height: 8px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 624px;
}

#SidebarNoBorder
{
	background-color: transparant;
	background-position: left top; 
	width: 216px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 624px;
}

#SidebarBottomNoBorder
{
	background-color: transparant;
	width: 216px;
	height: 8px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 8px;
	margin-left: 624px;
}