.home_content
{
    width:576px;
}
.home_contenttop
{
    width:576px;
}
.home_contentleft
{
    width:50%;
}
.home_contentright
{
    width:50%;
}
.home_contentbottom
{
    width:576px;
}
.default_content
{
    width:100%;
}
.default_contenttop
{
    width:100%;
}
.default_contentleft
{
    width:175px;
}
.default_contentcenter
{
    width:100%;
}
.default_contentright
{
    width:175px;
}
.default_contentbottom
{
    width:100%;
}

.footer
{
    background-image:url(footer_dither.gif);
    background-repeat:repeat-x;
    text-align:center;
}
.footertext
{
    font-size:8pt;
    text-align:center;
    color:#e0e0e0;
    font-family:Arial;
    vertical-align:middle;
}
.footer A:hover
{
    color:Blue;
}
.CSNeu_controlpanel {
	background-color: #B9CDFB;
	width:100%;
	border:solid 1px #404040;
}

/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:24px;
	background-color: transparent;
	border:none;
}
.MainMenu_RootMenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	height: 24px;	
	background-color: transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_RootMenuItemSel {
	background-color: transparent; 
	cursor: pointer;
	cursor: hand;
	color: #4753B5;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 24px;
}
.Mainmenu_SubMenuItemActive {
	cursor: pointer; 
	cursor: hand; 
	border:none;
	color: red; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	height: 24px;
	background-color:Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuItem 
{
    border:none;
    background-color:Transparent;
    color:White;
}
.MainMenu_SubMenuItemSel {
	background-color: #2B4FC2; 
	cursor: pointer; 
	cursor: hand; 
	border:none;
	color: #FFF201;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 24px;
}
.MainMenu_MenuIcon {
	background-color: #4A80DD; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 24px;
	border:none;
}
.MainMenu_SubMenu {
	background-color: #4A80DD;
	border:solid White 1px;
	color:White;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3)
	       progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
    border: none;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border: none;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}


