img {
border: 0px;
}
.body {
background: #18b0be;
width: 100%;
height: 100%;
}
.header {
background:   url(images/header.gif) no-repeat;
width: 786;
height: 234;
padding: 0px 0px 15px 100px;
}
.header_left {
background:   url(images/header_left.gif) no-repeat right top #18b0be;
height: 234;
}
.blue {
background: #18b0be;
}
.left {
background:   url(images/left.gif) repeat-y;
width: 11;
}
.right {
background:   url(images/right.gif) repeat-y;
width: 11;
height: 100%;
}
.content_bg {
background:   url(images/content_bg.gif) repeat-x #a2b73b;
height: 397;
}
.middle {
background:   url(images/sep_top.gif) repeat-y;
width: 13;
}
.menu_top {
background:   url(images/menu_top.gif) no-repeat;
width: 213;
}
.menu_bg {
background-color: #D5742C;
width: 213;
}
.bottom {
background:   url(images/btm.gif) repeat-x;
width: 392;
height: 17;
}
.bottom2 {
background:   url(images/btm2.gif) repeat-x;
width: 237;
height: 17;
}
.text {
background:   url(images/extending.gif) no-repeat top right;
width: 100%;
padding-top: 25px;
}
/* ================================
CSS STYLES FOR DotNetNuke
================================
/* GENERAL */
/* style for module titles */
.Head
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #51221b;
}
.subhead
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #51221b;
}
.subheadblack
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

/* GENERIC */
H1
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #403c32;
}
H2
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #51221b;
}
H3
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #51221b;
}
H4
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #51221b;
}
H5
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
H6
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

/* Main Menu */
.MainMenu_MenuBar
{
    cursor: hand;
    height: 30;
    border: 0px;
	margin: 0px;
	padding: 0px;
}
.MainMenu_MenuBreak
{
      border:none;
	  width: 0px;
	  height: 0px;
      background-color:Transparent;
	  margin: 0px;
	  padding: 0px;
}

.MainMenu_MenuItem
{
   	background-color: transparent;
    cursor: hand;
    color: #51221b;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    height: 25;
	border-bottom: #666666 0px solid;
    border-left: #666666 0px solid;
    border-top: #666666 0px solid;
    border-right: #666666 0px solid;
	text-align: left;
	vertical-align: center;
	padding: 0px 20px 0px 15px;
}

.MainMenu_RootMenuItem, .MainMenu_RootMenuItem TD
{
	background:  transparent;
    cursor: hand;
    color: #51221b;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    border-left: #BCBEC0 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #BCBEC0 0px solid;
    border-right: #BCBEC0 0px solid;
    height: 31;
    text-align: center;
	padding: 0px 7px 0px 7px;
	margin-top: 0px;
}
.MainMenu_RootMenuItemSel, .MainMenu_RootMenuItemSel TD
{
	background: url(images/menu_high.png) repeat-x;
    cursor: hand;
    color: #ffffff;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    border-left: #BCBEC0 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #BCBEC0 0px solid;
    border-right: #BCBEC0 0px solid;
    height: 31;
    text-align: center;
	padding: 0px 7px 0px 7px;
	margin-top: 0px;
}
.MainMenu_RootMenuItemActive, .MainMenu_RootMenuItemBreadCrumb, .MainMenu_RootMenuItemActive TD, .MainMenu_RootMenuItemBreadCrumb TD
{
	background: url(images/menu_high.png) repeat-x;
    cursor: hand;
    color: #ffffff;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: bold;
    border-left: #BCBEC0 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #BCBEC0 0px solid;
    border-right: #BCBEC0 0px solid;
    height: 31;
    text-align: center;
	padding: 0px 7px 0px 7px;
	margin-top: 0px;
}
.MainMenu_SubMenuItemSelected
{
    background: #d5742c;
    cursor: hand;
    color: #ffffff;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
	border-bottom: #666666 0px solid;
    border-left: #666666 0px solid;
    border-top: #666666 0px solid;
    border-right: #666666 0px solid;
    height: 25;
	padding: 0px 20px 0px 15px;
}
.MainMenu_SubMenu
{
    margin-top: 0px;
	z-index: 1000;
    cursor: hand;
    background-color: #d5742c;
    border-bottom: #51221b 0px solid;
    border-left: #51221b 0px solid;
    border-top: #51221b 0px solid;
    border-right: #51221b 0px solid;
    vertical-align: center;
}
	
