/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
			   Custom Styles
   *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */

* {
        font-family: Arial, Verdana;
        color: #1b3425;
}

body {
	background: #4b5f43;
	margin: 0px;
}

#banner {
	background-image: url('../../images/framework/banner.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 800px;
	min-height: 145px !important;
}

#navBar {
	border: 1px solid #1b3425;
        width: 659px;
}

.secRow {
	background-color: #60765b;
}

#header {
	width: 800px;
	min-height: 135px !important;
	background-image: url('../../images/framework/secondaryBanner.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

#leftColumn {
	width: 320px;
	min- height: 400px;
	float: left;
        padding: 5px;
}

#rightColumn {
	width: 430px;
	border-left: 1px solid #1b3425;
	min-height: 400px;
	float: left;
        padding: 10px;
}

.secondaryContent {
	background-color: #ffffff;
	width: 800px;
}

#footer {
	background-color: #d3d9bf;
	color: #1b3425;
	width: 800px;
        font-size: 12px;
}

#footer a{
        color: #4b5f43;
        text-decoration : none;
        font-weight: bold;
}

#footer a:hover {
        color: #60765b;
        text-decoration : underline;
        font-weight: bold;
}

#linkBox {
	background-color: #d4dac3;
	border: 1px solid #1b3425;
	margin: 10px;
	width: 280px;
	min-height: 360px;
}

#blueTent {
        width: 800px;
        text-align: center;
        font-size: 12px;
        color: #000099;
}

#blueTent a {
        color: #333399;
        text-decoration: none;
}

#blueTent a:hover {
        color: #ff0000;
        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: Arial, Verdana;
  font-size:8pt;
}

.header {
        color: #1b3425;
  font-weight: bold;
  font-family: Arial, Verdana;
  font-size: 14pt;
}

.large, .verd_10, .ART_content, .FORM_Intro {
  font-family: Arial, Verdana;
  font-size: 10pt;
}

.largeB, .verd_10_b, .ART_title {
  font-weight: bold;
  font-family: Arial, Verdana;
  font-size: 10pt;
}

.medium, .verd_9  {
  font-family: Arial, Verdana;
  font-size: 9pt;
}

.small, .verd_8, .FORM_Choice {
  font-family: Arial, Verdana;
  font-size: 8pt;
}

.smallB, .verd_8, .FORM_Question {
  font-weight: bold;
  font-family: Arial, Verdana;
  font-size: 8pt;
}

.xsmall, .verd_7 {
  font-family: Arial, Verdana;
  font-size: 7pt;
}