/*    Global ID's */
body {
    background-color:#9da1a0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#wrapper {
	margin-top:-24px;
	margin-left:-8px;
	margin-right:-8px;
	background-color:#e8f1ee;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;;
	background-position:bottom center;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#855b29;
	text-transform:uppercase;
}

img {
    border:0px;
}

a {
    color:#965b25;
}

a:active {
    color:#965b25;
}

a:visited {
    color:#6b92b9;
}

a:hover {
    color:#A76B06;
}

h1 {
  /*font-family:"Courier New", Courier, monospace;
	font-size:18pt;
	color:#FF9900;
	letter-spacing:0px;
	font-weight:bold;  */
}

#container {
    width:930px;
	position:relative;
	margin: 0 auto;
	text-align:left;
	margin-top:23px;
}

#HeadImg {

}

#SubNav1 {
    height:30px;
	padding-top:14px;
	width:930px;
	background-image:url(../images/inside/global/nav_bg.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
}

#SubNav1 a {
    color:#FFFFFF;
	text-decoration:none;
	padding-left:1px;
	padding-right:1px;
}

#SubNav1 span.here a {
    color:#E3AB15;
	text-decoration:none;
}

#SubNav1 a:visited {
    color:#FFFFFF;
	text-decoration:none;
}

#SubNav1 a:active {
    color:#FFFFFF;
	text-decoration:none;
}

#SubNav1 a:hover {
    color:#E3AB15;
	text-decoration:none;
}

#MainContentContainer {
	background-image:url(../images/inside/global/content_bg.png);
}

#MainContent { 
	background-image:url(../images/inside/global/trees_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:450px;
	clear:both;
	padding-left:30px;
	padding-right:30px;
	overflow:hidden;
}

#SubNav2 {
    float:right;
	margin-right:0px;
	background-color:#9E896D;
	padding:5px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	text-transform:uppercase;
}

#SubNav2 a {
    color:#FFFFFF;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}

#SubNav2 a:visited {
    color:#FFFFFF;
	text-decoration:none;
}

#SubNav2 a:active {
    color:#FFFFFF;
	text-decoration:none;
}

#SubNav2 a:hover {
    color:#FFFFFF;
	text-decoration:none;
}

#footer {
	height:90px;
	background-image:url(../images/inside/global/footer_bg.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3E3323;
	line-height:16px;
	padding-left:110px;
	padding-top:30px;
}

#footer a {
    color:#FFFFFF;
	text-decoration:none;
	clear:both;
	padding-left:2px;
	padding-right:2px;
}

#footer a:visited {
    color:#FFFFFF;
	text-decoration:none;
}

#footer a:active {
    color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
    color:#FFFFFF;
	text-decoration:none;
}

/*  Layouts */
#TwoColumnLeft {
    float:left;
	width:553px;
	padding-left:20px;
}

#TwoColumnRight {
    float:right;
	width:563px;
}

#OneColumnLeft {
    float:left;
	width:287px;
}

#OneColumnRight {
    padding-top:23px;
    float:right;
	width:287px;
}

#InsideLeftColumn {
    width:300px;
	float:left;
}

#InsideRightColumn {
    width:250px;
	float:right;
}

#InsideLeftColumn p, #InsideRightColumn p {
    margin-top:-20px;
}

/*   Font Classes */
.WhiteFont {
    color: #FFFFFF
}

.CenterTitle {
    font-size:12px;
	font-style:italic;
}

.IndentedInfo {
    margin-left:20px;
}