/* Start Body */
body {
	height: 100% auto;
	margin: 0;
	padding-top: 0px; 
	padding-bottom: 0px; 
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	}

body#background {
	background: #151313;
	}
/* End Body */

/* Start Header */
#header {
	margin: 0; 
	height: 65px; 
	width: 968px;
	background-color: #ffffff; 
	}

.headerimg {
	margin: 0;
	background: #FFFFFF;
	height: 65px; 
	width: 968px;
	}
/* End Header */

/* Start Top Navigation */
#menu { 
	background: #083851 url('images/navigation_bg.png') repeat-x; 
	font-size: 12px; 
	font-weight: bold; 
	height: 32px; 
	letter-spacing: 0.02em; 
	position: relative; 
	width: 100%; 
	clear: both; 
	margin-bottom:6px; 
	}

#menu ul { 
	list-style: none; 
	margin: 0px; 
	width: 968px;
	}

#menu ul li { 
	float: left;  
	}

#menu ul li span a { 
	background: url('images/navigation_sep.png') no-repeat; 
	background-position: right center;  
	text-decoration: none; 
	display: block; 
	float: left; 
	padding: 8px 20px 6px 20px; 
	}

#menu ul li a { 
	color: #ffffff;  
	text-decoration: none; 
	display: block; 
	float: left; 
	}

#menu ul li a:hover { 
	color: #ffffff;  
	text-decoration: underline; 
	display: block; 
	float: left; 
	}
/* End Top Navigation */

/* Start Main Page */
#page {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #575757;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #575757;
	background-color: #ffffff;
	height: 100% auto;      
	margin: 0px;
	padding: 6px;
	width: 968px;
	}
/* End Main Page */

/* Start Content Area */
#content {   
	margin-top: 6px;
	margin-left: 15px;
	width: 574px;
	background-color: #ffffff;
	text-align: left; 
	border-width: 0px;
	border-style: solid;
	border-color: #cacaca; 
	}
 
.narrowcolumn {
	width: 574px;
	float: left;
	}

#content h1 { 
	padding: 10px; 
	color: #FBF6F6;
	font-size: 12px;
	display: block; 
	background: url('images/h1bg.png') no-repeat;
	background-color: #083851; 
	height: 22px; 
	width: 572px;
	}
/* End Content Area */

/* Start Next Page Navigation */
#navigation {
	width: 580px; 
	padding-top: 10px; 

	}

#navigation ul {
	font-size: 12px;  
	list-style-type: none; 
	float: right; 
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #000000;
	}

#navigation li { 
	display: inline; 
	text-decoration: none;
	margin-left: 0px;
	background: #0B5503 url('images/navigation_bg.png') repeat-x; 
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #000000;
	float: left; 
	}

#navigation li a {  
	color: #ffffff;
	padding: 4px 6px 4px 6px; 
	font-size: 9pt;
	text-decoration: underline;
	display: block;
	float: left; 
	}

#navigation li strong {  
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	color: #0000FF;
	padding: 4px 6px 4px 6px; 
	font-size: 9pt;
	text-decoration: none;
	background-color: #efefef;
	display: block;
	float: left; 
	}

#navigation li a:hover {  
	color: #ffffff;
	font-size: 9pt;
	text-decoration: underline;
	background-color: #000000;
	display: block;
	float: left;
	}
/* End Next Page Navigation */

/* Start Generic Sidebar Information */
.sidebarbg { 
	background-color: #ffffff;
	} 

#selected {   
	background: url('images/selected.png') no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	background-color: #ffffff;
	padding: 3px; 
	display: block;   
	color: #333333;
	padding-right: 10px; 
	padding-left: 19px; 
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	display: block;  
	text-decoration: none; 
	} 
/* End Generic Sidebar Information */

/* Start Sidebar Left */
#sidebar {
	margin-top: 13px;
	float: left;
	width: 175px;
	background-color: #ffffff;
   	text-align: left;
	}

#sidebar h2 {
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-transform: none;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	display: block;  
	text-decoration: none; 
	height: 17px;
	background: url('images/h2bg.png') no-repeat;
	background-color: #083851; 
	} 

#sidebar ul {  
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px; 
	padding-bottom: 0px; 
	} 

#sidebar ul li { 
	display: block;
	} 

#sidebar ul li a { 
	background: url('images/sidebarn.png') no-repeat;
	background-color: #ffffff; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 3px; 
	margin: 0px; 
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 25px; 
	text-decoration: none; 
	} 

#sidebar ul li a:hover { 
	background: url('images/sidebarn.png') no-repeat;
	background-color: #FFFFFF; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;	
	padding: 3px; 
	margin: 0px; 
	color: #0000FF;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 25px; 
	text-decoration: none; 
	} 
/* End Sidebar Left */

/* Start Sidebar Right */
#sidebarright {
	margin-top: 13px;
	float: right;
	width: 175px;
	background-color: #ffffff;
   	text-align: left;
	}

#sidebarright h2 {
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-transform: none;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	display: block;  
	text-decoration: none; 
	height: 17px;
	background: url('images/h2bg.png') no-repeat;
	background-color: #083851; 
	} 

#sidebarright ul {  
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px; 
	padding-bottom: 0px; 
	} 

#sidebarright ul li { 
	display: block;
	} 

#sidebarright ul li a { 
	background: url('images/sidebarn.png') no-repeat;
	background-color: #ffffff; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 3px; 
	margin: 0px; 
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 25px; 
	text-decoration: none; 
	} 

#sidebarright ul li a:hover { 
	background: url('images/sidebarn.png') no-repeat;
	background-color: #FFFFFF; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;	
	padding: 3px; 
	margin: 0px; 
	color: #0000FF;
	font-family: Arial;
	font-size: 12px;
	display: block; 
	padding-right: 10px; 
	padding-left: 25px; 
	text-decoration: none; 
	} 
/* End Sidebar Right */

/* Start Footer */
#footer { 
	background-color: #ffffff;
	font-weight: bold;
	height: 30px; 
	position: relative; 
	width: 968px; 
	margin-top:0px; 
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cacaca; 
	}
	
#footer a {
	color: #00000c;
	text-decoration:underline;
	}

#footer a:hover {
	color: #00000c;
	text-decoration:underline;
	}

#footer p {
	width: 100%;
	font:1.1em Arial, Helvetica, Sans-serif;
	padding-top: 0px;
	text-align: center;
	color: #666666;
	}
/* End Footer */

/* Start Miscellaneous */
h1#title, h1#title a, h1#title a:hover{
	font-size: 12px;
	font-weight: bold;
	padding: 12px 10px 10px 12px;

	text-align: left;
	text-decoration: none;
	color: #000666;
	}

a {
	color: #333333;
	}

h1 {
	padding-top: 0;
	margin: 0;
	}

h2 {
	padding-top: 0;
	margin: 0;
	font-size: 1.1em;
	}

h3 {
	font-weight: none;
	padding-top: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 1.1em;
	}

hr {
	background-color: ffffff;	
	}

* {
	margin:0;
	padding:0;
	}
/* End Miscellaneous */