.body{
	background-color: #003b5e;
	width: 100%;
	height: 100%;
}
.content{
	background-color: #e2ddca;
	width: 100%;
}
/* ================================
CSS STYLES FOR DotNetNuke
================================
/* GENERAL */
/* style for module titles */
.Head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #003b5e;
}
.ContentPane
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}
.RightPane
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}
/* GENERIC */
H1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #003b5e;
}
H2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #c0272d;
}
H3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

/* Main Menu */
.MainMenu_MenuBreak
{
    height:1px;
    background-color:Transparent;
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
}

.MainMenu_MenuItem
{
	cursor: hand;
    color: #e2ddc9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: none;
    font-style: normal;
    border-left: #f0f0f0 0px solid;
    border-bottom: #f0f0f0 0px solid;
    border-top: #f0f0f0 0px solid;
    border-right: #f0f0f0 0px solid;
    height: 36;
	background-image: url(submenu.jpg);
	background-repeat: repeat;
	vertical-align: center;
	width: 125px;
	text-indent: 9px;
}

.MainMenu_RootMenuItem
{
    background-color: #e89e23;
    cursor: hand;
    color: #003b5e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    border-left: #FFFFFF 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
    height: 36;
    text-align: center;
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
	text-indent: 0px;


}
.MainMenu_MenuItemSel
{
    background-color: #bbb482;
    cursor: hand;
    color: #003b5e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: none;
    font-style: normal;
	background-image: url(menu_high.jpg);
	background-repeat: no-repeat;
    text-align: center;
    height: 36;
	text-indent: 0px;

}
.MainMenu_SubMenuItemSelected
{
    background-color: #003b5e;
    cursor: hand;
    color: #bbb482;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: none;
    font-style: normal;
    text-align: left;
	background-image: url(submenu.jpg);
	background-repeat: repeat;
	vertical-align: center;
	width: 125px;
	text-indent: 9px;

}
.MainMenu_SubMenu
{
    background-color: #003b5e;
	z-index: 1000;
    cursor: hand;
    border-bottom: #005dac 0px solid;
    border-left: #005dac 0px solid;
    border-top: #005dac 0px solid;
    border-right: #005dac 0px solid;
    vertical-align: center;
	height: 36;
	width: 125px;
}

.MainMenu_MenuIcon{ display:none; }

.MainMenu_RootMenuArrow{ display:none; }

.MainMenu_MenuArrow{ display:none; }

.MainMenu_MenuContainer
{
width: 600px;
}
.MainMenu_RootMenuitem TD
{
width: 125px;
}
.MainMenu_MenuitemSel TD
{
width:125px;
}
}
html>body .MainMenu_RootMenuitem TD
{
width: 125px;
}
html>body .MainMenu_MenuitemSel TD
{
width:125px;
}


.GlobalLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #bbb482;
    text-decoration: none;
}
a.GlobalLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #bbb482;
    text-decoration: none;
}
.User
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #bbb482;
    text-decoration: none;
}
a.User
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #c0272d;
    text-decoration: none;
}
a:hover.User
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #bbb482;
    text-decoration: underline;
}
a:hover.GlobalLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #bbb482;
    text-decoration: underline;
}
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
	line-height: 20px;
}
.Normalbold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    text-style: bold;
	line-height: 20px;
}

