@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
    background:url(images/headernew.jpg);
	background-position:-150px 0px;
	background-repeat:no-repeat;
	background-position:top;
	margin:0px 0px 0px 0px;
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000000;
	position:relative;
}


#container {
	width:1000px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	min-height:1100px;
}

#intro_bar{
	height: 300px;
	width: 100%;
	background-image:url(images/intro_bar.jpg);
	margin-top:100px;
}


#maincontent {
	margin-top:0px;
	background:url(images/maincontent_bg.jpg);
	background-repeat:repeat-y;
	padding: 0px;
}

#editregion_holder {
	margin: 0px 80px 0px 260px;
	padding: 20px 20px 60px 20px;	
	background-color: transparent;
	min-height:700px;
}

#editregion {
	text-align:center;
	margin: 0px auto;
	padding: 10px 0 0 20px;
 	background-color: #FFFFFF;
	width: 620px;
}

#intro_text{
	text-align:left;
	margin: 20px auto;
	padding: 10px 0 0 80px;
 	background-color: #FFFFFF;
	width: 580px;
}


#logos {
	float: left;
	text-align:left;
}

#leftbar {
	float:left;
	width: 200px;
	margin-top:5px;
}

#footer {
	margin-top:-50px;
	padding: 0px;
	background:#504033;
	position:absolute;
	width:100%;
	height:170px;
}

#footer h6{
	padding-top: 10px;
	color: #39C;
}

#footer_links {
	margin: 0px;
	padding: 0px;
}

#footer_note {
	margin: 0px;
	padding: 0px;
	text-align:center;
}



td img {display: block;}


#globalnav {  
margin: 15px 15px 10px 15px;
padding: 10px;
float:left;
text-align:right;
background:#A78B74;
width: 200px;
}

#globalnav p {  
	margin-right: 10px;
}

#sutton { 
margin: 15px 15px 10px 15px;
padding: 10px;
background:#A78B74;
width: 200px;
}


h1,h2,h3
{
font-family: verdana, 'sans serif'; 
margin-left: 3pt;
margin-top: 5pt;
color:#663300; 
}


h6
{
	font-family: verdana, 'sans serif';
	color:#3399CC;
	font-size: x-small;
}

h5
{
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-left: 8pt;
margin-top: 3pt;
margin-right:5pt;
color:#663300; 
font-size: 80%;
line-height: 1.5;
font-weight:bold;
}

h4
{
font-family: verdana, 'sans serif'; 
margin-left: 0pt;
margin-top: 3pt;
margin-right:3pt;
color:#663300; 
font-size: small;
font-weight:bold
}



p,table,li,address
{
	font-family: verdana, 'sans serif';
	margin-left: 0pt;
	margin-top: 0pt;
	color:#633000;
	font-size: small;

}

th {background-color:#FAEBD7}

a.one:link    {color:#663300; text-decoration: none; font-weight:bold}
a.one:visited {color:#663300; text-decoration: none; font-weight:bold }
a.one:hover   {color:#663300; text-decoration: underline; font-weight:bold}
a.one:active  {color:#663300; text-decoration: none; font-weight:bold }

a.two:link    {color:#3399CC; text-decoration: none }
a.two:visited {color:#3399CC; text-decoration: none }
a.two:hover   {color:#3399CC; text-decoration: underline}
a.two:active  {color:#3399CC; text-decoration: none }

a.three:link    {color:white; text-decoration: none }
a.three:visited {color:white; text-decoration: none }
a.three:hover   {color:#99CCCC; text-decoration: underline}
a.three:active  {color:white; text-decoration: none }
