html
{
	background: url(images/body_bg.png);
}

a:focus, a:hover, a:active
{
	outline: none;
}

table, tr, td
{
	padding: 0;
}

p
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.Normal
{
	font-family: Arial;
	font-size: 14px;
	line-height: 19px;
	color: #ffffff;
}

.Top
{
	font-family: Garamond, Arial;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
}

h3
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.contentpane
{
	min-height: 150px;
	_height: 150px;
}

.Head, h2
{
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
}

.SubHead
{
	color: #ffffff;
}

a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active, a.CommandButton:hover, a:link, a:visited, a:active, a:hover
{
	color: #ffffff;
}

#dnn_dnnLOGIN_cmdLogin
{
	color: #ffffff;
	font-weight: normal;
}

#ControlPanel .SubHead, .ControlPanelHead, #ControlPanel .CommandButton, .ControlPanelButton, a.ControlPanelButton:link, a.ControlPanelButton:visited, a.ControlPanelButton:active, a.ControlPanelButton:hover
{
	color: #ffffff;
}

/* Menu Items */
#navdiv
{
	height: 24px;
	position: relative;
	top: -2px;
}

.MainMenu_RootMenuItem
{
	color: #ffffff;
    font-family: Arial;
    font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}
.MainMenu_RootMenuItemActive, .MainMenu_RootMenuItemSelected
{
    color: #3c2415;
    font-family: Arial;
    font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}
.MainMenu_RootMenuItemSeparator
{
	color: #ffffff;
	font-family: Arial;
    font-weight: bold;
	font-size: 15px;
}

.SubMenu_RootMenuItem
{
    color: #ffffff; 
    text-decoration: none;  
    font-family: Arial;
    font-size: 14px;
    padding: 4px 8px 4px 8px;
}

.SubMenu_RootMenuItemActive
{
    font-family: Arial;
    font-size: 14px;
    color: #3c2415;
}

.footer, a.footer
{
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
}

