#root {
	width: 99.7%;
	border: 1px solid #009c00;
	padding: 0px;
	margin: 0px;
	height: 99.7%;
}

#top {
	height: 90px;
}
#menu {
	width: 20%;
	height: 400px;
	float: left;
	padding-left: 7px;
}
#content {
	width: 59%;
	float:left;
	height:auto;
	background-color: #ffffff;
}
#admin {
    width: 20%;
    float:right;
	height: 400px;
}
#footer {
	width: 100%;
	background-color: #FF9933;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009c00;
	border-bottom-color: #009c00;
}

#copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	text-align: center;
}

#clear {
	clear: both;
}
.text{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	width: 100%;
	font-size: 10pt;
}
.editbox{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	font-size: 10pt;
}
.menu1 {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	height: auto;
	width: 95%;
	font-size: 10pt;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #111111;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #006600;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
}
.ev_detail {
	vertical-align: top;
	left: 30px;
	margin-left:5%;
}


