/* Main Style */


body {
  margin: 0px;
  background-color: #000000;
  font-family:  sans-serif, arial 12pt;
  color: #FFFFFF;
}


A:link {text-decoration: none; color: #FFFFFF;}
A:visited {text-decoration: none; color: #FFFFFF;}
A:active {text-decoration: none; color: #FFFFFF;}
A:hover {text-decoration: none; color: #000000; background-color: #F2C061;}

.linkitem a:hover {
  color: #000000;
  font-style: italic;
  font-weight: bold;
  background-color: #F1C061;
}

.linkitem a {
display: block;
}

#wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}

#maintable {
  width: 970px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 4px;
  background-color: #800000;
  border-collapse: collapse;
  color: #FFFFFF;
  font-family:  sans-serif, arial;
  font-size: 9pt;
  font-weight: bold;
}

#header {
  height: 242px;
  width: 970px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #800000;
}

#HeaderContent {
  height: 236px;
  width: 968px;
  margin-top: 4px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #800000;
  border: 1px solid #F4ED76;
}

#topmenuarea {
  width: 100%;
  height:27px;
  line-height: 27px;
  color: #000000;
  background-color: #F1C061;
  border-top: 1px solid #323232;
  border-bottom: 2px solid #323232;
}

.sidecolumnsTD {
  width: 170px;
  vertical-align: top;
  height: 100%;
  padding-top: 4px;
}

#center_columnTD {
  width: 626px;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  background-color: #800000;
  border-right: 5px solid #323232;
  border-left: 5px solid #323232;
}

#centercontent {
  width: 622px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  background-color: #323232;
  padding: 2px 2px 2px 2px;
  margin: 0px 2px 0px 2px;
}

.sidebar_leftcol {
  background-color: #800000;
  margin-top: 2px;
  width: 166px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 3px;
  border-right: 2px #323232;
}

.sidebar_rightcol {
  background-color: #800000;
  margin-top: 2px;
  width: 166px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 3px;
  border-left: 2px #323232;
}

.sidecontent {
  width: 160px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  background-color: #323232;
  border: 2px solid #323232;
}

.titles {
  width: 100%;
  height: 24px;
  line-height: 24px;
  background-color: #F1C061;
  background-image: url(http://www.namguardianangel.com/images/indentbg.png);
  background-repeat: repeat-x;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}

.links {
  text-align: left;
  padding-top: 4px;
  padding-left: 2px;
}


.sidespacer {
   width: 100%;
   height: 1px;
   background-color: #800000;
}

#bottombar {
  width: 100%;
  height: 4px;
  background-color: #F1C061;
  border-top: 2px solid #323232;
  border-bottom: 2px solid #323232;
}

#footer {
  height: 76px;
  width: width: 970px;
  background-color: #800000;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 4px;
}

#footercontent {
  height: 66px;
  width: 968px;
  background-color: #323232;
  border: 1px solid #F1C061;
  padding-top: 7px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #000000; /*black border*/
border-width: 1px 0;
background: black url(http://www.namguardianangel.com/images/indentbg.png) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(http://www.namguardianangel.com/images/indentbg2.png) center center repeat-x;
}


