@charset "UTF-8";











body  {

font-family:Tahoma, Verdana, Arial, Helvetica;



	font-size:12px;



background: #4A3726 url(images/bg2.gif) no-repeat top center;



	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */



	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */



	color: #000000;



}

	#box {margin-top: 10px; width:300px;
	background-color:#efefef;
	border: 1px dotted #cccccc;
	margin-left:35px;
	padding:5px;
	margin-bottom:10px;
	}

.twoColFixRtHdr #container { 



	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */



	background: #FFFFFF;



	margin: 0 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. */



	margin-top:20px;



} 



.twoColFixRtHdr #header { 



	background: #DDDDDD; 



	padding: 0;



} 



.twoColFixRtHdr #mainContent { 



	margin: 0 250px 0 0; /* 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: 0 20px; /* 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 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */



		background-image:url(images/footerbg3-4.gif);



		height:122px;



} 



.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: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */



}







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



}







/* -- New CSS -- */







a:link {



	color:#D45E36;



}

a:visited {



	color:#D45E36;



}







a:hover {



color:#000000;



}

b:link {



	color:#671E02;



}



b:hover {



color:#000000;



}







#bodyTable {



	width:100%;



	border-collapse: collapse;



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



	background-position:top;



	background-repeat:repeat-x;



	background-color:#D04915;



}







#rightContent {



	width:555px;



	text-align:center;



	padding-top:20px;



	vertical-align:top;



	}







#rightCPadding {



	margin:0 9px 9px 9px;



	padding:20px 10px 26px 10px;



	/*width:100%;*/



	background-color:#FBC46E;



	text-align: left;



	height: 100%;



	border-top:double 2px #ffffff;



		border-left:dotted 1px #ffffff;



		border-right:dotted 1px #ffffff;



}







#rightEPadding {







margin:10px 9px 0px 9px;



padding:10px 10px 10px 10px;



background-color:#FBC46E;



	text-align: left;



	height: 100%;



	border-top:double 2px #ffffff;



	border-left:dotted 1px #ffffff;



	border-right:dotted 1px #ffffff;



	}



#sidebarContent {



	text-align:left;



	width:190px;



	margin: 20px 0 0 9px;



	padding-top:30px;



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



	background-repeat:no-repeat;



	background-position:top;



	background-color:#999966;



	color:#000000;



	font-size:12px;



	font-family:tahoma;



}







.sidebarBreak {



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



	background-repeat:no-repeat;



	width: 190px;



	height: 16px;



}







.sidebarCopy {



	padding: 7px 7px 12px 7px;



}







#leftContent {







}







.capsHeader {



	text-transform: uppercase;



	color: #D04915;



	font-weight: bold;



	border-bottom:dotted 1px #ffffff;



}



.headers{

	text-transform: uppercase;



	color: #D04915;



	font-weight: bold;

	}





#footer {



	background-image:url(images/footerbg3.gif);



	font-weight:bold;



	text-align:left;



	font-size:10px;



}







#footer a:link {



	color:FBC46E;



	text-decoration: none;



	font-size:10px;



}



#footer a:hover{



color:#006633;



text-decoration:underline;



}







.footerText {



	color:#000000;



	font-size:10px



}



span a:hover {



color:cccccc;}







.redhead {

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

	font-size: 15px;

	font-weight: bolder;

	text-transform: none;

	color: #333333;

}



li {list-style-image:url(/images/aaa.gif);
}

.borderbottom {
	border-bottom:1px solid #000000;
}


