@charset "UTF-8";
/* CSS Document */
body  {
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
}

.twoColElsLtHdr #container {
	width: 920px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #FFFFFF;
	height: auto;
	background-color: #380904;
	font-style: italic;
	font-variant: normal;
} 
.twoColElsLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 202px;
	background-color: #000000;
	background-image: url(../images/header.png);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}

.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 17.4em;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: auto;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColElsLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 245px;
	height: auto;
	background-color: #380904;
} 
.twoColElsLtHdr #footer {
	margin: 0;
	height: 15px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	clear: both;
} 
.twoColElsLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}


.fltrt { 
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-size: 16px;
	color: #663399;
	line-height: 20px;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
	background-color: #666666;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	border: 1px solid #99CC33;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
	
}
smalllink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
}
.smalllink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
}
.smalllink:hover {
	text-decoration: none;
	color: #333333
	font-size: 9px;
}
.smalllink:active {
	text-decoration: none;
	color: #333333
	font-size: 9px;	
}
