.hide {
	display: none;
	}
.off-left {
	display: none;
}
#navPrime, #aux1, #aux2 {
	display: none;
	}
	
*	{
	margin: 0px;
	padding: 0px;	
}
	
img {
	display: block;
	border: 0;
	}

img.right {
			display: inline;
			float: right;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

img.left {
			display: inline;
			float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
	
ul {
	list-style: none;
}

dl {
	list-style: none;	
}
	
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background: #fff;
	text-align: left;  /* changed for print */
	}

#content p {
	color: #000000;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 95%;
	text-align: left;
	line-height: 1.4em;
}

#content h1	{
	margin: 15px 0 15px 0;
	font: 131% "Trajan Pro", "Trajan", Georgia, Times, serif;
	text-transform: uppercase;
	color: #777;
	letter-spacing: 2px;
	text-align: center; /* Mod for printing */
}

#content h2	{
	font-size: 100%;
	padding: 8px 0 5px 0;
	color: #000;
}

#content h3	{
	font-size: 100%;
	padding: 8px 0 5px 0;
	color: #000;
}

#content h4	{
	font-size: 100%;
	padding: 8px 0 5px 0;
	color: #000;
}

#content hr {
	height: 0px;
	background-color: #fff; /* for print */
	border-color: #c7c2ae;  /* for print */
	border-width: 0px 0px 1px 0px;  /* for print */
}

#content ul.regular {
	
}

#content ul.regular li {
	background: #fff url(../images/bullet.gif) no-repeat 0 .2em;	
	padding-left: 17px;
	font-size: 95%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

#content ol.regular {
	padding: 0px 0px 10px 25px;
}

#content ol.regular li {	
	font-size: 95%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}


#content tr {
	font-size: 95%;
	text-align: left;
	line-height: 1.4em;	
}

#content td {
	padding:  2px;
}

#content tr.zebraLite {
	background: #eeeeee;
	border-color: #eeeeee;  /* for print */
	border-width: 0px 0px 1px 0px;  /* for print */
}

#content tr.zebraDark {
	background: #c7c2ae;
	border-color: #c7c2ae;  /* for print */
	border-width: 0px 0px 1px 0px;  /* for print */
}

/* The matching (negative) text-indent in the li and margin-left in the ul are to make any continuation lines in the li be indentented relative to the first line by outdenting that first line, then using the margin-left in the ul to shift the whole li back */

#content  ul.twoColList {
	margin-left: .7em;
}

#content  ul.twoColList li {
	text-indent: -.7em;
}

#content  table.twoColList {
	width: 100%;
}

#content  table.twoColList tr {
	vertical-align: top;
}

#content  table.twoColList td {
	width: 50%;
}

#content dl.officerList {
	font-size: 95%;
	text-align: left;
	line-height: 1.4em;
	padding:  2px;
}

#content dl.officerList dt {
	font-style: italic;
	font-size: 110%;
}

#content dl.officerList dd {
	text-indent: 1.4em;
}

#content dl.regular {
	font-size: 95%;
	text-align: left;
	line-height: 1.4em;
	padding:  2px;	
}

#content dl.regular dt {
	margin-top: .7em;
	font-weight: bold;
}

#content dl.regular dd {
	padding: 0 0 0 .7em;
}

#footer	{
	clear: both;
	background-color:#fff;
	/* IE6 min-height hack */
	min-height: 50px;
	height:auto !important;
 	height:50px;
	border-top: 1px solid #c7c2ae;
}

#footer p {
	font-size: 80%;
	text-align: center;
	padding: 4px;
	line-height: 1em;
}

body#index #content h1	{
	font-size: 100%;
	padding: 8px 0 5px 8px;
	background: #dbd0a7 url(../images/navOffBottom.gif) repeat-x bottom left;
	color: #000;
}

body#index div	{

}

#missionStatement	{
	border-bottom: 1px solid #c7c2ae;
	padding: 0 0 0 0;
	
}

#missionStatement img	{
	border-width: 2px;
	border-style: solid;
	border-color: #c7c0ae;
	margin: 15px 0 15px 170px;  /* mod left margin for print */
}

#articleHead h2 {
	padding: 8px 0 0 0;
}

#articleHead {
	padding: 0 0 1.4em 0;
	vertical-align: top;
}

#articleHead p {
	font-style: italic;
	padding: 8px 0 0 0;
	line-height: 0.4em;
}



#articleHead h2 a	{
	text-decoration: none;
	color: #000;
}

#videoLinks {
	float: left;
	width: 150px;
}

#videoLinks	ul {
	margin-top: 10px;
}

#videoLinks li	{
	margin-top: 0;
	display: inline; /* fix IE/Win double margin bug */
	height: 1%; /* IE extra li vertical space hack */
}

#videoLinks img	{
	display: block;
    margin: 0 auto 0 auto;
    padding: 5px 0 5px 0;
}

/* These are from the old site, they provide a border and caption */
div.floatImgRight {
  float: right;
  margin: 5px;
	border: 1px solid #df9931;
	padding: 5px;
}

div.floatImgRight p {
   text-align: center;
   font-size: 9pt;
   padding-bottom: 0;
   margin-bottom: 0;
   }
   
   div.floatImgLeft {
  float: left;
  margin: 5px;
	border: 1px solid #df9931;
	padding: 5px;
}
  
div.floatImgLeft p {
   text-align: center;
   font-size: 9pt;
   padding-bottom: 0;
   margin-bottom: 0;
   }

/* Print the links on the link page */

body#l_links a:link, body#l_links a:visited {
	color: blue;
	text-decoration: underline;
	}
	
body#l_links a:link:after, body#l_links a:visited:after {
	content: " (" attr(href) ") ";
	}
/* Hide forms */
	#content form {
	display: none;
}
/* Hide footer links */
#footer .footerLinks {
	display: none;
}
