/* CSS Document */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #EADBC8;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9F8A6D;
	background-image: url(graphics/bkgrdtile.jpg);
}
.tdtop {
	background-image: url(graphics/pwh_4.jpg);
	background-repeat: repeat-x;
}
.tdmenu {
	background-image: url(graphics/pwh_8.jpg);
	background-repeat: repeat-y;
}
#apDiv1 {
	position: absolute;
	width: 602px;
	height: 220px;
	z-index: 1;
	left: 809px;
	top: 28px;
	margin-left: -125px;
}
a:link {
	color: #75524A;
	font-weight: bold;
}
a:visited {
	color: #EDD8D3;
	font-weight: bold;
}
a:hover {
	color: #3D451C;
	font-weight: bold;
}
a:active {
	color: #D6D6D6;
	font-weight: bold;
}
.tdcontent {
	padding-top: 2px;
	padding-bottom: 8px;
	padding-left: 7px;
	padding-right: 45px;
	font-weight: bold;
}
.copyright {
	font-size: 12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
	text-align: right;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.tdcontent ul, .tdcontent ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	padding-left: 18px;
	margin-left: 3px;
	list-style-type: none;
}
ul.nav li {
	border-bottom: 0px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 215px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #F8E9D3;
	font-family: Arial, Helvetica, sans-serif;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FCC;
	background-image: url(/graphics/menubullet.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.smalltext {
	font-size: 12px;
}
