/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/
body {
  background: #222 url(../img/topstripes.png) repeat-x scroll center top;
  color: #EEE;
}

.container a:link {
  text-decoration: underline;
  color: #33CC33;
}
.container a:visited {
  text-decoration: underline;
  color: #67cc67;
}
.container a:hover {
  text-decoration: underline;
  color: #e11919;
}
.container a:active, .container a:focus {
  text-decoration: underline;
  color: #FFF;
}

div.colborder {
  border-color: #444;
}

/**************************************/
/*              GLOBALS               */
/**************************************/
html {
  font-family: verdana, helvetica, "microsoft sans serif" , arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: consolas, lucida console, "courier new" , monaco;
}

.offscreen {
  position: absolute;
  left: -10000px;
  top: -10000px;
}

/**************************************/
/*              HEADER                */
/**************************************/

#header {
  height: 80px; /* border-bottom: 1px solid #444; */
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active, #header h1 a:focus {
  text-decoration: none;
  color: #FFF;
}
#header h1 a:hover {
  text-decoration: underline;
  color: #FFF;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/

h3#navHeader {
  width: 44px;
  height: 40px;
  background-image: url(../img/brackets2.png);
  background-repeat: no-repeat;
}
h3#navHeader {
  text-indent: -100em;
}


#navMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
}

#navMenu li {
  position: relative;
}

#navMenu li a {
  display: block;
  width: auto;
  padding: 5px 0;
  text-decoration: none;
  font-size: 150%;
}

#navMenu li a:link {
  color: #EEE;
}

#navMenu li a:visited {
  color: #DDD;
}

#navMenu li a:active, #navMenu li a:focus {
  color: #FFF;
}
#navMenu li a:hover {
  color: #e11919;
}

/* Holly Hack for IE \*/
* html #navMenu li {
  float: left;
  height: 1%;
}
* html #navMenu li a {
  height: 1%;
}
/* End */


/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#maincontent {
  min-height: 400px;
  height: auto !important;
  height: 400px;
}

img.imgLeft {
  float: left;
  margin-right: 20px;
}

fieldset.standardForm label {
  width: 125px;
  display: block;
  float: left;
  text-align: right;
  padding-right: 1em;
}
fieldset.standardForm div.fieldItem {
  margin-bottom: .5em;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#footer {
  /* border-top: 1px solid #444; */
}

