@charset "UTF-8";
body  {
	background: #666666;
	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: #5c5c5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/ab_bg.jpg);
	background-repeat: repeat-x;
}



h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 5px;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 5px 8px;
	font-size: 16px;
	color: #4e433b;
	font-weight: normal;	
	/*border: 1px solid #ffffff;*/
	/*color: #5c4a32;
	border-bottom: 1px solid #6f5e45;*/	

}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 2px 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #411c09;
	text-align: left;
	/*background-image: url(../images/ultra_violet_rays2.jpg);*/
	/*line-height:18px;*/
	background-repeat: repeat-x;
	background-position: bottom;
}



h4 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 2px 8px;
	font-size: 14px;
	color: #333333;
	font-weight: normal;	
	/*border: 1px solid #ffffff;*/
	/*color: #5c4a32;
	border-bottom: 1px solid #6f5e45;*/	

}

p {
	margin: 0px 0px 0px 0px;
	padding: 2px 12px 8px 12px;
	line-height: 150%;
}

/********************* List Styles *********************/

ul {
	
	/*list-style: disc url(../images/bullet.gif) inside;*/
	
	/*text-indent: -1em;*/
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 0px 20px;
}
	
ul li {
	/*background-position: 10px 5px 0px 5px;*/
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	font-size: 11px;
	background-position:0 5px;	
}
	
ul ul{
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
ul ul li{
	padding: 2px 2px 5px 12px;
	background:none;
	font-size: 11px;	
}



/********************* Link Styles *********************/


a {
	text-decoration: none;
	color: #5b0b00;
	font-weight: bold;	
}

a:link {
	text-decoration: none;
	color: #5b0b00;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #5b0b00;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #5b0b00;
	font-weight: bold;
}

a:active {
}


/********************* Build Styles *********************/



.twoColFixLtHdr #container { 
	/*width: 860px;   using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 960px;
	background: #ffffff;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 4px solid #77736c;
	border-right: 1px solid #4e433b;
	border-bottom: 1px solid #4e433b;
	border-left: 1px solid #4e433b;
}
	
.twoColFixLtHdr #contentHolder {
	border-top: 1px solid #97352b;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
	clear: both;	
}

.twoColFixLtHdr #utils {
	margin: 10px 10px 4px 0px;
	padding: 4px 4px 4px 4px;
	color: #4e433b;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	text-align: right;
	background: #ffffff;
	float: right;
	}

.twoColFixLtHdr #header { 
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #mainMenu {
	background-color: #e5e5e5;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-bottom: 10px solid #ffffff;
}

.twoColFixLtHdr #mainMenu a {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid #1b1b1b;
}

.twoColFixLtHdr #mainMenu a:link {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid #1b1b1b;
}

.twoColFixLtHdr #mainMenu a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid #1b1b1b;
}

.twoColFixLtHdr #mainMenu a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid #1b1b1b;
	background-color: #f9c232;
}

.twoColFixLtHdr #mainMenu a:active {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid #1b1b1b;
	background-color: #f9c232;
}

.twoColFixLtHdr #contentHolder {
	background: #e2e4df;
	padding: 0px 0px 0px 0px;
	margin: 0px 4px 4px 4px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	/*width: 190px;  the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 215px;
	margin: 10px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	font-size: 11px;	
}

.twoColFixLtHdr #sidebar1 h3{
	background-image: url(../images/side_h3_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	/*background-color: #66584d;*/
	background-color: #53453c;
	color: #FFFFFF;
}

.twoColFixLtHdr #sidebar1 a {
	text-decoration: none;
	color: #4e433b;
	font-weight: bold;	
}

.twoColFixLtHdr #sidebar1 a:link {
	text-decoration: none;
	color: #4e433b;
	font-weight: bold;
}

.twoColFixLtHdr #sidebar1 a:visited {
	text-decoration: none;
	color: #4e433b;
	font-weight: bold;
}

.twoColFixLtHdr #sidebar1 a:hover {
	text-decoration: underline;
	color: #30538f;
	font-weight: bold;
}

.twoColFixLtHdr #sidebar1 ul {
	margin: 10px 0px 10px 0px;
	/*list-style: disc url(../images/bullet.gif) inside;*/
	padding: 0px 0px 0px 10px;
	/*text-indent: -1em;*/
	list-style-type:none;
	}
	
.twoColFixLtHdr #sidebar1 ul li {
	padding: 5px 0px 5px 15px;
    background:transparent url(../images/bullet.jpg) no-repeat;
    background-position:0 5px;
	border-bottom: 1px dashed #cccccc;
}
	
.twoColFixLtHdr #sidebar1 ul ul{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
.twoColFixLtHdr #sidebar1 ul ul li{
	padding: 5px 2px 5px 12px;
	background:none;
}


.twoColFixLtHdr #mainContent { 
	/*margin: 0px 0px 0px 200px;  the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin: 0px 0px 0px 225px;
	padding: 10px 10px 10px 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #mainContent h1{ 
	border-bottom: 1px solid #d6d2c7;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#77736c;
	font-size: 10px;
	color: #403730;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.abc {
	font-weight: bold;	
}

.byLine {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 8px;
	font-size: 10px;
	color: #333333;
	font-weight: normal;	
	/*border: 1px solid #ffffff;*/
	/*color: #5c4a32;
	border-bottom: 1px solid #6f5e45;*/	

}


.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;
}