@charset "utf-8";


/*********** global styles *************/

* html #body {
	height: 100%;
}

* {
margin: 0;
padding: 0;
}

	body {
	line-height: 16px;
	font-family: "tahoma", serif;
	font-size: 76%;
	margin-top: 0px;
	color:#666666;
	background-color: #000000;
	
	}

a {
	color: #00829E;
	text-decoration:none;

}
a:hover{
	color: #30CB54;
	text-decoration: underline;
	
	}
ul{
margin: 5px;
}

h1
{font-family: Verdana;
font-size: xx-large;
color: white;
	text-transform: capitalize;	
}

h2
{font-family: Verdana;
font-size: large;
color: white;
	text-transform: capitalize;	
}

ul li {
	padding: 0px 15px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		
	}

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

/*********** container *************/

.twoColFixLtHdr #container { 
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #535150;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: center; /* this overrides the text-align: center on the body element. */
	
	
} 

/****** HEADER ******/

.twoColFixLtHdr #headerWrapper {
	background-image: url(../images/back_red.jpg);
	height: 206px;
	background-repeat: repeat-x;
		
}

.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* 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-image: url(../images/header/headerSub.gif);
	background-repeat: no-repeat;
	height: 206px;

}
.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #printlogo
{display: none;}

/*********** navigation *************/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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 */
	padding: 10px;
	background:#535150;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	
	
}

/*********** content *************/
.twoColFixLtHdr #contentWrapper { 
	margin: 0px 0px 0px 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: 0px 15px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:#009900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	
	
} 
.twoColFixLtHdr #contentWrapper h1 {
margin: 10px 20px 0px 10px; /* 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: 10px 15px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
font-family: Verdana;
font-size: xx-large;
color: white;
	text-transform: capitalize;	
}

.twoColFixLtHdr #mainContent {
	margin: 5px; /* 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: 10px;
	border-left:#009900;
	background-color: #D7D7D7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
} 


.twoColFixLtHdr #mainContent ul li{
	color: #666666;
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
}

.twoColFixLtHdr #mainContent ul li a{
	color: # #00829E;
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
}

.twoColFixLtHdr #mainContent ul li a:hover{
	color: #999999;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent p {
	margin: 5px 0 5px 0px; /* 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: 5px 20px 10px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
	
}

.twoColFixLtHdr #mainBottom{
	margin: 5px 10px 5px 10px; /* 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 15px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:1px #ffffbe solid;
	font-family: Verdana;
   font-size: large;
	color: white;
	text-transform: capitalize;	
	background-color: #535150;
	
	
}

.twoColFixLtHdr #mainContent a:hover{ 
	color: #666666;
	text-decoration: underline;
}



/****** FOOTER ******/
.twoColFixLtHdr #footer { 
	padding: 0 5px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-left: 20px;
	margin-right: 20px;
	background:#535150; 
	font-size: small;
	height:50px;
	border:1px #ffffbe solid;
	color: #FFFFFF;
} 

.twoColFixLtHdr #footer a
{
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixLtHdr #footer a:hover
{
	color: #CCCCCC;
	
	}
	
	.img {
	border: 1px solid #990000;
}


