/* CSS Document */
body {
	background-attachment: fixed;
	background-image: url(../images/morphbkg.jpg);
	background-position: right bottom;
	margin: 0px;
	background-repeat: no-repeat;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC9833;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #FFFFFF;
}
h2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 5px;
	color: #FFFFFF;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}
#masthead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#logo {
	background-image:   url("../images/banner.jpg");
	height: 113px;
	width: 750px;
	background-position: left top;
	background-repeat: no-repeat;
}


#columnLeft {
	padding: 0px;
	float: left;
	width: 25%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: none;	
}
#columnRight {
	padding: 0px;
	float: left;
	width: 138px;
	height:100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/pawprints.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#columnCenter {
	float: left;
	width: 53%;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #221F1A;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#columnCenter img {
	float: center;
}
#columnNavLeft {
	float: left;
	width: 25%;
	white-space: nowrap;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#columnMain {
	float: left;
	width: auto;
	margin-top: 10px;


}
#columnNavRight {
	padding: 0px;
	float: right;
	width: 138px;
	height:100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#copyright {
	font-size: .8em;
	font-style: italic;
	text-align: center;
	clear: both;
	height: 15px;
	background-color: #996600;
	width: 750px;
}

a:link {
	color: #cc9933;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #cccc66;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #996600;
}
#bottomnav {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	clear: both;
	height: auto;
	color: #FFFFFF;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px;
}
.undrlnbold {
	font-weight: bold;
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}
