body
{
	background: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	color: #003020;
}

h1, h2, h3, h4, h5, h6
{
	color: #008A5E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
div#page
{
	background: #FFF;
	width: 1024px;
	margin-left: 2em;
	margin-top: 1em;
}
div#header, div#header_logo, div#header_content
{
	height: 174px;
}
div#header_logo
{
	float: right;
	width: 283px;
	background-image: url( header_logo.gif);
	background-repeat: no-repeat;
}
div#header_content
{
	width: 741px;
	float: left;
	background-image: url( header_logo_bg.gif);
	background-repeat: repeat-x;
}

div#main
{
	margin: 0px 0px 0px 0px;
	height: 100%;
	min-height: 800px;
}
div#rightColumn
{
	float: right;
	width: 283px;
	height: 100%;
	min-height: 800px;
	vertical-align: top;
	background-image: url( rightColumn_bg.gif);
	background-repeat: repeat-y;
}
div#content
{
	width: 720px;
	height: 100%;
	float: left;
	padding: 6px 6px 6px 6px;
	background-repeat: repeat-x;
}
div#footer
{
	clear: both;
	width: 100%;
}
div.smallgraytext
{
	font-size: 0.7em;
	font-weight: bold;
	color: #CCCCCC;
}
#search
{
	margin-top: 1em;
}
#dnn_RightPane div.c_head
{
	width: 100%;
	background-color: White;
	background-image: url( 'rightColumn_content_bg.gif');
}

#dnn_RightPane div.head_title
{
	border-bottom: solid 2px #008A5E;
}

/******* MENU ***********/
.MainMenu_MenuContainer
{
	background-image: url( MenuItem_BG.gif);
	background-repeat: repeat-y;
	width: 240px;
	height: auto;
}

.MainMenu_MenuBar td
{
	padding-left: 42px;
	height: 25px;
	width: 198px;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_SubMenu
{
	margin-top: 0px;
	padding-left: 0px;
}

.MainMenu_MenuItemSel td
{
	background-image: url(MenuItem_BG_selected.gif );
	background-repeat: no-repeat;
	height: 25px;
	font-weight: bold;
	padding-left: 42px;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	display: none;
}

/*
.MainMenu_MenuBar { cursor: pointer; cursor: hand; }
.MainMenu_MenuItem { background: transparent; cursor: pointer; cursor: hand; color: #fff; font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; border-bottom: #505052 1px solid; border-top: #505052 1px solid; padding: 2px 10px 3px 5px; }
.MainMenu_MenuItemSel { background: #eee; cursor: pointer; cursor: hand; color: #333; font-family: Tahoma; font-size: 11px; font-weight: bold; font-style: normal; border: 0; padding: 2px 10px 3px 5px; }
.MainMenu_MenuIcon { display: none; }
.MainMenu_SubMenu { z-index: 1000; cursor: pointer; cursor: hand; background: #505052; filter: none; border: 2px solid #f6f6f6; margin-top: 12px; padding: 2px; }
.MainMenu_MenuBreak { border-bottom: #f00 1px solid; border-left: #f00 0px solid; border-top: #f00 1px solid; border-right: #f00 0px solid; background-color: transparent; height: 6px; display: none; }
.MainMenu_MenuArrow { font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand; border-right: #505052 1px solid; border-bottom: #505052 1px solid; border-top: #505052 0px solid; display: none; }
.MainMenu_RootMenuArrow { font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand; display: none; }
*/
/******* END MENU ***********/
