html
{
  margin: 0;
  padding: 0;
}

html, body {
	height: 100%;
	}

body
{
  padding: 0;
  xbackground-color: #353430;
  background-color:#ffffff;
  background-color:#EFBE3B;
  font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
  font-size: 12pt;
  color: #353430;

}

#ContentDiv
{
  width: 100%;
  background-color:#353430;
  margin: 0 auto;
  min-height: 100%;
  xtext-align: center; 
  /*border:solid 1px black;*/
}

p, h1, h2, h3, h4, h5, h6, td, th, div, table
{
  margin: 0px;
}


/*

*/
TD, DIV
{
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    xfont-size: 12pt;
    font-weight: normal;
}
TH
{
    vertical-align: baseline;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    xfont-size: 12px;
    font-weight: bold;
    xcolor: #003366;
}

p
{
  xfont-size: 1.2em;
  line-height:1.25em;
  margin-bottom: 1.25em;
}


A:active {
	COLOR: #9B3A3A;
	TEXT-DECORATION: underline
}

A:hover {
	COLOR: #BF3B3B;
	TEXT-DECORATION: underline
}

A:visited {
	COLOR: #9B3A3A;
	TEXT-DECORATION: underline
}

A:link {
	COLOR: #9B3A3A;
	TEXT-DECORATION: underline
}


.Head
{
  font-size: 14pt;
  font-weight: bolder;
  xcolor:#353430
}

.SubHead
{
  font-size: 10pt;
  font-weight: bold;
}

/* =Structure
----------------------------------------------- */
#MainContent
{
  width: 756px;
  xtext-align: center;
  vertical-align: top;
  margin:0 auto;
  padding-top: 15px;
  margin-bottom:25px
}

/* =Header
----------------------------------------------- */
#Header
{
  background-color: white;
  width: 746px;
  height: 83px;
  xheight: 91px;
  border: solid 4px white;
}

#HeaderLogo
{
  width: 503px;
  xwidth: 753px;
  height: 83px;
  background: url(images/ArmenianHeader2.jpg) no-repeat;
  xbackground-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;
  padding-top:5px;
  padding-bottom:5px
}



/* =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;
  xfont-size: .75em;
  vertical-align: top;
  margin: 5px 0px;
  xcolor: #2F2102;
  height: auto;
  padding: 10px;
}

#MainContentTable p
{
  xcolor: #2F2102;
  text-align: justify;
  xline-height: 1.4em;
}

#ContentPane
{
}

#ContentPane p
{
  padding: 5px;
  xcolor: #2F2102;
  text-align: left;
  line-height: 1.4em;
}



/* =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
{
  xbackground-color: #bcb28f;
  width: 746px;
  font-size: .6em;
  xborder: solid 4px white;
  margin-top:15px
}

#Footer p
{
  margin: 0;
  padding: 5px 5px;
  xcolor: #2D1F01;
  color: #fff;
  text-align: center;
}

p.Disclaimer
{
line-height:1.3em;
font-size:125%;
margin-top:15px;
margin-bottom:25px  
}

/* =Shadow
----------------------------------------------- */
.xShadow
{
  filter: progid:DXImageTransform.Microsoft.Shadow(color=  '444F40' , Direction=135, Strength=4);
}


/* =Overide Default DNN CSS
----------------------------------------------- */
/**/



/* =RightConent
----------------------------------------------- */




/* =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
{
  xfont-family: Trebuchet MS, Tahoma, Arial, Helvetica;
  xfont-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
{
  xfont-family: Trebuchet MS, Tahoma, Arial, Helvetica;
  xfont-size: 10pt;
  font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
  font-family: Trebuchet MS, 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: Trebuchet MS, Tahoma, Arial, Helvetica;
  font-size: 10pt;
  font-weight: normal;
}
