html
{
	background: url(images/body_bg.png);
}

a:focus, a:hover, a:active
{
	outline: none;
}

table, tr, td
{
	padding: 0;
}

p
{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.Normal
{
	font-family: Arial;
	font-size: 14px;
	line-height: 19px;
}

h3
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.contentpane
{
	min-height: 375px;
	_height: 375px;
}

.MainMenu_RootMenuItem:first-letter, .MainMenu_RootMenuItemActive:first-letter
{
	padding-left: 10px;
}

.Head, h2
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

#ControlPanel .SubHead, .ControlPanelHead, #dnn_dnnLOGIN_cmdLogin
{
	color: #000000;
}

#ControlPanel .CommandButton, .ControlPanelButton, a.ControlPanelButton:link, a.ControlPanelButton:visited, a.ControlPanelButton:active, a.ControlPanelButton:hover
{
	color: #000000;
}

/* Menu Items */
#navdiv
{
	padding: 5px 0 5px 0;
}

.MainMenu_RootMenuItem
{
	color: #000000;
    font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.MainMenu_RootMenuItemActive, .MainMenu_RootMenuItemSelected
{
    color: #cc0033;
    font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.MainMenu_RootMenuItemSeparator
{
	color: #000000;
	font-family: Times New Roman, Arial;
    font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.SubMenu_RootMenuItem
{
    color: #000000; 
    text-decoration: none;  
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    padding: 0 8px 0 8px;
}

.SubMenu_RootMenuItemActive
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #000000;
}

.footer, a.footer:link, a.footer:visited, a.footer:active, a.footer:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

