/* CSS Document */
body {
	text-align: center;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-image: url(images/bg.gif);
	}

p
{
	font-size: .8em;
	color: #000000;
	margin: 3px;
	text-align: left;
}

ul li
{
	font-size: .8em;
	color: #000000;
	margin: 3px;
	text-align: left;
}

#container {
	width: 727px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  } 

#subcontainer {
background-color: #000000;
  border: 5px solid #000000;
  } 

#navbar {
	background-color: #006600;
	height: 20px;
	background-position: center;
	margin: auto;
	padding: 2px;
}

#navbar ul {
padding: 2px;
color: #ffffff;
white-space: normal;
font-size: .9em;
margin: 0px;
}

#navbar li {
list-style-type: none;
display: inline;
text-transform: firstcap;}

#navbar li a {
text-decoration: none;
padding: 5px 10px 15px 10px;
color: #ffffff;
}
#navbar li a:link {
color: #ffffff;
}
#navbar li a:visited {
color: #ffffff;
}
#navbar li a:hover {
color: #000000;
}

#footer {
background-image: url(images/footer3.gif);
background-repeat: no-repeat;
height: 31px;
padding: 2px;
}

#footer ul {
padding: 2px;
color: #000000;
white-space: normal;
font-size: .9em;
margin: 0px;
}

#footer li {
list-style-type: none;
display: inline;
text-transform: firstcap;}

#footer li a {
text-decoration: none;
padding: 5px 10px 15px 10px;
color: #000000;
}
#footer li a:link {
color: #000000;
}
#footer li a:visited {
color: #000000;
}
#footer li a:hover {
text-decoration: underline;
color: #000000;
}

#content {
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;



}
#accessinfo {
	position: absolute;
	left: -2000px;
	top: -2000px;


}

h1{
font-size: .9em;
color: #006600;
text-align: left;
font-weight: bold;
margin: 0px;
padding: 0px;
margin-top: 5px;
margin-left: 4px;
}

h2{
background-image: url(images/greenlabel1.gif);
font-size: .9em;
color: #ffffff;
text-align: left;
padding: 5px;
font-weight: bold;
margin-top: 0px;
margin-left: 0px;
}

h3{
font-size: .9em;
color: #000000;
text-align: left;
font-weight: bold;
margin-top: 10px;
margin-left: 4px;
}

a:link 
{
	text-decoration: none;
	color: #006600;
	font-weight: bold;
}

a:visited 
{
	text-decoration: none;
	color: #006600;
	font-weight: bold;
}
	
a:hover 
{
	text-decoration: underline;
	color: #006600;
	font-weight: bold;
}
	
.p_indentlift
{
margin-left: 30px;
}

.p_indentright
{
text-align: right;
}
