#body
{
	background: url(images/body_background.jpg);
	overflow-y: scroll;	
}

a:focus, a:hover, a:active
{
	outline: none;
}

a:link, a:active, a:visited
{
	color: Black;
	text-decoration: underline;
}

a:hover
{
	color: Blue;
}

table, tr, td
{
	padding: 0;
}

p
{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.Normal
{
	font-family: Tahoma, Helvetica, Arial;
	font-size: 14px;
	line-height: 19px;
}

h3
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 15px;
	font-weight: bold;
}

.contentpane
{
	padding-top: 25px;
}
/*
.MainMenu_RootMenuItem:first-letter, .MainMenu_RootMenuItemActive:first-letter
{
	padding-left: 10px;
}
*/
.Head, h2
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 16px;
	font-weight: bold;
}
/* Control Panel */

#ControlPanel .SubHead, .ControlPanelHead, #dnn_dnnLOGIN_cmdLogin
{
	color: #ffffff;
}

#ControlPanel .CommandButton, .ControlPanelButton, a.ControlPanelButton:link, a.ControlPanelButton:visited, a.ControlPanelButton:active, a.ControlPanelButton:hover
{
	color: #ffffff;
}

/* Header */
.header 
{
	width: 830px;
	position: relative;
	left: -3px;
}

.headerBG
{
	background: url(images/mm_top2.png) no-repeat;
}

a.headerLink:link, a.headerLink:visited, a.headerLink:active
{
	display: block;
	width: 502px;
	height: 94px;
	position: relative;
	left: -125px;
	text-indent: -999em;
	top: 8px;
}

/* End Header */

/* Menu Items */
#navdiv
{
	background: url(images/navigation_background.png) no-repeat;
	height: 95px;
	width: 920px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
	
}

#tbldnn_dnnNAV_ctldnnNAVMenuBar tr td tr td
{
/*	padding: 0px 0px 0px 40px;*/
	height: 40px;
	text-align: center;
}

.MainMenu_RootMenuItem
{
	color: #000000;
    	font-family: Georgia, Times New Roman, Arial;
    	font-weight: normal;
	font-size: 15px;
	text-transform: capitalize;
	cursor: pointer;
	padding: 0px 5px;
}
.MainMenu_RootMenuItemActive, .MainMenu_RootMenuItemSelected
{
    	color: #000000;
    	font-family: Georgia, Times New Roman, Arial;
    	font-weight: normal;
	font-size: 15px;
	text-transform: Capitalize;
	cursor: pointer;
	background: url(images/menu_moose.png) no-repeat;
	background-position: 0px 0px;
}

.MainMenu_RootMenuItemSeparator
{
	color: #000000;
	font-family: Georgia, Times New Roman, Arial;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
}

.SubMenu_RootMenuItem
{
    color: #000000; 
    text-decoration: none;  
    font-family: Georgia, Tahoma, Arial, Helvetica;
    font-size: 12px;
    padding: 0 8px 0 8px;
}

.SubMenu_RootMenuItemActive
{
    font-family: Georgia, Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #000000;
}
/* End Menu */

/* Footer */
.footer
{
	background: url(images/footer_bg.png) no-repeat;
	width: 855px;
	height: 45px;
	color: White;
	font-size: 12px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:hover
{
	color: White;
}

/* End Footer */

td.EventNextPrev {vertical-align: middle !important;}
td.EventNextPrev a:hover {color: blue !important;}
.ThemeGray a:hover {color: blue !important;}
td.EventDay {text-align: left !important;padding: 2px !important;}
table.Event {width: 100% !important;text-align: left !important;}
div.ThemeGray .SubHead {color: #000 !important;}