a {text-decoration:none;
}
p {
	color:#AAAAAA;
	font-size:14px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: "Book Antiqua", Perpetua;
}
body  {
	font: Book Antiqua, Perpetua;
	background: #000000;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 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: #000000;
}
.twoColFixLtHdr #container {
	/*float:left;*/
	width: 1290px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 0 0 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 0 0;
	font-size: 9px;
	background-color:#000;
} 
.twoColFixLtHdr #header { 
	float:left;
	margin: 0 0 0 0;
	height: 201px;
	width:1290px;
	background: #000000;
	padding: 0 0 0 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. */
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* 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 */
	height:150px;
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColFixLtHdr #mainContent {
	float: left;
	text-align:left;
	width: 1200px;
	height: 2000px;
	margin: 0px 0px 0px 0px;
} 
.twoColFixLtHdr #Col {
	float:left;
	text-align:justify;
	width: 461px;
	margin: 25px 39px 0px 0px;
	font-color:#000000;
}
.NavBox {
	float:left;
	font-size:20px;
	background-color:#000000;
	margin:15px 0px 0px 0px;
	width:192px;
	height:30px;
	color:#5D9BAF;
	padding: 0 0 0 0;
	cursor:pointer;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5D9BAF;
	border-right-color: #5D9BAF;
	border-bottom-color: #5D9BAF;
	border-left-color: #5D9BAF;
	font-family: "Book Antiqua", Perpetua;
	font-weight: bold;
	line-height: 30px;
}
.NavBoxFooter{
	float:left;
	font: Book Antiqua, Perpetua;
	font-size:32px;
	background-color:#000000;
	margin-right: 3px;
	width:189px;
	height:30px;
	color:#BBBBBB;
	padding: 0 0 0 0;
	text-align:center;
	cursor:pointer;
	
}
.twoColFixLtHdr #footer { 
	float: left;
	width: 960px;
	margin: 30px 0px 0 164px;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 
} 
.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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;
}
.TitleBlue {
	color:#7EC255;
	font-size:28px;
}
.TitleGreen {
	color:#7EC255;
	font-size:22px;
	font-style: italic;
}


