@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;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #666666;
}
.twoColFixRtHdr #container #mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.twoColFixRtHdr #container {
	float: none;
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border: 2px solid #FFFFFF;
} 
.twoColFixRtHdr #header {
	background-image: url(images/Header.jpg);
	height: 113px;
	width: 800px;
	margin: 0px;
} 
.twoColFixRtHdr #Navbar {
	float: left;
	clear: none;
	height: 44px;
	width: 800px;
	margin: 0px;
}
.twoColFixRtHdr #sidebar1 {
	width: 246px;
	background-image: url(images/BodyRightBkg.jpg);
	float: right;
	padding: 0px;
	height: 390px;
	clear: inherit;
	display: inline-block;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	height: 390px;
	width: 554px;
	margin: 0;
	padding: 0px;
	background-image: url(images/BodyLeftBkg1px.jpg);
	background-repeat: repeat-x;
	clear: left;
	float: left;
} 
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: x-large;
	color: #6087BE;
}
.twoColFixRtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #5f83c2;
	padding-top: 100px;
}
.twoColFixRtHdr #footer {
	background-image: url(images/Footer.jpg);
	height: 53px;
	width: 800px;
	margin: 0px;
	clear: both;
} 
.twoColFixRtHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
	clear: none;
	margin: 0px;
	padding: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0px;
	padding: 0px;
	clear: none;
}
.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;
}
A:link {
	text-decoration: none;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	color: #5f93c2;
}
A:visited {
	text-decoration: none;
}	
a:focus, a:hover, a:active {
	outline:none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}  
a img {border:0} 
