body {
	background-color: #FFFFFF;
	font-family: Tahoma, Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

td {
	font-size: 13px;
}

h2 {
	font-weight: normal;
	font-size: 2em;
}

h3 {
	font-weight: normal;
	font-size: 1.4em;
	color: #777777;
	display: inline;
}

img {
	border: none;
}

#container {
	background-color: #e5e6e1;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#topBlackBar {
	background-image: url('images/blackgradientpattern.gif');
	background-repeat: repeat-x;
	height: 44px;
	width: 950px;
	text-align: right;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 44px;
}

.largerTitle {
	font-size: 22px;
	line-height: 44px;
}

.red {
	color: #FF0000;
}

#mainGraphic {
	width: 950px;
	height: 317px;
	background-image: url('images/maingraphic.jpg');
}

#b1 {
	left: 22px;
}

#b2 {
	left: 126px;
}

#b3 {
	left: 230px;
}

#b4 {
	left: 334px;
}

#b5 {
	left: 438px;
}

#b6 {
	left: 542px;
}

#content {
	position: relative;
	width: 950px;
	background-image: url('images/contentpattern.gif');
	background-repeat: repeat-y;
}

#contentImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 712px;
	background-image: url('images/container.jpg');
}

#spacer {
	height: 55px;
}

#leftContent {
	float: left;
	position: relative;
	left: 80px;
	width: 500px;
}

#rightContent {
	float: right;
	position: relative;
	right: 85px;
	width: 230px;
}

#bottomBar {
	width: 930px;
	height: 110px;
	color: #FFFFFF;
	background-image: url('images/bottomgradient.gif');
	background-color: #333333;
	padding: 10px;
}

#bottomBar a {
	color: #FFFFFF;
	text-decoration: underline;
}

#bottomBar a:hover {
	text-decoration: none;
}

.menuButton {
	position: absolute;
	border: 1px solid #dddddd;
	width: 98px;
	height: 40px;
	text-align: center;
	padding-top: 15px;
	font-size: 13px;
}

.black {
	background-color: #000000;
	border-top: 1px solid #999999;
	color: #FFFFFF;
}

.white {
	background-color: #FFFFFF;
	background-image: url('images/whitebuttongradient.gif');
	background-repeat: repeat-x;
	color: #000000;
	text-decoration: none;

}


.menuBar {
	position: relative;
	width: 642px;
	height: 42px;
	background-repeat: no-repeat;
}

.tdImage {
	text-align: right;
	vertical-align: top;
	width: 120px;
}

.tdContent {
	border-top: 1px solid #DDDDDD;
}

.clear {
	clear: both;
}

.keepMinHeight {
	float: right;
	width: 1px;
	height: 712px;
	visibility: hidden;
}#container #topBlackBar img {
	vertical-align: middle;
}

