@charset "utf-8";

/* CSS Document */





body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	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: #433934;

	background-color: #FFFFFF;

}

.twoColFixLtHdr #container {

	width: 995px;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	/*border: 1px solid #000000;*/

	text-align: left; /* this overrides the text-align: center on the body element. */

	border-right-style: solid;

	border-right-color: 625545;

	background: url(images/MainBKG.gif);

	/*background: url(images/MainBKG.gif) repeat-x;*/

} 

.twoColFixLtHdr #header { 

	background: #625545; 

} 

.twoColFixLtHdr #header h1 {

	margin: 0; 

}

.twoColFixLtHdr #sidebar1 {

float: left; /* since this element is floated, a width must be given */



	width: 165px; /* 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 */

	background: #625545; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 3px 5px 3px 8px;

}

.twoColFixLtHdr #mainContent { 

	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

.twoColFixLtHdr #footer {

	padding: 0 10px 0 20px;

	background-color: #625545;

	background-image: url(images/BanFooter.png);

	background-repeat: repeat-x;

} 

.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 */

}

.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;

}

 /*Banner Styles*/ 



#BannerWrapper {

	position:absolute;

	left:0px;

	top:0px;

	width:995px;

	height:183px;

}



#BanJoanDel_ {

	position:absolute;

	left:0px;

	top:0px;

	width:995px;

	height:145px;

}



#BanLeft_ {

/*	position:absolute;

	left:0px;

	top:145px;

*/	float: left; 

	width:178px;

	height:38px;

}



#Banner-03_ {

/* 	position:absolute;

 	left:178px;

	top:145px;

*/	float: left; 

	width:646px;

	height:28px;

	background-color:#000000;

	background-image: url(images/SpryBKG.png);

	z-index: 1000;

}



#BanRight_ {

/*	position:absolute;

	left:824px;

	top:145px;

*/	float: left; 

	width:171px;

	height:38px;

}



#BanBottom_ {

	/*position:absolute;

	left:238px;

	top:170px;*/

	float: left; 

	width:646px;

	height:10px;

}

 /*End Banner Styles */

 





 .RolloverYellowSmall {

	font-size: small;

	text-decoration: none;

	color:#FFCC00;

	text-align: center;

}

a.RolloverYellowSmall: link {

	color:#FFFF00;

	text-decoration: none;

}

a.RolloverYellowSmall: hover {

	text-decoration: underline;

	color:#FFFF99;

}

a.RolloverYellowSmall: visited {

	text-decoration: none;

	color:#FF9900;

}

a.RolloverYellowSmall: active {

	text-decoration: none;

	color:#FFFFCC;

}





a:link {

	color: #999;

}

a:visited {

	color: #666666;

}

a:hover {

	color: #7E7054;

	text-align: center;

}











.smallWhite {

	color: #FFFFFF;

	font-size: small;

}



.smallWhiteBold {

	color: #FFFFFF;

	font-size: small;

	font-weight: bold;

	text-align: center;

}

.whiteTitle {

	color: #FFFFFF;

	font-family: Arial, Helvetica, sans-serif;

	font-size: medium;

	font-weight: bold;

	text-align: center;

}



.dropcap {

	font: 3em/.65em Arial, Helvetica, sans-serif;

	font-weight: bold;

	padding: .03em .1em 0 0;

	float: left;

}

.topPageSmall {

	font-size: small;

	font-weight: bold;

	letter-spacing: .3em;

}

.topPage {

	font-size: large;

	font-weight: bold;

	letter-spacing: .3em;

}



.TopPageBold {

	font-size: xx-large;

	font-weight: bold;

	letter-spacing: .3em;

}

.TopPageMedium {

	font-size: medium;

	font-weight: bold;

	letter-spacing: .3em;

}







[if IE 5]>

<style type="text/css"> 

/* place css box model fixes for IE 5* in this conditional comment */

.twoColFixLtHdr #sidebar1 { width: 165px; }

</style>

<![endif][if IE]>

<style type="text/css"> 

/* place css fixes for all versions of IE in this conditional comment */

.twoColFixLtHdr #sidebar1 { padding-top: 30px; }

.twoColFixLtHdr #mainContent {

	zoom: 1;

	font-weight: bold;

	text-align: center;

}

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

</style>

<![endif]

.alignRight {

	text-align: left;

}

.alignLeft {

	text-align: left;

}


