body {
	background-color:#fff;
	padding:0px;
	margin:0px;
}

body p:first-child {
	margin-top:0px;
}

body h1:first-child {
	margin-top:0px;
}

body h2:first-child {
	margin-top:0px;
}

body h3:first-child {
	margin-top:0px;
}

#wrapper {
	text-align:center;
}

#page {
	text-align:left;
	width:950px;
	margin:0px auto 0px auto;
	background-color:#eee;
}

#header {
	font-family:helvetica,sans-serif;
	background-color:#7096A7;
	height:175px;
	color:#fff;
}

#menu_top {
	padding:10px 20px 10px 20px;
	font-size:13pt;
	background-color:#eee;
	text-align:right;
}

#menu_top ul {
	list-style-type:none;
	padding-left:0px;
	margin:0px;
}

#menu_top ul li {
	display:inline;
	margin:0px 20px 0px 20px;
}

#menu_top ul li a {
	text-decoration:none;
	color:#000;
}

#menu_top ul li a:hover {
	
}

#content {
	padding:10px;
}

#right_side_content {
	width:175px;
	height:500px;
	float:right;
}

#left_side_content {
	background-color:#ddd;
	width:175px;
	height:500px;
	float:left;
}

div.sidebar_box {
	background-color:#ddd;
	background-image:url('images/side_bar_header.png');
	background-repeat:no-repeat;
	padding:20px 10px 5px 10px;
	border-bottom:1px solid #aaa;
	margin-bottom:25px;
}

div.middle_content {
	width:550px;
	margin-left:185px;
}

div.left_content {
	width:725px;
	margin-left:0px;
}

#footer {
	font-family:helvetica,sans-serif;
	font-size:9pt;
	text-align:center;
	background-color:#7096A7;
	background-image:url('images/footer.png');
	height:30px;
	margin-top:20px;
	padding-top:10px;
	color:#fff;
}

#promo_section {
	
}

#promo_section div.promo_box {
	width:260px;
	padding:20px;
	background-image:url('images/promo_box_bkgnd.png');
	background-repeat:no-repeat;
	margin:0px 0px 12px 12px;
	float:left;
}

#promo_section div.promo_box h3 {
	margin-top:0px;
}

#sidebar {
	width: 660px;
	float: right;
	margin-left: 10px;
}

#sidebar2 {
	width: 450px;
	float: right;
	margin-bottom: 100px;
	border: thin dotted #7e7e7e;
	padding: 10px;
}

#banner {
	clear: right;
}

img#banner {
	border: 0px;
	margin-left: 100px;
}

img#banner1 {
	border: 0px;
	margin-left: 100px;
	margin-bottom: 45px;
}



td {
	padding-bottom: 15px;
}