@charset "utf-8";
body  {
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e7e7e7;
}

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 313px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#mainContent  {
	background-color: #cccccc;
	margin-top: 0px;
	margin-right: 323px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
} 
#topcontainer {
	background-color: #FBFBFE;
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
	height: 500px;
}
#footercontainer {
	background-image: url(../images/footerbg.jpg);
	height: 94px;
}
.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;
}
.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;
}
#mainbanner {
	margin-top: 10px;
}
.width961px {
	width: 961px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	clear: both;
}
#maincontainer {
	background-color: #e7e7e7;
	padding-top: 10px;
	padding-left: 10px;
}
#mainmenu {
	background-image: url(../images/menubg.png);
	height: 42px;
}
#mainbannerleft {
	float: left;
	width: 313px;
}
#mainbannerright {
	float: right;
	width: 313px;
}
.blackbg {
	background-color: #131315;
	color: #CCC;
	padding: 10px;
	font-size: 12px;
	height: 190px;
	overflow: auto;
}
.blackbg a {
	color: #F36;
}



#mainbannermiddle {
	margin-right: 324px;
	margin-left: 324px;
}

#mainbannermiddle .blackbg {
	background-color: #131315;
	color: #CCC;
	padding: 10px;
	font-size: 12px;
	height: 147px;
	overflow: hidden;
}

#imageshowleft{
	float: left;
	margin-right: 10px;
}

#imageshowmiddle{
	float: left;
	margin-right: 10px;
	
}

#imageshowright{
	float: left;
	
}



/* format CSS */
h1 {
	font-size: 200%;
	color: #435769;
	font-weight: bold;
}

h2 {
	font-size: 180%;
	color: #563225;
	font-weight: bold;
}

h3 {
	font-size: 160%;
	color: #66737f;
	font-weight: bold;
}

h4 {
	font-size: 140%;
	color: #857a6e;
	font-weight: bold;
}

h5 {
	font-size: 120%;
	color: #59645c;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	color: #414A4B;
	font-weight: bold;
}
#sidebar1 table {
	width: 100%;
}
#logo{
	float:left;
}

