:focus {-moz-outline: none; /* fx 1.07*/ outline:none /* fx 1.05,
Safari, Mac IE*/} 

a {
color:#006600;
text-decoration:none;
}

#container_girlback {
	background: none;
	background-repeat:no-repeat;
}

.twoColElsLtHdr #sidebar1 {
	float: left;
	height: auto;
	margin: 0px 0px 5px 0;
	width: 9.5em; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div */
	border-color: #DE5214;
	border-style: solid solid solid none;
	border-width: 2px;
	/*background-image: url(leftside_green.png);*/
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: top left;
}

.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	/* the left and right margin should be given to every element that will be placed in the side columns */
	margin: 0;
	padding: 0;
	border: 0;
}

#sideHeader {
	background-color:#DE5214;
	padding: 5px 5px 7px 10px;
	margin: 0;
	color:#FFFFFF;
	font-size: 18px;
}

.sideMenulist {
	list-style:none;
	padding: 0;
	margin: 0;
	background-color:#FFFF;
}
	
.sideMenulist li {
	display:block;
	padding: 0;
	margin: 0;
}

.sideMenulist li a {
	display:block;
	height:1.5em;
	text-decoration:none;
	background:url(bass/sidemenuchoice_img.png) left top;
	text-decoration:none;
	color:#339933;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 3px 10px 3px 10px;
	margin: 0;
}

.sideMenulist li a:hover {
	background:url(bass/sidemenuchoice_img.png) left center;
	color:#006600;
}

.sideMenulist li a.sideMenu, .tabs li a.sideMenu:hover {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:url(bass/sidemenuchoice_img.png) left bottom; 
	color:#FFFFFF;
	cursor:default;
}

.subcontent {display:none; padding: 0; margin: 0;}

/* #Astart { display:block; }*/

.twoColElsLtHdr #mainContent {
	float: left;
	width: 25em;
	height:auto;
	margin: 0px 0 5px 0;
	padding: 0px 15px 0 15px;
	border-style: none;
	border-width: 5px 5px 5px 2px;
	border-color:#DE5214;
	background-image: url(content_bg.png);
	background-repeat: no-repeat;
	background-position:top left;
	background-color: #FFFFFF;
	color: #CC3300;
}


.twoColElsLtHdr #mainContent h1 {
	color:#FFFFFF;
	padding: 20px 0 10px 0;
	margin: 0;
	font-family: "25px Arial", Helvetica, sans-serif;
	letter-spacing: -2px;
	font-weight: 800;
}
	
.twoColElsLtHdr #FloatBox {
	float: left;
	width: 12em;
	margin: 0px 0 0px 15px;
	border-style: solid;
	border-width: 2px;
	border-color: #339933;
	padding: 0 0 10px 0;
	background: url(quote_bg.png) top right;
}

#FloatHeader {
	background-color:#339933;
	color:#FFFFFF;
	padding: 3px 0 3px 5px;
	margin: 0 0 5px 0;
}

#QuoteText {
	font: 15px Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 0 10px 0 10px;
	color: #006600;
}

#quote_author {
	font: 12px, Arial, Helvetica, sans-serif;
	font-style:oblique;
}

.twoColElsLtHdr #footer {
	background-color:#CCFFAA;
	margin-top: 0px;
	padding: 0px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 10px;
} 
.twoColElsLtHdr #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 */
}

/* Miscellaneous classes for reuse */
.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;
}

/* [if IE]>
<style type="text/css"> 
place css fixes for all versions of IE in this conditional comment 
.twoColElsLtHdr #sidebar1 { padding-top: 30px; }
.twoColElsLtHdr #mainContent { zoom: 1; padding-top: 15px; }
the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs 
</style> */

	

	
