@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: #666666;
	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 0px 5px;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

/************ h2 and h3 are switched in order - my bad ********/
h3 {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 5px 8px;
	font-size: 16px;
	color: #855f38;
	font-weight: normal;	
	/*border: 1px solid #ffffff;*/
	/*color: #5c4a32;
	border-bottom: 1px solid #6f5e45;*/	

}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 2px 8px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	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;	
}
	
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;
}


/********************* Build Styles *********************/




.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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;
}

.twoColFixRtHdr #contentHolder {
	border-top: 1px solid #97352b;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
	clear: both;	
}

.twoColFixRtHdr #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;
	}

.twoColFixRtHdr #header { 
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
} 
.twoColFixRtHdr #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 */
}

.twoColFixRtHdr #mainMenu {
	background-color: #e5e5e5;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-bottom: 10px solid #ffffff;
}

.twoColFixRtHdr #mainMenu a {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid #1b1b1b;
}

.twoColFixRtHdr #mainMenu a:link {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid #1b1b1b;
}

.twoColFixRtHdr #mainMenu a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid #1b1b1b;
}

.twoColFixRtHdr #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;
}

.twoColFixRtHdr #contentHolder {
	background: #e2e4df;
	padding: 0px 0px 0px 0px;
	margin: 0px 4px 4px 4px;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 360px; /* 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 */
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.twoColFixRtHdr #blueBox {
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	background: #002b75;
	color: #aebed9;	
}
.twoColFixRtHdr #blueBox h3{
	color: #e2e4df;
	font-size: 14px;
	font-weight: bold;	
}
.twoColFixRtHdr #blueBox img{
	padding: 0px 5px 5px 0px;
}

.twoColFixRtHdr #pinkBox {
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	background: #c2004e;
	color: #fefefe;	
}
.twoColFixRtHdr #pinkBox h3{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.twoColFixRtHdr #pinkBox img{
	padding: 0px 5px 5px 0px;
}

.twoColFixRtHdr #yellowBox {
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	background: #f1b344;
	color: #4e433b;	
}
.twoColFixRtHdr #yellowBox h3{
	color: #4e433b;
	font-size: 14px;
	font-weight: bold;
}
.twoColFixRtHdr #yellowBox img{
	padding: 0px 5px 5px 0px;
}

.twoColFixRtHdr #mainContent {
	margin: 0px 380px 0px 0px; /* 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. */
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

.twoColFixRtHdr #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;
} 
.twoColFixRtHdr #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;	
}


.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;
}