/* type styles*/
body 
 { background-color: #ddd; margin: 0 auto; overflow: auto }

p
{ 
color: #333; 
font-style: normal; 
font-weight: normal; 
line-height: 16px; 
text-indent: 35px }

h1          
{ 
color: #333; 
font-size: 11px; 
font-style: normal; 
font-weight: bold; 
line-height: 16px; 
margin: 0 }

h2
{ 
color: #333; 
font-size: 11px; 
font-style: normal; 
font-weight: normal; 
line-height: 16px; 
margin: 0; 
padding-bottom: 6pt }

h3
{ color: #333; 
font-size: 10px; 
font-style: italic; 
font-weight: normal; 
line-height: 10px; 
margin: 0 0 10px; 
padding-bottom: 3px; 
border-bottom: medium none #cccccc }

h4
{ color: #333; 
font-size: 9px; 
font-style: normal; 
font-weight: normal; 
font-stretch: normal; 
margin: 2px }

h5     
{ 
font-size: 16px; 
font-style: normal; 
font-weight: normal; 
line-height: 20px; }

a,
a:link,
a:active,
a:hover    
{ 
color: #2f348d; 
font-style: normal; 
font-weight: normal; }

a:visited   
{ 
color: #999; 
font-style: normal; 
font-weight: normal; 
font-stretch: normal; 
text-decoration: none }


ul 
{
	padding-left: 1.5em;
	margin-top: 0;
	margin-left: 0; }


li {
}

hr     
{
color: #333;
background-color: #333;
height: 1px;}



/* container styles */
#body
 { background-color: #fff; margin: 0 auto; padding: 0 0 1px; position: relative; width: 800px; clear: both; border-right: 1px solid #333; border-bottom: 1px solid #333; border-left: 1px solid #333 }

#meta-navigation li.last {

}

#meta-navigation li.selected  { font-weight: bold; background: no-repeat 0.5em 0.5em; border-top: 1px solid black; border-bottom: 1px solid black }

#meta-navigation a {
	text-decoration: none;
	color: black;
}

#logo  { background: no-repeat }

#navigation {
	border-left:1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom:1px solid black;
}

#content   { margin: 0 auto; border-top: 1px solid black; border-right: 1px solid black }

#content ul {
	padding-left: 50px;
	font-style: italic;
}

#content hr {
	margin-bottom:10px;
}

#sidebar {
	border-top: 1px solid black;
	border-right:1px solid black;
}

#sidebar p {
	font-size: 9pt;
	line-height: 17pt;
}

#footer {
	color: black;
	border-top: 1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
}
