@charset "utf-8";
/* CSS Document */

body  {
	font: 100%/1.25 Verdana, Arial, Helvetica, sans-serif;
	background: #848484 url(images/topbar.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 780px;
	margin: 0;
	text-align: left;
	background: url(images/background.jpg) repeat-y;
} 
#header {
	margin: 0px;
	padding: 0px;
	height: 250px;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	left: 48px;
	position: relative;
}
#mainContent {
	padding-left: 0
.px;
	padding-right: 48px;
	padding-left: 288px;
	font-size: 14px;
	text-align: justify;
} 

#footer {
	background: url(images/footer.jpg);
	height: 80px;
} 

a img {
	border: none;
}

.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;
}
.title {
	color: #005AA3;
	font: bold;
	font-size: 24px;
}
.content {
	font-size: 12px;
	font-weight: normal;
}
.heading {
	font-size: 12px;
	font-weight: bold;
}