.MainMenu_MenuIcon{ display:none; }

.MainMenu_RootMenuArrow{ display:none; }

.MainMenu_MenuArrow{ display:none; }


.MainMenu_MenuContainer
{
}
.MainMenu_MenuContainer TD
{
}
html>body .MainMenu_RootMenuitem TD
{
}
html>body .MainMenu_MenuitemSel TD
{
}

/* Main Menu */
.MainMenu2_MenuBar
{
    cursor: hand;
    height: 30;
    border: 0px;
	margin: 0px;
	padding: 0px;
}
.MainMenu2_MenuBreak
{
      border:none;
	  width: 0px;
      background-color:Transparent;
	  margin: 0px;
	  padding: 0px;
}
.MainMenu2_RootMenuItem, .MainMenu2_RootMenuItem TD
{
	background:  transparent;
    cursor: hand;
    color: #51221b;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 13x;
    font-weight: normal;
    font-style: normal;
    border-left: #BCBEC0 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #BCBEC0 0px solid;
    border-right: #BCBEC0 0px solid;
    height: 34;
    text-align: center;
	width: 212;
}
.MainMenu2_RootMenuItemSel, .MainMenu2_RootMenuItemSel TD
{
	background:  url(images/active.gif) repeat-x;;
    cursor: hand;
    color: #ffffff;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: bold;
    border-left: #BCBEC0 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #BCBEC0 0px solid;
    border-right: #BCBEC0 0px solid;
    height: 34;
    text-align: center;
	width: 212;
}
.MainMenu2_RootMenuItemActive, .MainMenu2_RootMenuItemBreadCrumb, .MainMenu2_RootMenuItemActive TD, .MainMenu2_RootMenuItemBreadCrumb TD
{
	background:  url(images/active.gif) repeat-x;;
    cursor: hand;
    color: #ffffff;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: bold;
    border-left: #BCBEC0 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #BCBEC0 0px solid;
    border-right: #BCBEC0 0px solid;
    height: 34;
    text-align: center;
	width: 212;
}
	
.MainMenu2_MenuIcon{ display:none; }

.MainMenu2_RootMenuArrow{ display:none; }

.MainMenu2_MenuArrow{ display:none; }


.MainMenu2_MenuContainer
{
}
.MainMenu2_MenuContainer TD
{
}
html>body .MainMenu2_RootMenuitem TD
{
}
html>body .MainMenu2_MenuitemSel TD
{
}
a:link
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    color: #5c271e;
    text-decoration: none;
}
a:hover
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    color: #7ab9ec;
    text-decoration: underline;
}
a:visited
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    color: #5c271e;
    text-decoration: none;
}
a:active
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    color: #5c271e;
    text-decoration: none;
}
.User
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    color: #5c271e;
    text-decoration: none;
}
a.User
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    color: #5c271e;
    text-decoration: none;
}
a:hover.User
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: underline;
}
a:visited.User
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    color: #5c271e;
    text-decoration: none;
}
a:active.User
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    color: #5c271e;
    text-decoration: underline;
}
.GlobalLink
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    color: #5c271e;
    text-decoration: none;
}
a.GlobalLink
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    color: #5c271e;
    text-decoration: none;
}

a:hover.GlobalLink
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: underline;
}
a:visited.GlobalLink
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    color: #5c271e;
    text-decoration: underline;
}
.Normal
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    color: #000000;
	line-height: 18pt;
}
.Normalbold
{
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    color: #000000;
    text-style: bold;
}
