/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
			     Custom Styles
   *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */

body {
	background: #e8db8e;
	margin: 10px 0 0 0;
}

#navBar {
	width: 854px;
	background-image: url('/images/framework/footerBG.png');
	background-repeat: no-repeat;
	background-position: center center;
        min-height: 41px !important;
}

#banner {
	width: 854px;
	background-image: url('/images/framework/banner.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#container {
	width: 856px;
}

#mainBody {
	width: 854px;
	border: 2px solid #6c8477;
	padding: 5px;
        background-color: #ebe9da;
}

#leftColumn {
	border: 1px solid #003300;
        background-color: #e2e5ca;
}

#rightColumn {
	border: 1px solid #003300;
	margin-left: 5px;
        background-color: #ffffff;
}

#footer {
	width: 854px;
	background-image: url('/images/framework/footerBG.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.footer {
        color: #003333;
        font-size: 12px;
        font-weight: bold;
}

#btFoot {
        color: #000066;
        font-size: 12px;
}

#btFoot a{
        color: #000066;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
}


#btFoot a:hover {
        color: #000033;
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
			     SMC Styles
   *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */

A:link, A:visited, A:active { text-decoration: underline; color: #698C46; }
A:hover { text-decoration: underline; color: #FF7B21; }

A.mainnav:link, A.mainnav:visited, A.mainnav:active { text-decoration: none; color: #E6EEDD; font-weight: bold; font-family: verdana,arial; font-size: 8pt; }
A.mainnav:hover { color: #ffffff; text-decoration: none}

A.subnav:link, A.subnav:visited, A.subnav:active { text-decoration: none; font-weight: none; font-family: verdana,arial; font-size: 8pt; }
A.subnav:hover { text-decoration: underline}

.formboxes {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size:8pt;
}

.header {
  color: #000000;
  font-weight: bold;
  font-family: arial, verdana;
  font-size: 14pt;
}

.large, .verd_10, .ART_content, .FORM_Intro {
  font-family: verdana,arial;
  font-size: 10pt;
}

.largeB, .verd_10_b, .ART_title {
  font-weight: bold;
  font-family: verdana,arial;
  font-size: 10pt;
}

.medium, .verd_9  {
  font-family: verdana,arial;
  font-size: 9pt;
}

.small, .verd_8, .FORM_Choice {
  font-family: verdana,arial;
  font-size: 8pt;
}

.smallB, .verd_8, .FORM_Question {
  font-weight: bold;
  font-family: verdana,arial;
  font-size: 8pt;
}

.xsmall, .verd_7 {
  font-family: verdana,arial;
  font-size: 7pt;
}