
a:focus, a:hover, a:active
{
	outline: none;
}

#navdiv
{
	width: 267px;
}

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: 350px;
	_height: 350px;
}

.MainMenu_RootMenuItem:first-letter, .MainMenu_RootMenuItemActive:first-letter
{
	padding-left: 10px;
}

.Head, h2
{
	text-transform: uppercase;
	font-family: Arial;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}

#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;
}

a.TopLinks:link, a.TopLinks:visited, a.TopLinks:active
{
	font-family: Arial;
	color: #3c2415;
	font-size: 10px;
	text-decoration: none;
}

a.TopLinks:hover
{
	font-family: Arial;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

/* Menu Items */
#navdiv a:link, #navdiv a:visited, #navdiv a:active
{
    font-family: Arial;
    font-size: 15px;    
    text-decoration: none;
    color: #ffffff;
}

#navdiv a:hover
{
	font-family: Arial;
    font-size: 15px;    
    text-decoration: none;
	color: #ffffff;
}

.MainMenu_RootMenuItemActive
{
	background: url(images/nav_bg.png) no-repeat;
	line-height: 28px;
    height: 30px;
	width: 267px;
    display: block;
    margin: 0 0 -16px 0;
    color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	text-transform: uppercase;
	cursor: hand;
}
.MainMenu_RootMenuItem
{
	line-height: 28px;
	height: 30px;
	display: block;
	margin: 0 0 -16px 0;
    font-family: Arial;
	font-size: 15px;
	text-transform: uppercase;
	cursor: hand;
}
.MainMenu_SubMenuItem
{
    font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	cursor: hand;
	margin: -20px 0 -10px 20px;
	height: 14px;
	line-height: 14px;
	display: block;
}

.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;
}

