.content {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
}

li.nodot {
	list-style-type: none;
}
.contentborder {
	border: 1px solid #000000;
}
.lineheight {
	line-height: 1.5em;
}
.nospacep {
	 margin: 0em;
}
p {
	line-height: 1.5em;
}
.small {
	font-size: small;
	line-height: normal;
}
ul {
	list-style-type: square;
	padding: 0;
margin-left: 1em;

}
ul.center {
list-style-type: square;
	padding: 0;
margin-left: auto;
margin-right:auto;
}


li {margin: 1em 0;

}

.width400 {
	width: 400px;
	float: left;
}
.floatrt {
width:350px;
padding: 5px;
margin:5px;
float:right;
}

.floatlt {
width:350px;
padding: 5px;
margin:5px;
float:left;
}
.clearboth {
	clear: both;
}
#body {
	position: relative;
	margin: auto;
	width: 777px;
	text-align: left;
	border: thin solid #333333;
}

#centeredcontent {
	position: relative;
	margin: 0 auto;
	width: auto;
	height: 432px;
	text-align: left;
}

P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 6em
}
.spacer {
	height: 300px;
}
/***** McCarthy Navigation *****/

#navigation ul,#navigation li
{
	margin:0;
	padding:0px;
}

#navigation
{
	background:#71A70B;
	color:#fff;
	font-size:1em;
	height:2em;
	line-height:2em;
	clear:both;
	width: 100%;
}

#navigation li
{
	float:left;
	list-style:none;

}

#navigation li a
{
	background:inherit;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:0px 10px;
	text-decoration:none;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover
{
	background:#81C00C;
	color:#fff;
	text-decoration:none;
}

#navigation .copper a
{
	background:#071b68;
	color:#fff;
	text-decoration:none;
}
#navigation  .copper a:hover
{
background:#EFA800;
}
/***** Copper Navigation *****/

#coppernavigation ul,#coppernavigation li
{
	margin:0;
	padding:0;
	
}

#coppernavigation
{
	background:#071b68;
	color:#fff;
	font-size:1em;
	height:2em;
	line-height:2em;
	clear:both;
	
}

#coppernavigation li
{
	float:left;
	list-style:none;


}

#coppernavigation li a
{
	background:inherit;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:0px 10px;
	text-decoration:none;
}

* html #coppernavigation a {width:1%;}

#coppernavigation .selected,#coppernavigation a:hover
{
	background:#EFA800;
	color:#fff;
	text-decoration:none;
}
#coppercontainer{
	width:777px;
	position: relative;
	margin: auto auto;

}
