body {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	background-color: #DDD;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#bg-container {
	background: #DDD url(images/background-shadow.png) top center repeat-y;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#mainContent {
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
	background: url(images/header.jpg) top center;
	width: 800px;
	height: 175px;
	text-align: left;
	margin: 0 auto;
}
h1 {
font-size: 1.5em;
color: #1958b7;
}
inlineh1 {
font-size: 1.5em;
color: #060;
display: inline;
}
.aboutRight {
width: 700px;
}
.aboutLeft {
width: 170px; float: left;
}
.aboutLeft p {
margin: 5px 0 20px;
font-size: 0.9em;
}
.aboutLeft .aboutTitle {
display: block;
font-weight: bold;
color: #060;
}
#footer {
	text-align: center;
	margin: 0 auto;
	background: #DDD url(images/footer-bg.png) top center no-repeat;
	font: 0.8em Verdana;
	padding-top: 28px;
	padding-bottom: 20px;
	color: #555;
}
#sidebar{
width: 180px;
float: left;
}
#blueblock{
width: 180px;
border-right: 10px solid #fff;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}
#fillSideBar{
height:100%;
}