body {

	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;

}

#page {

	display: block;
	text-align: center;
	padding-bottom: 15px;

}

#layout {

	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}

.alt {

	display: none;

}

.nav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.columnFix {

	clear: both;

}

#header {

	display: block;
	height: 137px;
	background: #fff url("images/header.jpg") top center no-repeat;
	border-bottom: 1px solid #000;

}

#body {

	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;

}

#sideBar {

	width: 190px;
	background: url("images/sidebar_bg.jpg") top left no-repeat;
	border-right: 1px solid #000;

}

#sideNav li a {

	display: block;
	color: #670f15;
	text-decoration: none;
	font-size: 16px;
	padding: 5px 10px;
	background: url("images/nav_li_bg.png") top left;
	font-weight: bold;
	margin: 5px 0;

}

#sideNav li a:hover {

	background: #fff;

}

#content h3 {

	background: url("images/h3_bg.jpg") top left repeat-x;
	color: #235270;
	font-size: 36px;
	font-family: Impact, Arial, sans-serif;
	margin: 0;
	padding: 5px;
	padding-left: 15px;
	border-bottom: 1px solid #000;

}

#content .image {

	margin: 20px;
	border: 1px solid #000;

}

#content .right {

	float: right;

}

#content .container {

	padding: 15px;
	font-family: tahoma, Arial, sans-serif;
	font-size: 13px;



}

table tr td {

	vertical-align: top;
	text-align: left;

}