body {
	font-family: verdana, arial;
	font-size: 80%;
	text-align: center; /* CSS center align may fail in IE; this is fix*/
	background-position: center;
	background-repeat: repeat-y;
	background-color:#406080;
	margin-top: 0px;
}

div#container {
	width: 760px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto; /* proper CSS way of aligning center*/
	text-align: left;  /* CSS center align may fail in IE; this is fix*/
	
	background-color:#E6F2FF;
}

div#lateralNav {
	
	padding: 2px;
	height: 18px;
	background-color:#BFDFFF; 
	text-align: right;
}

div#lateralNav a {
	text-decoration: none;
	font-weight:bold;
	color: #406080;
}

div#banner {
     background-image: url('images/banner.jpg');
	  height: 100px;
	  width: 750px;
	  background-position: auto;
}

div#sideColSpacer {
	height: 20px;
	
}

div#sideCol {
	/*background-color: #fcc;  */
	width: 170px;
	float:left;
}

div#mainContent {
	/*background-color: #ccf;  */
	width: 590px;
	margin-left: 150px;
	text-align:justify;
	/*border-left: 1px dashed #666;
	border-right: 1px dashed #666; */
	
}

div#mainContent p,h2 {
	margin-left: 10px;
	margin-right: 10px;
}

h2 {
	font-size: 18px;
	color: #406080;
}

div#footer {
	font-size: 10px;
	background-color:#BFDFFF;
	text-align: center;
	height: 8px;
	padding: 2px;
}

div#ads {
	font-size: 10px;
	background-color:#BFDFFF;
	padding: 2px;
}
