@charset "utf-8";
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;
	background-image: none;
	background-color: #333;
}

img{border
	border: 1px solid #000;
	border: 1px solid #000;
}




div.content{
	clear:left;
	width: 800px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.Menubar li
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 120px;
	float: left;
	display: block;
	margin-left: 1;
	clear: right;
}


/* Menu items are a light gray block with padding and no text decoration */
ul.Menubar a
{
	display: block;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 6px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/menu_bar.jpg);
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: auto;
	height: auto;
	clear: right;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.Menubar a:hover, ul.Menubar a:focus
{
	background-color: #FF9933;
}




.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000;
	-moz-appearance: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 330px;
	width: 800px;
	display: block;
	margin-top: 30px;
	background-color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #333;
}
.twoColFixLtHdr #mainContent {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
	margin-left: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-size: 13px;
	font-style: normal;
	background-image: none;
}


.twoColFixLtHdr #footer {
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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 */
	color: #000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
}
.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 #content #mainContent h3 {
	color: #000;
}
.twoColFixLtHdr #content #mainContent #h1 {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #content #mainContent h4 {
	color: #000;
	text-decoration: none;
	font-size: 12pt;
}
span {
	color: #390;
	font-size: 10pt;
	text-align: left;
}
.twoColFixLtHdr #content #mainContent h4 strong {
	color: #000;
}
.twoColFixLtHdr #content #mainContent h4 strong {
	font-size: 14pt;
}
.twoColFixLtHdr #content #sidebar1 p strong {
	text-align: justify;
}
.twoColFixLtHdr #content #sidebar1 p strong {
	text-align: left;
}

