@charset "UTF-8";
/* CSS Document */
 
body  {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: .85em;
	background: #2B2C38;
	background-image: url(designs2/background.jpg); background-repeat:repeat-x;
	margin: 0px 0px 75px 0px; /* 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: #393F44;
}


.twoColFixLtHdr h1 { 
	margin:0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.3em;
	color: #000000;
} 
.twoColFixLtHdr h2 { 
	margin:0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em;
	color: #000000;
} 
.twoColFixLtHdr h3 { 
	margin: 0; padding: 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: .95em;
	color: #000000;
} 


.twoColFixLtHdr #container { 
	width: 846px;  
	background: #FFF;
	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. */
}





 
.twoColFixLtHdr #header { 
	background: #2B2C38; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	background-image: url(designs2/heading.jpg);
	width: 846px;
	height: 132px;
} 

.twoColFixLtHdr #topnavbar { 
	padding: 8px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
	width: 846px;
	height: 22px;
	background-image:url(designs2/topnav_background.jpg); background-repeat:no-repeat;
	
}

.twoColFixLtHdr #topnav { 
	margin: 0;  padding:0;
	width: 846px;
	text-align: center; font-family: Georgia, Times New Roman, Times, serif; font-size: 13px; color: #ABDBF8; font-weight: lighter; letter-spacing: 1px;
}



.navtext { font-family: Georgia, Times New Roman, Times, serif; font-size: 13px; color: #ABDBF8; font-weight: lighter; letter-spacing: 1px; text-decoration: none; }

a.navtext:hover { color: #FFF; font-weight: lighter; text-decoration: none;}







.twoColFixLtHdr #slideshow { 
	background: #000; 
	margin: 0;  padding: 0;
	
	width: 846px;
	height: 434px;
	background-image: url(designs2/slideshow_background.jpg); background-repeat:no-repeat;
	
} 

.twoColFixLtHdr #barunderss { 
	background: #000; 
	padding: 0;
	background-color: #000;
	width: 846px;
	height: 10px;
	
} 

.twoColFixLtHdr #pagetop { 
	background: #000; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	width: 846px;
	height: 20px;
	
} 

.twoColFixLtHdr #allContent { 
	margin: 0; /* 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: 20px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(designs2/content.gif);
	
}


.twoColFixLtHdr #allContent a:link{ 
	color: #0066FF;
}
.twoColFixLtHdr #allContent a:hover{ 
	color: #5CA3FF;
}

 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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: ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0px 20px;
	font-size: .87em;
	
}	


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* 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: 0px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: solid 1px #CACED4;
} 


.twoColFixLtHdr #pagebot {  
	padding: 0; margin: 0;
	background-color: #FFF;
	width: 846px;
	height: 20px;
	border-left: solid 2px #404040;
	border-right: solid 2px #404040;
}


.twoColFixLtHdr #footer { 
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	border-bottom: solid 2px #404040; 
} 
.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 */
}


.twoColFixLtHdr #credits {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0; 
	font-size: .75em;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: 18px;
	text-decoration: none;
}
.twoColFixLtHdr #credits a:link {
	color: #666;
	text-decoration: none;
}
.twoColFixLtHdr #credits a:visited {
	color: #666;
		text-decoration: none;
}
.twoColFixLtHdr #credits a:active {
	color: #666;
		text-decoration: none;
}
.twoColFixLtHdr #credits a:hover {
	color: #999;
		text-decoration: none;
}


.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; margin-bottom: 20px;
	border: 1px solid black;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px; margin-bottom: 20px;border: 1px solid black;
}
.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;
}