/***********************************************/
body {
	background-color: #fff;
	text-align: center;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}

#container 	{
	width: 960px;
	margin: 10px auto 10px auto;
	height: 100%;
	padding: 10px;
	background-color: #FFF;
	text-align: left;
}

IMG {
	border:0;
	padding:2px;
}

P {
	color: #333333;
	text-align: left;
	text-decoration: none;
	padding:0 10px 0 10px;
	font-size: 1em;	
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {font-family: Arial,sans-serif; margin-bottom: 0.2em; padding: 0px; }

h1 { font-size: 1.25em; color: #334d55; }
h2 { font-size: 1.1em; color: #006699; }
h3 { font-size: 1em; color: #334d55; }
h4 { font-size: 1em; font-weight: normal; color: #333333; }
h5 { font-size: 1em; color: #334d55; }

ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
ul li ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}

#inline-list {
	border: none;
	margin: 0.5em;
	width: 95%;
	padding: 5px;
	font: Arial, Helvetica, sans-serif;
	}

#inline-list p {
	display: inline;
	}

#inline-list ul, #inline-list li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #000;
	}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

.clearfix {
	clear:both;
	margin-bottom:20px;
}

.right { 
	float:right; 
}

#footer {
	height:40px;
	margin: 0;
	padding: 5px;
	text-align: center;
	border-top:1px solid #999;
	font-size: 0.65em;
      }

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 	display: block;
}

#globalNav a {
	font-size: 0.9em;
	padding: 0px 4px 0px 0px; 
}

#breadCrumb{
	font-size: 0.75em;
	padding: 5px 0px 5px 10px;
}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 0.8em;
}

.feature h3{
	padding: 0;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/* adjust margins to change separation between the feature image and text flowing around it */

#credits{
	clear: both;
	border-top:1px solid #999;
	font-size: 0.75em;
	color: #cccccc;
	padding: 5px;
	margin-top: 0px;
}

.credits img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

