@charset "UTF-8";
/*Body=======================================================================================================================================================================================================================*/
p, h1, h2, h3, h4, h5, h6, hr, img, a, body{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


body  {
	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: #CCC;
	background-color:#000;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif
}


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

/*Header=======================================================================================================================================================================================================================*/
.twoColFixLtHdr #header {
	background-color:#000;
	height:90px;
} 


/*Logo=======================================================================================================================================================================================================================*/
.twoColFixLtHdr #logo {
	width:320px;
	padding:10px 0 0 10px;
}


/*contact_hdr=======================================================================================================================================================================================================================*/
.twoColFixLtHdr #login_hdr{
	float:right;
	width:100px;
	margin: 10px 10px 0 0;
	font-family:Verdana, Geneva, sans-serif;
}

.twoColFixLtHdr #login_hdr a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#999;
	text-decoration:none;
}

.twoColFixLtHdr #login_hdr a:hover{
	color:#FFF;
	font-size:24px;
}

.twoColFixLtHdr #login_hdr a:active{
	color:#F00;
}

.twoColFixLtHdr #hr{
	clear:both;
	height:5px;
	background-color:#333;
	border-width:0;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}



/*Sidebar=======================================================================================================================================================================================================================*/
.twoColFixLtHdr #sidebar1 {
	width: 740px; /* 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: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 0px 20px;
	text-align: center;
	margin:0 0 0 0;
	
}
.twoColFixLtHdr #sidebar1 a{
	padding: 0px 20px 0px 20px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#999;
	text-decoration:none;
}

.twoColFixLtHdr #sidebar1 a:hover{
	color:#CCC;
	background-color:#333;
}

.twoColFixLtHdr #sidebar1 a:active{
	color:#F00;
}


/*Main Content=======================================================================================================================================================================================================================*/
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px;
	padding: 100px 150px 0 150px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#000;
	/*border-left:#900;
	border-left-style:solid;
	border-left-width: thick;*/
	width:auto;
	color:#FFF;
} 

.twoColFixLtHdr #mainContent p{
	/*margin: 0 0 0 20px; /* 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 100px 10px 100px;*/
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color:#FFF;
	line-height:20px;
	text-align:left;
}

.twoColFixLtHdr #mainContent h1 {
	font-family:""Palatino Linotype", "Book Antiqua", Palatino, serif";
	text-decoration:none;
	padding: 20px 20px 50px 0;
	color:#CCC;
	float:left;
}

.twoColFixLtHdr #mainContent h2 {
	font-family:""Palatino Linotype", "Book Antiqua", Palatino, serif";
	text-decoration:none;
	padding: 10px 20px 10px 0;
	color:#CCC;
}

.twoColFixLtHdr #mainContent a {
	color:#006;
	text-decoration:none;
	color:#FFF;
} 

.twoColFixLtHdr #mainContent a:hover {
	background-color:#CCC;
}

.twoColFixLtHdr #mainContent a:active{
	color:red;
	text-decoration:overline;
}

.twoColFixLtHdr #mainContent ul {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin: 0;
	color:#FFF;
}

.twoColFixLtHdr #mainContent li {
	margin: 10px 0 0px 0;	
	font-size:16px;
	color:#FFF;
}

twoColFixLtHdr #mainContent form {
	padding:100px 0 0 0;
	text-align:right;
	
}


/*ABOUT MAIN CONTENT<<<<<<<<<<<PUT IN ANOTHER CSS>>>>>>>>>>>>>>>>>>>>>*/


twoColFixLtHdr #about_content {
	margin: 0px 0 0 100px;
	padding: 0px 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:760px;
	height:auto;
	color:#000;
	background-color:#000;
} 

.twoColFixLtHdr #about1{
	margin:0px 0 0 0;
	padding:10px 0 50px 50px;
	width:200px;
	color:#CCC;
}

.twoColFixLtHdr #about1 ul{
	padding:10px 20px 20px 20px;

}

.twoColFixLtHdr #about1 li{
}





/*Footer=======================================================================================================================================================================================================================*/
.twoColFixLtHdr #footer {
	margin: 0 0 0 0;
	padding: 100px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000;
	text-align:center;
	/*height:25px;*/
} 
.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: 5px 0 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color:#333
}

.twoColFixLtHdr #footer a {
	text-align:justify;
	margin: 0 10px 0 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color:#999;
	text-decoration:none;
}
.twoColFixLtHdr #footer a:hover {
	color:#FFF;
	font-size:12px;
}


/*Floats=======================================================================================================================================================================================================================*/
.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;
}
.twoColFixLtHdr #container #about_content {
	padding-top: 100px;
}

