body {
	margin: 0px;
	height: 100%;
}

div#container {
	position: relative;
	margin: auto;
	width: 994px;
	height: 100%;
	/*background-image: url(/template/images/bg.gif);*/
	background-repeat: repeat-y;
	background-position: top center;
	z-index: 10;
}

div#menu-top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 994px;
	height: 46px;
	border-bottom: 0px solid white;
	background-color: white;
}

.menutopitem {
	position: relative;
	float: left;
	width: 138px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	margin-right: 4px;
	cursor: pointer;
	text-align: center;
	color: white;
}

.menutopitemhover,
.menutopitemhoverNoMargin {
	position: relative;
	float: left;
	width: 138px;
	height: 46px;
	margin: 0px;
	padding: 0px;
	margin-right: 4px;
	cursor: pointer;
	text-align: center;
}

.tabNoMargin,
.menutopitemhoverNoMargin {
	margin-right: 0px;
	width: 142px;
}

div#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 994px;
	height: 207px;
}

div#menu-left {
	position: relative;
	top: 0px;
	left: 0px;
	width: 191px;
	float: left;
	border-top: 4px solid white;
}

.menuitem,
.menuitem-active{
	position: relative;
	width: 176px;
	margin-left:15px;
	padding-bottom: 20px;
	border-bottom: 3px solid white;
	cursor: pointer;
}

.menuitem-active {
	background: #FDECCC;
}

div#contentcontainer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 618px;
	background-color: white;
	float: left;
	overflow: hidden;
}

div#bread {
	position: relative;
	width: 561px;
	border-bottom: 1px solid #a5a0a0;
	margin-left: 27px;
	line-height: 20px;
	color: #a5a0a0;
}

div#content {
	position: relative;
	margin-top: 36px;
	margin-left: 27px;
	margin-bottom: 20px;
	width: 561px;
}

div#menu-right {
	position: relative;
	top: 0px;
	left: 0px;
	width: 185px;
	float: left;
}

div#news {
	position: relative;
	width: 185px;
	padding: 0px;
	margin-top: 10px;
}

div#clear {
	clear: left;
}

div#newstitle {
	position: relative;
	top: 4px;
	left: 0px;
	width: 185px;
	background-color: #d13528;
	text-align: left;
	text-indent: 10px;
	color: white;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}


li {
	padding-top: 5px;
}
