* {margin: 0; padding: 0; border: 0;}

body {
	text-align: center; 
	background-color: #e4e4c9;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#pagefake {
	background: url(background-khacki.jpg) center repeat-y;
}

#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	border-right: 1px solid #848976;
	border-left: 1px solid #848976;
}

#header, #mainnav, #footer {
	color: #000;
	clear: both; 
}

#header { 
	height: 118px;
}

/* Main Horizontal Navigation */

#mainnav {
	margin-bottom: 10px;
}

#mainnav ul {
	display: inline;
}

#mainnav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background-color:#e6e6e6; 
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-top: 1px solid #848976;
	border-bottom: 1px solid #848976;
	border-left: 1px solid #848976;
}

#mainnav a {
	color: #000000;
	text-decoration: none;
	display: block;
}

#mainnav li#active {
	background-color:#bebbbb;
}

#mainnav a:hover {
	background-color:#bebbbb;
}

.sm-nav {
	width: 56px;
}

.md-nav {
	width: 85px;
}

.bg-nav {
	width: 128px;
}

/* End Main Horizontal Navigation*/

/* Footer Styles */

#footer {
	color: #000000;
    text-align: left;
	padding: 1.2em 0.9em 1.5em 1.2em;
	font-size: 10px;
	background-image: url(noisestripe.jpg);
}

#footer a {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	display: inline;
}

#footer a:hover {
	text-decoration: underline;
	color: #666666;
}

#footer img {
	float: right;
}

/* End Footer Styles */

h1, h2, h3, h4, p {
	margin-top: 1em;
}

h1 {
	font: 30px Palatino, "Times New Roman", Times, serif; 
}

h2 {
	font: 18px Palatino, "Times New Roman", Times, serif;
}

h3 {
	font: 14px Palatino, "Times New Roman", Times, serif;
	font-weight:bold;
	border-bottom: solid 1px #848976;
}

.list h2 {
	border-bottom: solid 1px #848976;
	padding-bottom: 2px;
}

.list h3 {
	border: 0;
	margin-bottom: -.4em;
} 

.list p {
	margin-top: .5em;
}

#left h3 {
	border: 0;
}

h4 {
	font: 12px Palatino, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-bottom: -.5em;
}

.conid {font: 10px  Helvetica, Arial, sans-serif; font-weight:bold; text-transform:uppercase; margin: 1em 0 -2.5em 0; padding: 0; }

b {
	font: 12px Palatino, "Times New Roman", Times, serif;
	font-weight: bold;
}

#center p, #right p {
	line-height: 1.3em;
}

#center img {
	border: black 1px solid;
}

#center ul, ol {
	margin: 10px 20px 0 30px;
	font-size: 11px;
}

#center li {line-height: 1.5em;}

#center ol ul {
	margin: 3px 0 0 12px;
	padding: 0;
	font-size:10px;
	font-style:italic;
}

.leftplug img {border: 1px solid #000000;}

#center a:link, #right a:link, #homeright a:link, .leftplug a:link {
	color: #000000;
	text-decoration: underline;
	line-height: 1em;
}

#center a:visited, #right a:visited, #homeright a:visited, .leftplug a:visited {
	color: #666666;
	text-decoration: underline;
}

#center a:hover, #right a:hover, #homeright a:hover, .leftplug a:hover {
	color: #bebbbb;
	text-decoration: none;
}

#center a:active, #right a:active, #homeright a:active, .leftplug a:active {
	color: #bebbbb;
	text-decoration: underline;
}

/* 3 Columns */

#contentfloatholder {/* right faux column tab */
	float: left;
	width: 760px;
	background-color: #ffffff;
}

#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
	height: 0px;
    clear: both; 
    visibility: hidden;
}

#centerwrap {
	float:left;
	width: 100%; 
	margin: 0 -95% 0 0;
}

#center {
	margin: 0 20px 30px 185px;
	border-left: 1px solid #848976;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0;
}

 /* things that appear on the right on homepage */

#homerightfloat {
float: right;
}

#homeright ul.links li {margin-top: .4em;}

#homeright {
	width: 200px;
	border-left: 1px solid #848976;
	border-bottom: 1px solid #848976;
	margin: 5px 0px 10px 80px;
	padding-left: 12px;
	padding-bottom: 10px;
	font-size: 10px;
	height: auto; 
	background-color: #ffffff; 	 
}
#homeright ul {
	list-style-type:none;
	margin: 0;
}

#homeright ul li {
	margin: 10px 3px 2px 5px;
}

.rightgraphichome {
	margin: 0 0 0 10px
}

 /* things that appear on the right */

#right {
	float: right;
	clear: right;
	width: 200px;
	border-left: 1px solid #848976;
	border-bottom: 1px solid #848976;
	margin: 15px 5px 10px 20px;
	padding-left: 12px;
	padding-bottom: 10px;
	font-size: 10px;
	height: auto; 
	background-color: #ffffff; 	 
}

#right ul {
	list-style-type:none;
	margin: 0;
}

#right ul li {
	margin: 10px 3px 2px 5px;
}

#right ul.links li {
	margin: 5px 3px 0px 5px;
}

#right img {
	border: #000000 1px solid;
}


.background { 
	background-image: url(noisestripeshort.jpg);
	background-repeat: repeat-y repeat-x;
	padding: 6px 6px; 
	margin-top: 6px;
}


/* End Columns */

.leftgraphic {
	float: left;
}

.rightgraphic {
	float: right;
	margin: 0 0 10px 10px
}

.leftpic {
	float: left;
	margin: 0 12px 5px 0;
	border: #000000 1px solid;
}


/* Begin Left Navigation */

#left {
	position: relative;
	float: left;
	margin-left: 0px;
	width: 149px;
	padding-left: 20px;
	left: -38px;
	
}

/* Fixes for IE Win & Mac */
* html #left {left: 0px;} /* for IE/Win */
*>html #left {he\ight: auto;} /* for IE5/Mac */

#left h3 {
	margin-left:-8px;
	margin-right: 0;
}

#left ul {
	font: 13px "trebuchet ms", helvetica, arial, sans-serif; 
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
	line-height:0;
	text-indent: -8px;
}

#left li a {
	line-height: 13px;
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}

#left li a:hover {
	text-decoration:underline;
	color: #333333;
}

li.last {
	margin-bottom: 10px;
}

/* End Left Navigation */

form {
	font-size: 10px;
	font-weight: bold;
}

input, textarea, select, checkbox {
 	font-size:12px;
	font-weight: normal;
	background-color:#e6e6e6;
	border: 1px solid #333333;
 	padding: 2px; 
}

#topNav {
	border-bottom: 6px dotted #DA9C6C ;
	margin-right: 10px;
}

#topNav .last {
	margin-bottom: 8px;
}

table img {margin: 2px 6px;}

#center table {font: 11px/24px Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;width: 317px; background-color:#ffffff; color:#333333; line-height: 1.3em; margin: 10px 0px 5px 0px;}
#center th {padding: .2em 0.5em;text-align: left; font-size:11px; color: #333333; border-bottom: 2px solid #333333;}
#center tr.top td {border-bottom: 2px solid #333333;background: #FFC; font-weight: bold;}
#center td {border-bottom: 1px solid #CCC;padding: .3em 0.5em;}
#center td.width {}
#center td.adjacent {border-left: 1px solid #CCC;text-align: left;}
#center td b {font: 11px Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}

.alert{
	font-weight:bold;
	color:#990000;
}

/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}