@charset "UTF-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-image:url(_divs/bodyBG.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

/* General Link styles */
a {
	text-decoration:none;
	color:black;
	font-family:Verdana, Geneva, sans-serif;
}
a:hover {
	text-decoration:underline;
}
/* End General Link styles */

.wrapper #container { 
	width: 980px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.wrapper #header { 
	background-image:url(_pics/RoadNotTaken_BG.jpg);
	border:none;
	padding: 0 10px 10px 20px;
	height:165px;
} 
.wrapper #header h1 {
	margin: 0; 
	padding: 0px; 
	text-indent:-9999px;
}
.wrapper #header h2 {
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}
.wrapper #sidebarLeft {
	float: left; 
	width: 150px; 
	padding: 10px 10px 15px 20px;
	background-color:#CC9;
}
/* Navigation Link Styles */

.wrapper #sidebarLeft ul {
	width:150px;
	padding:0px;
	list-style:none;
}
.wrapper #sidebarLeft li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style-type:none;
	width:150px;
	float:left; /*used to position entire navigation links*/
	}

.wrapper #sidebarLeft li a {
	display:block;
	height:20px;
	padding:5px 10px;
	}



.wrapper #sidebarRight {
	float: right; 
	width: 150px; 
	background: #EBEBEB; 
	padding: 0px 20px 15px 10px;
}
/* Navigation Link Styles */

.wrapper #sidebarRight ul {
	width:150px;
	padding:0px;
	list-style:none;
}
.wrapper #sidebarRight li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style-type:none;
	width:150px;
	float:left; /*used to position entire navigation links*/
	}

.wrapper #sidebarRight li a {
	display:block;
	height:210px;
	padding:5px 10px;
	}
.wrapper #sidebarRight li a:hover {
	background-color:#FC0;
}



.wrapper #mainContent { 
	margin: 0 200px 0 200px; /* left margin creates sidebarLeft. Remove the margin if you want the #mainContent div's text to fill the #sidebarLeft space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 

.wrapper #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.wrapper #footer p {
	margin: 0; 
	padding: 10px 0;
	font-size:11px;
	font-style:italic;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pdf {
	color:#00F;
}