/* Global Styles */

body {
	margin:0px;
	background: #FFFFFF;
	line-height:20px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}
td {
	font:11px arial;
	color: #FFFFFF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #660000;
	text-decoration:none;
	}
	
a:hover {
	color: #666666;
	text-decoration: underline;
	}
	

	
/* ID Styles */

#navigation a {
	font:11px "century gothic";
	color:#FFFFFF;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	text-align: center;
	color: #660000;
	text-decoration: none;
	display:block;
	padding:10px;
	border: 1pt solid #000033;
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt solid;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

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

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

/* Class Styles */

.bodyText {
	font:11px "century gothic";
	color:#FFFFFF;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	text-align: center;
	}
	
.pageName{
	font:22px georgia;
	color: #CC6666;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CC6666;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px "century gothic";
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	text-align: center;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#FFFFFF;
	}
.twoColFixLt #container { 
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; 
	width: 200px;
	padding: 15px 10px 15px 20px;
	background:#999999;
	font: 12px "Century Gothic";
	text-align: center;
	color:#FFFFFF;
	line-height: 20px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px;
	font:11px "century gothic";
	color:#000000;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	text-align: center;
	padding: 0 20px 20px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	

	