body {
	margin: 2px 0 0 0;
	background: #D3D6E1;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
a:link, a:visited {
	color: #0B633B;
}
a:active, a:hover {
	color: #0066CC;
}
img a {
	border: none;
}
form {
	margin: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #323D73;
	line-height: 26px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #323D73;
	line-height: 24px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #323D73;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #323D73;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #323D73;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323D73;
}
blockquote {
	right-margin: 5px;
}
#wrapper {
	width: 780px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	background: #FFF url(/images/body_bg.gif) repeat-y;
}
#header {
	width: 100%;
	height: 104px;
	background: url(/images/header_bg.gif) repeat-x;
	clear: both;
}
#headerLeft {
	float: left;
}
#headerRight {
	float: right;
}
#headerLinks {
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	position: absolute;
	right: 20px;
	width: auto;
	top: 4px;
}
#topMenu {
	width: 533px;
	height: 55px;
	position: absolute;
	left: 230px;
	top: 37px;
}
#sidebar {
	width: 198px;
	float: left;
	clear: left;
	margin-left: 17px;
}
#sidebar .sidebarMenu {
	background: #D2D9EA;
	width: 100%;
}
#sidebar .sidebarMenuHeader {
	width: 100%;
}
#sidebar .horizontalDottedLine {
	width: 100%;
	height: 12px;
	background: url(/images/horizontal_dotted_line_bg.gif) repeat-x;
}
#login {
	background: #D9E1D2 url(/images/login_bg.gif) repeat-x;
	width: 100%;
}
#loginHeader {
	width: 100%;
}
#content {
	width: 515px;
	float: left;
	margin-left: 22px;
}
#footer {
	width: 100%;
	height: 22px;
	background: url(/images/footer_bg.gif) repeat-x;
	clear: both;
}
#footerLeft {
	float: left;
}
#footerRight {
	float: right;
}
#footerTop {
	width: 100%;
	height: 22px;
	background: url(/images/footer_bg_top.gif) repeat-x;
	clear: both;
}
#footerLeftTop {
	float: left;
}
#footerRightTop {
	float: right;
}
#footerLinks {
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.smallText {
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
}
.actionStep {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #323D73;
}
#creditline {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#creditline a {
	color: #666666;
}
#calendar {
	border: 1px dashed #B4C4A6;
	width: 196px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
}
#calendar tr {
	margin: 0px;
	padding: 0px;

}
#calendar th {
	background-color: #D9E1D2;
	width: 28px;
	margin: 0px;
	height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	position: relative;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4C4A6;
	color: #37442D;
}
#calendar th#month {
	width: 196px;
	color: #D9E1D2;
	background-color: #37442D;
}

#calendar td {
	width: 28px;
	margin: 0px;
	height: 20px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FAF9ED;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#calendar .event {
	background-color: #FFD5D5;
	border: 1px solid #CC0000;
	font-weight: bold;
	height: 18px;
	width: 26px;
	color: #CC0000;
}

#calendar .void {
	background-color: #FEFEFA;
}
.green {
	color: #0B633B;
}
