/* This defines whow a document looks on a screen.*/

 #navcontainer
 {
 margin: 0px 0 0 0px;
 padding: 0;
 height: 20px;
 }

 #navcontainer ul
 {
 border: 0;
 margin: 0;
 padding: 0;
 list-style-type: none;
 text-align: center;
 }

 #navcontainer ul li
 {
 display: block;
 float: left;
 text-align: center;
 padding: 0;
 margin: 0;
 }

 #navcontainer ul li a
 {
	background: #E16F16;
	width: 125px;
	height: 19px;
	padding: 0;
	margin: 0 0 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	position: relative;
	border: 1px dotted #993300;
 }

 #navcontainer ul li a:hover
 {
 color: #930;
 background: #f5d7b4;
 }

 #navcontainer a:active
 {
 background: #c60;
 color: #fff;
 }

 #navcontainer li#active a
 {
 background: #c60;
 border: 1px solid #c60;
 color: #fff;
 }

#content {
	display: block;
	margin: 0px;
	width: 85%;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	border: none;
	background-image: url(images/psmf_bkg_index.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Start the xhtml tag deffinitions*/
p, ol, ul, li, td, th, dd, dl, dt, h1, h2, h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
}
blockquote {
	margin-left: 15px;
}
cite {
	font-size: 105%;
	font-style: italic;
}
em {
	font-style: italic;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #067481;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #176666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #CCFF66;

}
hr {
	color: #CCFF66;
	height: 1px;
}
image {
	padding: 5px;
	border: none;
}
strong {
	font-weight: bold;
}


/* Link Deffinitions */
a {
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #38796D;
}
a:visited {
	color: #E16F16;
}
a:hover {
	color: #993300;
	background: #95CBC1 center;
}
a:active {
	color: #796E6D;
}

/* Definition Lists*/
dl {
	padding: 4px;
	margin-left: 10px;
}
dt {
	font-size: 105%;
	font-weight: bold;
}
dd {
	padding-bottom: 5px;
}

/* Custom Classes */
.accent {
	font-weight: bold;
	color: #003366;
}
.hidden {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.vis {
	visibility: visible;
}
.footer {
	font: normal 85%/110% Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
}
.mission {
	font: normal 85%/180% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.image {
	border: 1px dotted #99CC99;
}
.nav {
	font: normal 75%/normal Arial, Helvetica, sans-serif;
}
.quotes {
	font: oblique 90% Arial, Helvetica, sans-serif;
}
.photo_captions {
	font-weight: bold;
	color: #E6FF89;
}
.image_BIG {
	border: 2px dotted #99CC99;
}
