/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
	background-color:#c6c6c6;
	height: 100%;
	font-size:100%;
	}

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	height:100%;

}
/***** Layout *****/
#container{
	background-color:#fff;
	width:825px;
	margin:auto; padding:0;/*Centers the content*/
	border:1px solid #999;

	}
#content_home{
	color:#333;
	padding-right:10px;
	font-size:12px;
	line-height:16px;
}
#menu {
      width:825px;
	  height:23px;
	  background-color:#542623;
	  position:relative;
	  top:-17px;
	    }
     #menu ul {
	  list-style:none;
	  position:relative;
	  top:0px;
	  }
      #menu li {
      display:inline;
      margin:0;
      padding:0;
      }
	  #menu a {
      float:left;
      margin:0;
      padding:0;
      text-decoration:none;
      }
#content{
	color:#333;
	padding-right:10px;
	font-size:12px;
	line-height:16px;
	padding-bottom:0px;
	padding-left:10px;
}
#copy{
	width:580px;
	float:right;
	line-height:16px;
	margin-top:5px;
	margin-bottom:10px;
	padding-right:10px;
	text-align:justify;
}
#copy a:link, #content_home a:link, #content_home a:visited, #copy a:visited{
	color:#006000;
	text-decoration:underline;
}
#copy a:hover, #content_home a:hover{
	color:#148a28;
	text-decoration:none;
}

#sidebar{
	float:left;
	width:205px;
	margin-top:5px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	#sidebar #submenu{
	font-size:12px;
	color:#666;
	}
	h5.subtitle{
	font-weight:bold;
	font-size:11px;
	margin:5px 0px;
	color:#542623;
	}
	#sidebar a:link, #sidebar a:visited{
	color:#333;
	text-decoration:none;
	}
	x#sidebar a:hover{
	color:#999;
	background-image:url(/images/arrow.gif);
	background-position:top left;
	}
	#sidebar ul.menulist{
	padding:0;
	margin:0;
	font-size:11px;
	list-style-position:outside;
	}
	#sidebar ul.menulist li{
	list-style-type:none;
	list-style-position:outside;
	margin-bottom:7px;
	}
	#sidebar ul.menulist li a{
	list-style-type:none;
	list-style-position:outside;
	padding-left: 15px;

	}
	#sidebar ul.menulist li a:hover{
	list-style-type:none;
	list-style-position:outside;
	background: url(/images/aarow.gif) no-repeat;
	background-position:top left;
	padding-left: 15px;

	}


#footer{
	color:#fff;
	background-color:#542623;
	padding:10px;
	text-align:center;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
}
#footer a:link, #footer a:visited{
	color:#fff;
	text-decoration:none;
	}
#footer a:hover{
	text-decoration:underline;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:110%;
}

h1 {
	padding:5px 0;
	font-size:1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#542623;
	border-bottom:1px solid #999;
	margin-bottom:5px;

	}

h2 {
	padding:5px 0;
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#542623;
}
 h2.subhead{
 	font-size:1.4em;
	line-height:130%;
	color:#666;
	background-image:url(/images/element_dottedline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-top:4px;
 }
h3 {
	padding:2px 0;
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#333;
}

#content ul, #content ol {
	padding:0 0 10px 20px;
	}
#content ol.survey{
	padding:0 0 10px 10px;
}
ol.survey li{
	line-height:180%;
}
blockquote {
	margin:22px 40px;
	padding:0;
}

small {
	font-size:10px;
}

img {
	border:0;
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}

input, select, textarea {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	vertical-align:middle;
}

textarea {
	line-height:14px;
}

label {
	cursor:pointer;
}
th{
	font-size:14px;
	color:#542623;
}
td{text-align:left;}
.dotted{ background-image:url(/images/element_dottedline.gif);background-position:bottom; background-repeat:repeat-x; }
/***** Global Classes *****/

.clear         { clear:both; }

.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#f6ee8d; }

.wrap          { width:960px;margin:0 auto; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
