body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f0e8cf;
	font-size:.9em;
	margin:0;
	padding:0;
}
.center
{
margin-left:auto;
margin-right:auto;
width:50%; 
}
.smaller {
	font-size:smaller;
	text-align: left;
	}
a, a:link{
	color: #036;
	text-decoration: underline;
}
a:visited
{
  color: #335d99;
  text-decoration: underline;  
}
a:focus, a:hover
{
  text-decoration: none;
}

a.nav_item:link, a.nav_item:active, a.nav_item:visited
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-weight: bold; 
  color: #fff; 
  text-decoration:none;
}

a.nav_item:hover 
{
  text-decoration: underline;   
}

a.external:link
{
background: url(/images/externallinkcss.gif) no-repeat 100% 0;
padding: 0 20px 0 0;
}

a.external:visited
{
color: purple;
background: url(/images/externallinkcss.gif) ;
padding: 0 20px 0 0;
}

a.external:hover
{
color: red;
background: url(/images/externallinkcss.gif) no-repeat 100% -200px;
padding: 0 20px 0 0;
} 

#mainContent p, ol {
	font-size:.9em;
}
#mainContent H1 {
	font-size:1.5em;
}
#mainContent H2 {
	font-size:1.2em;
}
#mainContent .breadcrumb {
	font-size:0.75em;
}

#mainbody p, ol {
	font-size:.9em;
}

#mainbody H1 {
	font-size:1.5em;
}

#mainbody H2 {
	font-size:1.2em;
}


#mainbody .breadcrumb {
	font-size:0.75em;
}

#footer {
	font-size: x-small;
}

abbr, acronym
{
   border-bottom: .1em dotted;
   cursor: help;
}

