@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline;}
#pagewrap {
	width: 900px;
	margin: 3px auto 0; 
	padding: 0px;
}
#topright {
	float: right;
	width: 450px;
	height: 85px;
	margin: 0px;
}
#topright img {	float: right; }
	
#topleft {
	float: left;
	height: 85px;
	width: 450px;
	position: relative;
}
#topleft p {
	margin: 0;
	bottom: 0px;
	position: absolute;
	color: #800080;
}
#topleft a:link, a:visited, a:active, a:hover {
	color: #800080;
	font-weight: bold;
}
#topleft a.selected { color: #999999; }
#pagebanner {
	width: 100%;
	height: 120px;
	float: left;
	margin: 5px 0 0;
}
#linksbar {
	width: 900px;
	height: 22px;
	float: left;
	margin: 0;
	padding: 5px 0px;
	position: relative;
	background-color: #ffffff;
}
#linksbar a:link, a:visited, a:active, a:hover {
	color: #800080;
	font-weight: bold;
}
#linksbar a.currentpage:link, a.currentpage:visited, a.currentpage:active, a.currentpage:hover {
	color: #808080;
	font-weight: bold;
}

#mainbody {
	width: 900px;
	margin: 0; 
	padding: 0;
	float: left;
	//background-attachment: scroll;
	background-image: url(../images/IMG_6806fade.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	/*height: 600px;*/
}

#leftcol {
	float: left;
	width: 135px;
	padding: 0px;
	margin: 0px;

}
#leftcol a:link, #leftcol a:visited, #leftcol a:active, #leftcol a:hover, #leftcol p {
	color: #800080;
	font-weight: normal;
	font-size: 100%;
	padding: 0px;
	margin: 0 0 15px;
}
#leftcol a.currentpage:link, #leftcol a.currentpage:visited, #leftcol a.currentpage:active, #leftcol a.currentpage:hover {
	color: #808080;
}
#leftcol p.currentpage {
	color: #808080;
}

#rightcol {
	float: right;
	width: 765px;
	margin: 0px;
}

#foot {
	width: 900px;
	display: block;
	margin: 0; 
	padding: 0;
	float: left;
}
#leftfooter {
	float: left;
	width: 450px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}
#leftfooter p {
	font-size: 100%;
	color: #666666;
	text-align: left;
	margin: 4px 3px 0px;
	padding: 0px;	
}
#rightfooter {
	float: right;
	width: 450px;
	height:25px;
	padding: 0px;
	margin: 0px;
}
#rightfooter p {
	font-size: 100%;
	color: #666666;
	text-align: right;
	margin: 4px 3px 0px;
	padding: 0px;	
}
#rightfooter a:link, #rightfooter a:visited, #rightfooter a:active, #rightfooter a:hover {
	color: #0066cc;
	font-weight: normal;
	font-size: 100%;
	padding: 0px;
}
.todo {
	background-color: #bfabac;
}
