
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #807F7F;
	color: #ebff54;
}

a {
	color: #ebff54;
}

#center {
	margin: auto;
	width: 900px;
}

#wrapper {
	background-color: #2e2e2e;
	padding: 0px 10px;
	position: absolute;
	width: 880px;
	min-height: 100%;
}

#logo {
	min-height: 100px;
	width: 280px;
}

#logo img {
	margin-top: 50px;
}

#sidebar {
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	position: relative;
	width: 280px;
}

#menu {
	font-weight: bold;
	font-size: 13px;
}

.menu_item{
	background-color: #404040;

}

#menu, #submenu, #content {
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#menu a, #submenu a {
	text-decoration: none;
}

#menu li, #submenu li {
	padding: 2px 0px 2px 10px;
}

.menu_item:hover, .menu_item:hover {
	background-color: #5c5c5c;
	cursor: pointer;
}

.selected, .selected a {
	background-color: #5c5c5c;
	color: #f8fcd2;
}

#menu .first_list_item, #submenu .first_list_item {
	background-color: #404040;
}

.first_list_item {
	border-top: 1px solid #6e7535;
	border-right: 1px solid #6e7535;
	border-left: 1px solid #6e7535;
	height: 10px;
	padding: 2px 0px 0px 10px;
}

.last_list_item {
	background-color: #404040;
	font-size: 1px;
	border-right: 1px solid #6e7535;
	border-bottom: 1px solid #6e7535;
	border-left: 1px solid #6e7535;
	height: 10px;
	padding: 2px 0px 0px 10px;
}

.navinfo {
	font-size: 9px;
	padding: 30px 0px 5px 0px;
}

#toptext, #bottomtext {
	border-top: 1px solid #6e7535;
	border-bottom: 1px solid #6e7535;
	margin-bottom: 3px;
}

#bottomtext {
	padding: 5px 0px;
	font-size: 9px;
}

#bottomtext p {
	margin: 7px 0px;
}

#toptext {
	padding: 5px 0px;
	font-size: 12px;
}

#toptext p {
	margin: 5px 0px;
}

#content {
	vertical-align: top;
	float: right;
	position: relative;
	width: 590px;
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content a {
	text-decoration: none;
}

.content_item {
	padding: 0px 10px;
}

.content_item p {
	margin-top: 0px;
}

.menu_item:hover, .menu_item a:hover, .menu_item_hover, .menu_item_hover a {
color: #f8fcd2;
}


.floatright {
	float: right;
}

#calendar {
	background-color: #404040;
}

#calendar a {
	text-decoration: none;
}

#calendar_header {
	background-color: #404040;
	/*padding: 3px 10px;*/
	font-weight: bold;
	padding-right: 10px;
}

#calendar_days {
	padding-right: 5px;
}

.day {
	min-width: 20px;
	min-height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	display: -moz-inline-box;
	display: inline-block;
}

.today {
        background-color: #5c5c5c;
        color: #f8fcd2;
}

.marker {
        background-color: #2e2e2e;
        cursor: pointer;
}