body {
	width:850px;
	padding-right: 0px;
	padding-left: 0px;
	background: #f0f0ff;
	padding-bottom: 0px;
	margin: 0px;
	font: 0.8em Verdana, arial, sans-serif;
	color: #000;
	padding-top: 0px;
}

#header {
	clear:both;
	border-right: #708090 3px solid;
	border-top: #708090 3px solid;
	background: #ccc;
	left: 0px;
	border-left: #708090 3px solid;
	width: 100%;
	color: #009;
	border-bottom: #708090 3px solid;
	top: 0px;
	v-align: middle;
	height: 5em;
}

#footer {
	clear:both;
	border-right: #708090 3px solid;
	padding-right: 0.5em;
	border-top: #708090 3px solid;
	margin-top: 20px;
	padding-left: 0.5em;
	background: #ccc;
	padding-bottom: 0.5em;
	border-left: #708090 3px solid;
	width: 100%;
	color: #777;
	padding-top: 0.5em;
	border-bottom: #708090 3px solid;
	text-align: center;
	font: 0.7em Verdana, arial, sans-serif;
}

li {
	display: inline;
	list-style-type: none;
	padding-right:10px;
}

h1 {
	padding-right: 0.3em;
	padding-left: 0.3em;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}

h2 {
	font-size: 1.3em;
	color: #8b0000;
}

/**********************
 * COLUMN DEFINITIONS *
 **********************/

/**********************
 * FULL WIDTH CONTENT *
 **********************/

#full {
	text-color:black;
	clear:both;
}

/***************
 * Two Columns *
 ***************/

#c1 {
	color:navy;
	padding:20px;
	float:left;
	width:150px;
	height:300px;
	text-align:left;
}

#c2 {
	color:navy;
	width:620px;
	padding:20px;
	float:left;
	text-align:justify;
}

#c2n {
	color:navy;
	width:500px;
	padding:20px;
	float:left;
	text-align:justify;
}

/***************
 * END COLUMNS *
 ***************/

/***********************
 * NAVIGATION CONTROLS *
 ***********************/

ul#navlist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto; /* Centers button in column */
	width: 150px; /* button width */
}

ul#navlist li {
	display: block;
	margin: 0;
	padding: 0;
}

ul#navlist li a {
	display: block;
	/*width: 100%;*/ 
	padding: 0.5em 0 0.5em 2em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background: #e7e7f7; /* button face */
}

#navcontainer>ul#navlist li a {
	width: auto;
}

ul#navlist li#active a { /* Active button */
	background: #e7e7f0;
	color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #800000;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}

/******************
 * END NAVIGATION *
 ******************/


/* Style sheet for perryfornyparolereform.com (c)2007 */