*
{
  margin: 0em;
  padding: 0em;
}

h1, h2
{
}

body
{
  font-family: Arial, sans-serif;
  font-size: 10pt;
  color: #666;
  background-color: #580061;
}

a
{
  color: #888888;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

img
{
  border: none;
}

/* Outer */

#outer
{
  margin: 0 auto;
  padding: 0em;
  width: 1003px;
  border: 1px solid #dfdfdf;
}

#outerfixed
{
  padding: 0em;
  margin: 0em;
}


/* Header */

/*
#header
{
	position: relative;
	background-image: url(header_bgl.gif), url(header_bgr.gif);
	background-repeat: no-repeat, repeat-x;
	height: 6em;
	padding-left: 2em;
}
*/
#header
{
  background-image: url(images/header.gif);
  height: 132px;
}

#header h1
{
  position: absolute;
  top: 1em;
  font-size: 2.2em;
  letter-spacing: -0.05em;
}

#header h1 a
{
  color: #fff;
  text-decoration: none;
}

#header h2
{
  position: absolute;
  font-size: 0.8em;
  top: 8em;
  color: #E0E8EF;
}

/* Menu */
#homeimg
{
  position: relative;
}

/* NEW */

#menu
{
  z-index: 100;
  background-image: url(images/menu_bg.gif);
  background-repeat: repeat-x;
  height: 31px;
  border: 1px solid #919191;
}


#menu ul
{
  list-style: none;
}

#menu li
{
  display: inline;
  padding-left: 25px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-left: solid 1px silver;
}

#menu li.first
{
  border: 0em;
  margin-left: 0em;
  padding-left: 0em;
}

#menu li a
{
  color: #000000;
  font-weight: bold;
  padding: 0.1em;
  text-decoration: none;
}

#menu li a:hover
{
  text-decoration: underline;
}

#nav, #nav ul
{
  padding: 0;
  margin-top: 5px;
  margin-left: 50px;
  list-style: none;
}

#nav a
{
  display: block;
  width: 10em;
}

#nav li
{
  float: left;
  width: 40px;
}

#nav li ul
{
  display: block;
  border: 1px solid black;
  position: absolute;
  width: 12em;
  left: -999em;
}

#nav li ul li
{
  padding-left: 10px;
  margin-left: 10px;
}
#nav li:hover ul
{
  background: #dfdfdf;
  left: auto;
  margin-left: -65px;
}

/* Content */
#content
{
  line-height: 1.5em;
  background-color: #ffffff;
}

#content p
{
  margin-bottom: 1.5em;
}

#content h2, h3, h4, h5, h6
{
  color: #545454;
  margin-bottom: 1em;
  border-bottom: dashed 1px #dfdfdf;
  padding-bottom: 0.3em;
}

#content h2
{
  color: #3d017d;
  font-size: 1.5em;
  border-bottom: 2px solid #dfdfdf;
}

#content h3
{
  color: #3d017d;
  font-size: 1.1em;
  border-bottom: 1px solid #dfdfdf;
}

#content ul
{
  margin-bottom: 1.5em;
  padding-left: 1em;
  list-style: square;
}

#content li a
{
  color: #3d017d;
}

#content blockquote
{
  margin-bottom: 1.5em;
  padding: 0.75em 0.75em 0.75em 1.5em;
  border-left: solid 0.75em #008d81;
  background: #FDFDFD url( 'images/a7.gif' ) top left repeat-x;
}

#content blockquote p
{
  margin-bottom: 0em;
}

#content table
{
  margin-bottom: 1.5em;
  border-collapse: collapse;
  text-align: left;
}

#content table th
{
  font-weight: bold;
  padding: 0.5em;
}

#content table td
{
  padding: 0.5em;
  border-right: solid 1px #fff;
}

#content table tr.rowH
{
  color: #fff;
  background: #006192 url( 'images/a8.gif' ) top left repeat-x;
  border-right: solid 1px #fff;
}

#content table tr.rowA
{
  background: #F8F8F8 url( 'images/a6.gif' ) top left repeat-x;
  border-top: solid 1px #fff;
  color: inherit;
}

#content table tr.rowB
{
  background: #FDFDFD url( 'images/a7.gif' ) top left repeat-x;
  border-top: solid 1px #fff;
  color: inherit;
}

/* Table Style 1 */
.tablestyle1
{
  margin-bottom: 1.5em;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
}

.tablestyle1 td
{
  padding: 0.5em;
  border: 1px solid #dfdfdf;
}

.tablestyle1 caption
{
  padding: 0.5em;
  font-weight: bold;
  color: #000000;
  background-color: #dfdfdf;
}

/* Table Style 2 */
.tablestyle2
{
  margin-bottom: 1.5em;
  border-collapse: collapse;
  text-align: left;
  border: 5px solid #dfdfdf;
}

.tablestyle2 td
{
  padding: 2px;
  border: none;
}

/* Primary Content */
#primaryContentContainer
{
  background-color: #fff;
  float: right;
  margin: 0em -12.5em 0em -19em;
  width: 100%;
  background-color: #ffffff;
}

#primaryContent
{
  margin: .5em 13em 0em 15em;
  padding: 1.5em 3em 1.5em 1em;
  background-color: #ffffff;
}

#primaryContent a
{
  color: blue;
  font-weight: bold;
  text-decoration: underline;
}

/* Secondary Content */

#secondaryContent
{
  position: relative;
  float: left;
  width: 10em;
  padding: 2.1em 2em 1.5em 2em;
  background: #fff;
}

#secondaryContent .xbg
{
  position: absolute;
  right: 0em;
  bottom: -304px;
  background: #fff url( 'images/pupleSquares3.gif' ) top left no-repeat;
  height: 304px;
  width: 180px;
}

/* Tertiary Content */

#tertiaryContent
{
  position: relative;
  float: right;
  width: 8.5em;
  padding: 2em;
  z-index: 0;
  background-color: #ffffff;
}

#tertiaryContent .xbg
{
  position: absolute;
  left: 0em;
  bottom: -64px;
  background: #fff url( 'images/a4.gif' ) top left no-repeat;
  height: 64px;
  width: 128px;
}

/* Footer */

#footer /*{ 	position: relative; 	z-index: 1; 	border-top: dashed 1px #dfdfdf; 	padding: 1em 0em 2em 0em; 	margin: 1em 2em 0em 2em; 	text-align: center; }*/
{
  position: relative;
  z-index: 1;
  padding: 1em 0em 2em 0em;
  font-size: x-small;
  text-align: center;
  color: #000000;
  background: url( 'images/footer_bg.gif' ) top left repeat-x;
  border-right: solid 1px #fff;
  border-top: solid thin grey;
  border-bottom: solid thick #CCC;
}

.clear
{
  clear: both;
}

/*--- Style for Required field marker---*/
.reqfld
{
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: red;
}

/*--- Style for Buttons ---*/
input.btn
{
  color: Teal;
  font-family: verdana, arial, sans-serif;
  font-size: small;
  font-weight: bold;
}

/*--- Style 1 for Button panel ---*/
.btnpnl
{
  text-align: center;
  padding: 10px;
}

/*--- Small Margin ---*/
.smallmargin
{
  margin-left: 30px;
}

/*--- Control Width ---*/
.fld200
{
  width: 200px;
}

/*--- Align Right ---*/
.aright
{
  text-align: right;
}

/*--- Align Center ---*/
.acenter
{
  text-align: center;
}
/*--- Error Message ---*/
.lblerr
{
  margin-left: 100px;
  text-align: center;
  color: red;
}
