/* Global Styles */

body {
	margin:0px;
	background-color:#f6c986;
	}

table {
	padding: 0px;
	border: medium none;
	}

td {
	font:12px arial;
	}

hr {
	height:1px; 
	border: none;
	}
	
a {
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid #CC6600;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#CC6600;
	border: 1pt dotted #CC6600;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}

#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#CC3300;
	font:11px georgia;
	color: #CC3300;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:12px arial;
	color:#000000;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}

.MainContentFormat {
	font: 12px arial;
	color:#000000;
	}
	
.pageName{
	font:22px georgia;
	line-height:20px;
	color: #CC3300;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:12px arial;
	color:#000000;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#000000;
	}

.menubar {
	background-color:#cc6600;
	}

img.spacer {
	width: 1px;
	height: 1px;
	border: none;
	}

.sidemenuHeight {
	height: 40px;
	}

.sidemenuWidth {
	width: 175px;
	}

td.maincontent {
	width: 633px;
	padding-left: 10px;
	padding-top: 10px;
	text-align:justify;
	margin-left:10px;
	font: 14px arial;
	font-color: #000000;
	}
		
hr.divider {
	height:6px;
	border: none;
	color:#cc6600;
	}