@import url("menu.css");
@import url("styles_cms.css");


body {
	background-image: url(images/tile_main.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #C7C7C7;
	text-align: center;
	margin: 0px;
}
#container {
	position: relative;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#top {
	width: 850px;
	margin-bottom: 25px;
	background-image: url(images/topimg0.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	height: 165px;
}
#content {
	width: 650px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
}

#left {
	width: 160px;
	float: left;
	margin-right: 40px;
}
#right {
	float: right;
	width: 200px;
	position: relative;
}


#bottom {
	background-image: url(images/bottom.gif);
	height: 30px;
	width: 850px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	clear: both;
}


.blue_txt {
	color: #0087BA;
}
#bottom a {
	color: #0087BA;
	text-decoration: none;
}
#spacer {
	background-color: #009900;
	float: right;
	width: 0px;
	height: 320px;
}
#indexDiv {
}
#indexDiv a {
	text-decoration: none;
	color: #333333;
	background-image: none;
	display: block;
}
#indexDiv .h2 {
	font-size: 12px;
	font-weight: bold;
}

