@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
	position: inherit;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
}


#mainContent  {
	color: #000;
	height: auto;
	zoom: 1;
	position: center;
	overflow: auto;
	_height: 1%;
}

.twoColFixRtHdr #container #mainContent {
	color: #936;
}

#container #mainContent {
	overflow : hidden;
	_height : 1%;
}
#container #mainContent table tr td h2 {
	text-align: center;
}

#blog {
	width: 205px;
	height: 335px;
	font-size: 14px;
	background-repeat: no-repeat;
	clear:right;
	margin-top: 0px;
	margin-left: 10px;
	position: relative;
	background-image: url(Images/blog-box.jpg);
	text-align: center;
	padding-top: 40px;padding-left: 10px;
	padding-right: 10px;
}

