html
{
  margin: 0;
  padding: 0;
}

body
{
  padding: 0;
  background-color: #758270;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 10pt;
}

#ContentDiv
{
  width: 100%;
  margin: 0 auto;
  text-align: center; 
  /*border:solid 1px black;*/
}

p, h1, h2, h3, h4, h5, h6
{
  margin: 0px;
}

p
{
  margin-bottom: 8px;
}

.Head
{
  font-size: 12pt;
  font-weight: bolder;
}

.SubHead
{
  font-size: 10pt;
  font-weight: bold;
}

/* =Structure
----------------------------------------------- */
#MainContent
{
  width: 756px;
  text-align: center;
  vertical-align: top;
  margin:0 auto;
  padding-top: 15px;
}

/* =Header
----------------------------------------------- */
#Header
{
  background-color: white;
  width: 746px;
  height: 83px;
  border: solid 4px white;
}

#HeaderLogo
{
  width: 503px;
  height: 83px;
  background: url(images/NelandHeader.gif) no-repeat;
  background-color: white;
}

#HeaderPhoto
{
  width: 231px;
  height: 83px;
  background: url(images/HeaderPhoto.jpg) no-repeat;
  background-color: white;
}

/* =Navigation
----------------------------------------------- */
#Navigation
{
  background-color: transparent;
  width: 746px;
  height: 15px;
}

/* =main menu styles
----------------------------------------------- */

/*-- box that holds the menu --*/
.MainMenu_MenuContainer
{
  background-color: transparent;
  height: 15px;
  margin-top: 4px;
}

/*-- bar that holds the menu? --*/
.MainMenu_MenuBar
{
  cursor: hand;
  background-color: Transparent;
}

/*-- applies to items in submenus only --*/
.MainMenu_MenuItem
{
  font-family: Tahoma, Sans-Serif;
  color: white;
  border: solid 1px #B9A172;
  padding: 2px 4px 2px 2px;
  height: 15px;
}

/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel
{
  font-family: Tahoma, Arial, Sans-Serif;
  color: #2D1F01;
  cursor: hand;
  background-color: #B9A172;
  border: solid 1px #B9A172;
  padding: 2px 4px 2px 2px;
  height: 15px;
}

/*-- submenu container --*/
.MainMenu_SubMenu
{
  font-family: Tahoma, Sans-Serif;
  font-weight: bold;
  cursor: hand;
  background-color: #B9A172;
  padding: 2px 4px 4px 2px;
  height: 15px;
}

/*-- stuff we don't need to see --*/
.MainMenu_MenuIcon, .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak
{
  display: none;
}

/* =Top Content
----------------------------------------------- */
#TopPane
{
  background-color: white;
  width: 746px;
  margin: 5px 0px;
  padding: 4px;
  color: #2D1F01;
  font-size: .85em;
  vertical-align: top;
}

/* =Left Content
----------------------------------------------- */
#MainContentTable
{
  background-color: white;
  border: solid 4px white;
  font-size: .75em;
  vertical-align: top;
  margin: 5px 0px;
  color: #2F2102;
  height: auto;
  padding: 10px;
}

#MainContentTable p
{
  color: #2F2102;
  text-align: justify;
  line-height: 1.4em;
}

#ContentPane
{
}

#ContentPane p
{
  padding: 5px;
  color: #2F2102;
  text-align: left;
  line-height: 1.4em;
}

/* =Right Content
----------------------------------------------- */
#RightContentTable
{
  background-color: #8E6D68;
  border: solid 4px white;
  font-size: .75em;
  vertical-align: top;
  margin: 5px 0px;
  color: White;
  height: 100%;
  width: 242px;
}

/*
#RightContentTable td, #RightContentTable img, #RightContentTable a
{
  padding: 0px;
  margin: 0px;
}
*/

#RightPane
{
}

#RightPane p
{
  padding: 5px;
  color: white;
  text-align: left;
}

/* =Bottom Content
----------------------------------------------- */
#BottomPane
{
  background-color: white;
  width: 746px;
  height: 1%;
  margin: 5px 0px;
  padding: 4px;
  color: #2D1F01;
  font-size: .85em;
  vertical-align: top;
  clear: both;
}

/* =Footer
----------------------------------------------- */
#Footer
{
  background-color: #B9A172;
  width: 746px;
  font-size: .6em;
  border: solid 4px white;
}

#Footer p
{
  margin: 0;
  padding: 5px 5px;
  color: #2D1F01;
  text-align: center;
}


/* =Shadow
----------------------------------------------- */
.xShadow
{
  filter: progid:DXImageTransform.Microsoft.Shadow(color=  '444F40' , Direction=135, Strength=4);
}


/* =Overide Default DNN CSS
----------------------------------------------- */
/**/
.SkinObject
{
  color: #2D1F01;
  font-family: Tahoma, Arial, Sans-Serif;
  font-weight: bold;
  xfont-size: .75em;
  margin: 5px;
}

A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active
{
  text-decoration: none;
  color: #2D1F01;
}

A.SkinObject:hover
{
  text-decoration: underline;
  color: #2D1F01;
}

#Registration .SkinObject
{
  font-family: Tahoma, Arial, Sans-Serif;
  font-size: .6em;
}

#Registration A.SkinObject:link, #Registration A.SkinObject:visited, #Registration A.SkinObject:active
{
  text-decoration: none;
  color: White;
}

#Registration A.SkinObject:hover
{
  text-decoration: underline;
  color: White;
}


/* =RightConent
----------------------------------------------- */
#RightContentTable .Normal
{
  color: White;
  line-height: 16px;
}

#RightContentTable .Head
{
  color: White;
}

#RightContentTable .Normal A:link, #RightContentTable .Normal A:visited, #RightContentTable .Normal A:active
{
  color: White;
}

#RightContentTable .Normal A:hover
{
  color: White;
  text-decoration: underline;
}

/* =Lists
----------------------------------------------- */
ul
{
  margin-top: 0;
  margin-bottom: .75em;
  margin-left: 10px;
}

ul.plain
{
  margin-bottom: .3em;
}

ul.plain li
{
  padding-left: 5px;
  text-indent: 0;
  list-style-type: none;
}

td.Normal
{
  text-align: left;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, #StaffTable, #CadetTable
{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 10pt;
  font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
  color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 10pt;
  font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 10pt;
  font-weight: bold;
  color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 10pt;
  font-weight: normal;
}

.DnnModule {z-index:1;}
