#Body
{
	overflow-y: scroll;
}

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, .sidepane
{
	min-height: 250px;
	_height: 250px;
}

.borderPosition
{
	padding: 5px;
}

#ContentPane
{
	padding: 0 10px 0 10px;
	width: 100%;
}

.Head, h2
{
	font-family: Arial;
	font-size: 17px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3d2f22;
}

.DNN_News_ItemLink, a.DNN_News_ItemLink:link, a.DNN_News_ItemLink:visited, a.DNN_News_ItemLink:active, a.DNN_News_ItemLink:hover
{
	font-family: Arial;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}

.SideboxHead
{
	font-family: Arial;
	font-size: 17px;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

#ControlPanel .SubHead, .ControlPanelHead
{
	color: #ffffff;
}

#ControlPanel .CommandButton, .ControlPanelButton, a.ControlPanelButton:link, a.ControlPanelButton:visited, a.ControlPanelButton:active, a.ControlPanelButton:hover
{
	color: #ffffff;
}

.SkinObject, a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active, a.SkinObject:hover
{
	color: #3d2f22;
	font-weight: normal;
}

#dnn_dnnLOGIN_cmdLogin, #dnn_dnnLOGIN_cmdLogin .SkinObject
{
	color: #ffffff;
	font-weight: normal;
}

.headerPosition
{
	padding-top: 3px;
}

/* Menu Items */
#navdiv a
{
	color: #3d2f22;
}
#navdiv a:hover
{
	color: #ffffff;
}

.MainMenu_MenuContainer td
{
    text-align: center;
    vertical-align: bottom;
	height: 27px;
	width: 140px;
}

.MainMenu_RootMenuItem
{
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
}
.MainMenu_RootMenuItemActive
{
    text-transform: uppercase;
	background: url(images/nav_bg.png) no-repeat center 4px;
	width: 130px;
    font-family: Arial;
    font-weight: normal;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.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
{
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}

a.footer:hover
{
	color: #ffffff;
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
}

