body	{background-color: #fff;
	color: #000;
	font: 100.01% arial, heveltica, sans-serif;}
* {
	margin: 0px;
	padding: 0px;
}

#container {
 	background-color: #a9b183;
	width: 900px;
	border: #410205 solid 1px;
	margin: 15px auto;}

#header {
	border: 1px solid #410205;
	color: #83150e;
	background: #7c874d url(images/progress--final.jpg) no-repeat center top;
	text-align: center;
	padding: 5em 10px 0px;
	width: 640px;
	font: medium arial, heveltica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: .5em;
	margin-top: .5em;
}
#nav 	{
	background-color: #7c874d;
	text-align: center;
	font-variant: small-caps;
	padding: 3px;
	border: #410205 1px solid;
	margin: 5px 20px 12px 20px;
	font-size: .9em;
}	

#content {
	background:#7c874d;
	padding: 1.3em;
	margin: 10px 230px 20px 20px;
	line-height: 1.4em;
	border: #410205 solid 1px;
}


#sidebar  {
	background: #7c874d;
	padding: 10px;
	width: 170px;
	margin: 0px 20px 10px 10px;
	color: #410205;
	text-align: center;
	line-height: 1.75em;
	border: #410205 solid 1px;
	float: right;}
.bio {
	color: #000000;
	padding: 2px 2px 5px;
	text-align: left;
	margin-top: -5px;
	font-size: .85em;
}
#container #sidebar img {
	border: .2em inset #003300;
}
#container1g {

	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	border: 6px outset #004A00;
	background-color: #7C874D;
	padding: 20px;
	letter-spacing: normal;
	text-align: center;
	height: 100%;
	width: 90%;
}
#container1g img {

	border: 4px inset #002500;
	text-align: center;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

	
#footer 	{
	background: #7c874d;
	border: #410205 solid 1px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	font-variant: small-caps;
	margin: 2px 10px 12px 20px;
	clear: right;}


.caption {
	font-size: .8em;
	text-align: center;
	font-variant: small-caps;
	padding: .5em;
}

h1, h2, h3, h4	{
	color: #410205;
	font-family: sans-serif;
	font-weight: 100;}

h1 	{
	font-size: 1.6em;
	margin-bottom:3px;}	

h2 	{
	font-size: 1.3em;
	padding-right: 3em;
	padding-left: 5em;
	padding-bottom: 1em;
	padding-top: 0.2em;
}
h3	{
	font-size: 1.2em;}


#container #content p a:link, a:visited {
	color: #660000;
	text-decoration: underline;
}
#container #content p a:hover {
	color: #CC0000;
}
#container #content p a:active {
	color: #660000;
	text-decoration: underline;
}

#container #content img {
	left: 45px;
	position: relative;
	top: 10px;
	border-top: thick outset #A9B183;
	border-right: thick outset #3A4024;
	border-bottom: thick outset #3A4024;
	border-left: thick outset #A9B183;
	bottom: 0px;
	margin: .2em;
}
.description {
	text-align: center;
	font-variant: small-caps;
	font-size: x-small;
}
ul {
	padding-left: 1.6em;
	line-height: 1.6em;
}
.check {
	list-style-image: url(images/check.gif);
	list-style-type: lower-alpha;
}
.quote {
	font-style: italic;
	text-align: left;
	padding-left: 80px;
}
.quoted {
	padding-left: 380px;
	font-style: italic;
}
	
a:link  {
	color:#003300;
	text-decoration: none;
}

a:visited {
	color:#003300;
	text-decoration: none;
}
a:hover{ text-decoration:none; color:#8B0000; }	
a:active { text-decoration:none; color:#8B0000;}

#container #header #message {
	background-color: #A9B183;
	color: #990000;
	margin-bottom: .5em;
	border: 1px solid #CCCCCC;
	padding: .2em;
}
.emphasis {
	color: #9B0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}
