body {
	margin-top:10;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
a:link, a:visited, a:active {
	color:#016d3e;
	text-decoration:none;
}
a:hover {
	color: #31ba80;
}
p {
	margin-top:0;
}
/*--------------------LAYOUT--------------------*/
#container {
	width: 800px;
	margin:auto;
	background: #ffffff;
}
#logo {
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
}
#greenbar {
	background-image:url(images/grn-bar.gif);
	background-repeat:repeat-x;
	height:35px;
	padding:7px 0 0 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
}
#rightcap {
	width:10;
	height:35px;
	float:right;
	background-image:url(images/right-cap.gif);
	background-repeat:no-repeat;
}
#leftcap {
	width:10;
	height:35px;
	float:left;
	background-image:url(images/left-cap.gif);
	background-repeat:no-repeat;
}
#content-top {
	background-image:url(images/content-top.gif);
	background-repeat:no-repeat;
}
#content-bottom {
	background-image:url(images/content-bottom.gif);
	background-repeat:no-repeat;
}
#content {
	background-color:#cccccc;
	background-image:url(images/content-bg.gif);
	background-repeat:repeat-y;
}
#sidebar {
	width:225px;
	float:left;
}
#menu {
	width:195px;
	float:left;
	font-size:11px;
	padding:0 15px;
	background-image:url(images/sidebar-bg.gif);
	background-repeat:repeat-y;
	margin-top:0;
}
#menu_links {
	padding:0 0;
	margin:0 0;
	width:195px;
	font-style:normal;
}
#menu-bottom {
	padding:0 0;
	margin:0 0;
	width:225px;
	float:left;
	background-image:url(images/sidebar-bottom.gif);
	background-repeat:no-repeat;
}
#main {
	width:538px;
	float:right;
	padding-top:3px;
	line-height:1.5;
	background:#FFFFff;
	margin:0 15px 0 22px;
}
#footer {
	background:#ffffff;
	padding:10px;
	font-size:10px;
	text-align:center;
}
/*--------------------CLASSES--------------------*/
.clear {
	clear:both;
}
/*---------------------EO2 Stuff---------------------------*/

.button {
	background:#af3b4c;
	border:1px outset #c24b5e;
	color:#ffffff;
	padding:2px;
	_width:0;
	_overflow:visible;
}
.button:hover {
	background:#c24b5e;
	border:1px inset #af3b4c;
}
p, .text, ul, ol, li {
	font-size:11px;
	color:#333333;
}
.smalltext {
	font-size:9px;
	color:#333333;
}
h1, .head1 {
	font-size:18px;
	color:#af3b4c;
	font-weight:bold;
}
h2, .head2 {
	font-size:16px;
	color:#af3b4c;
	font-weight:bold;
}
h3, .head3 {
	font-size:14px;
	color:#af3b4c;
	font-weight:bold;
}
h4, h5, h6, .head4 {
	font-size:12px;
	color:#af3b4c;
	font-weight:bold;
}
TEXTAREA {
	font-size:11px;
	border:0;
}
TD.cell_light {
	background-color:#e7e7e7;
	font-size:11px;
	color:#333333;
	padding:3px 15px;

}
TD.cell_medium {
	background-color:#af3b4c;
	background-image:url(images/cell_medium-bg.gif);
	background-repeat:repeat-x;
	min-height:30px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 15px;
}
TD.cell_dark {
	background-color:#841a29;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 15px;

}
TD.cell_white {
	background-color:#FFFFFF;
	font-size:11px;
	color:#333333;
	padding:3px 15px;

}
TD.cell_black {
	background-color:#000000;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 15px;

}
ul.menu {
	list-style:none;
	padding:0 0;
	margin-top:12px;
	margin-left:16px;
	margin-right:16px;
}
li.menu {
	line-height:14px;
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px dotted #999999;
}
ul.menutitle {
	padding:0 0;
	margin:0 0;
	list-style:none;
}
li.menutitle {
	padding:0 0 0 5px;
	margin:0 0;
	text-decoration:none;
	color:#016d3e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
