body {
	background-color:#FFFFFF;
	text-align:center;
	margin:0;
}

/* Positioning */
#container {
	width:100%;
	margin:0 auto;
}

#header {
	background-image:url(../images/shade_black.gif);
	background-repeat: repeat-x;
	background-color:#DDDDDD;
	background-position:bottom;
}

#photo {
	width:100%;
	height:349px;
	margin:0 auto;
	border:0px;
	background-image:url(../images/pto_homepage_09.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;
}

#logo {
	padding-top:10px;
	width:900px;
	margin:0 auto;
	border:0px;
	text-align:right;
}


#footer {
	border-top:30px solid #FFFFFF;
	width:100%;
	height:150px;
	margin:0 auto;
	background-image:url(../images/shade_black.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	background-position:bottom;
}

#navigation {
	width:900px;
	margin:0 auto;
}

#nav-wrapper {
	width:100%;
	background-image:url(../images/shade_blue.gif);
	background-repeat: repeat-x;
	background-color:#6a8bc6;
	background-position:bottom;
}

#content-wrapper {
	background-color:#FFFFFF;
}

#content {
	padding-top:20px;
	width:900px;
	text-align:left;
	margin:0 auto;
}

#content-home {
	padding-top:20px;
	width:900px;
	text-align:center;
	margin:0 auto;
	border-top:20px solid #FFFFFF;
}


/* Content Styles */
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #444444;
}
.bodytext a:link {color: #444444; text-decoration: underline;}
.bodytext a:active {color: #444444; text-decoration: underline;}
.bodytext a:visited {color: #444444; text-decoration: underline;}
.bodytext a:hover {color: #222222; text-decoration: none;}

.hometext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 24px;
	color: #444444;
}
.hometext  a:link {color: #444444; text-decoration: underline;}
.hometext  a:active {color: #444444; text-decoration: underline;}
.hometext  a:visited {color: #444444; text-decoration: underline;}
.hometext  a:hover {color: #000000; text-decoration: none;}

.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #cd282c;
	line-height:32px;
}

.footertext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.footertext a:link {color: #FFFFFF; text-decoration: underline;}
.footertext a:active {color: #FFFFFF; text-decoration: underline;}
.footertext a:visited {color: #FFFFFF; text-decoration: underline;}
.footertext a:hover {color: #FFFFFF; text-decoration: none;}

