HTML {
	width: 100%;
	margin: 0;
	padding: 0;
}
BODY {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f3eab3;
	text-align: center;
	font-family: Arial;
}
.main_container {
	margin-left: auto;
	margin-right: auto;
	width: 883px;
	min-height: 100%;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
}
* html .main_container {
	height: 100%;
}

.top {
	background-image: url(/images/bg_top.gif);
	background-repeat: no-repeat;
	width: 883px;
	height: 269px;
}
.top_header {
	font-size: 40px;
	position: relative;
	top: 175px;
}
.container {
	width: 883px;
	padding-left: 80px;
	padding-top: 20px;
	text-align: left !important;
}
.pageheader_left {
	float: left;
	font-size: 22px;
	width: 155px;
	text-align: right;
	padding-right: 20px;
	height: 400px;
}
.contents {
	float: left;
	padding-left: 40px;
	font-size: 13px;
	padding-top: 26px;
	border-left: 1px black solid;
	width: 500px;
	min-height: 300px;
}
TD {
	font-size: 13px;
	vertical-align: top;
}
.wide_contents {
	float: left;
	padding-left: 40px;
	font-size: 13px;
	padding-top: 6px;
	width: 675px;
	min-height: 300px;
}
h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-face: Arial;
	font-weight: bold;
	font-size: 16px;
}
.red {
	color: #ff2a24;
}
.topmenu {
	position: relative;
	top: 150px;
	left: 230px;
	text-align: left;
}
.topmenu_item {
	padding-right: 15px;
	position: relative;
	float: left;
}
.topmenu_item A {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
.topmenu_item A:hover {
	color: #ff2a24;
}
.submenu {
	position: relative;
	top: 162px;
	left: 230px;
	text-align: left;
}
.submenu_item {
	padding-right: 20px;
	position: relative;
	float: left;
}
.submenu_item A {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.submenu_item A:hover {
	color: #ff2a24;
}
.login {
	position: relative;
	top: 170px;
	text-align: right;
	padding-right: 40px;
}
.login A {
	font-size: 14px;
	color: #ff2a24;
	text-decoration: none;
}
A {
	color: #ff2a24;
}
.calendar_actions A {
	font-size: 11px !important;
}
#uploadBtn {
	background: #ff2A24;
}
