html {
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	background: #C0C0C0;
	color:#333333;
}

#content {
	width: 748px;
	\width: 768px;
	w\idth: 748px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	background: #FFFFFF;
	padding:0px;
}

h2 {
		font-size: 13px;
}

#test {
	margin:20px;
	margin-left:15px;
}

.title {
	color: #993300;
	font-weight:bold;
}

.first {
	margin-top:-10px;
}

#events {
	background: #D9D9D9;
	margin:-15px;
	margin-left:-10px;
	margin-top: 15px;
	padding: 5px;
	padding-left:10px;
	margin-bottom: 15px;
}

#events ul {
	list-style-type:none;
	margin-left:-1px;
}

#main {
	vertical-align:top;
}

#main a:visited, #main a:link, #main a:hover {
	color:#0000CC;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}


#navMenu {
	background:#DEDEBD;
	width: 192px;
	vertical-align:top;
}

#menuList {
	margin: 0px;
	margin-left: -5px;
	padding: 30px 0px 10px 30px;
}

li.menubar {
	font-size: 11px;
	list-style: none outside;
	padding-bottom:14px;
	font-weight:bold;
}

.menu {
	display: none;
	padding: 0px;
	font-weight:normal;
}

.menu li {
	list-style: none outside;
	padding-bottom:1px;
	list-style-image:url(/img/square.gif);
}

a.actuator {
	background-color: transparent;
	color: #000;
	font-size: 11px;
	padding-left: 0px;
	text-decoration: none;
}

a.actuator2 {
	background-color: transparent;
	color: #000;
	font-size: 11px;
	padding-left: 0px;
	text-decoration: none;
}

li.menubar2 {
	font-size: 11px;
	list-style: none outside;
	padding-bottom:14px;
	font-weight:bold;
	list-style-image:url(/img/plus.gif);
}
li.menubar {
	font-size: 11px;
	list-style: none outside;
	padding-bottom:14px;
	font-weight:bold;
	list-style-image:url(/img/minus.gif);
}



a.actuator:hover {
	text-decoration: underline;
}

.menu li a {
	background-color: transparent;
	color: #000;
	font-size: 11px;
	padding-left: 0px;
	text-decoration: none;
}

.menu li a:hover {
	border-bottom: 1px dashed #000;
}

span.key {
	text-decoration: underline;
}
