body {
	background-color: #ddc;
	font-family: tahoma, "trebuchet ms", san-serif;
	text-align: center;
	color: #443;
	}
#content {
	width: 95%;
	margin: 15px;
	border: 1px solid #ccb;
	background-color: #FFF;
	text-align: left;
	padding: 25px;
	}
#header {
	text-align: left;
	margin: 0;
	border-bottom: 2px solid #BBA;
	background-color: #443;
}
#logoimage {
	width: 100%;
	height: 75px;
	overflow: hidden;
	}
#skip_nav {
	display: none;
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav li {
	display: inline;
	text-transform: lowercase;
	list-style: none;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;

}
#nav {
	background-image: url(/taupe_grad.jpg);
	background-color: #EED;
	border-bottom: 2px solid #BBA;
	color: #DDC;
	font-size: small;
	padding: 5px;
	margin: -10px;
	text-align: center;
	}
#subnav {
	width: 100%;
	padding:5px;
	font-size: small;
	background-color: #BBA;
	color: #EED;
	text-align: center;
	}
#main {
	margin: 0;
	background-color: #FFF;
	padding: 10px 5% 5% 5%;
	}
#highlight {
	margin: 0 10% 0 10%;
	position: relative;
	background-color: #EED;
	border-top: 2px dotted #AA9;
	border-bottom: 2px dotted #AA9;
	padding: 5px;
	}

#highlight p, #highlight h2 {
	margin: 0;
	padding-bottom: 5px;
	line-height: normal;
	}
#secondcol {
	display: none;
	float: right;
	height: 100%;
	width: 12em;
	background-color: #EED;
	border-left: 2px solid #BBA;
	border-bottom: 2px solid #BBA;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	}
#footer {
	text-align: left;
	color: #BBA;
	font-size: x-small;
	border-top: 1px dashed #BBA;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 20px;
	margin-left: 20px;
	clear: left;
	}
a {
	color: #599;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}
a.nav {
	color: #665;
	text-decoration: none;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 3px;
	}
a.nav:hover {
	background-color: #CCB;
	color: #FFF;
	text-decoration: none;
	}
a.subnav {
	color: #443;
	text-decoration: none;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	}
a.subnav:hover {
	color: #FFF;
	background-color: #CCB;
	text-decoration: none;
	}

.title {
	font-size:x-large;
	font-weight: bold;
	color: #AB8;
}

.date {
	font-weight: bold;
	color: #CCB;
	font-size: medium;
	text-transform: uppercase;
                padding: 2px;
                margin:0;
	border-bottom: 1px dashed #CCB;
	border-top: 1px dashed #CCB;
	}
.posted {
	font-weight: bold;
	color: #BBA;
	font-size: x-small;
	text-transform: capitalize;
                padding:0;
	margin-top: 0;
	margin-bottom: 25px;
	text-align: right;
	}

#nav_active {
	background-color: #BBA;
	color: #FFF;
	text-decoration: none
}


.sidetitle {
	font-size: small;
	font-weight: bold;
	color: #665;
	margin-top: 5px;

}

.side {
	font-size: x-small;
	font-weight: normal;
	margin-bottom: 5px;
}


h1 {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #242;
	border-bottom: 3px solid #bba;
	padding-bottom: 3px;
	}
h2 {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #464;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
h3 {
	font-size: medium;
	font-style: bold;
	font-weight: bold;
	}
p {
	font-family: book antiqua, times new roman, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	line-height: 180%;
	}
ul {
	font-family: book antiqua, times new roman, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	line-height: 180%;
	list-style: none;
	text-indent: -3em;
	}
ol {
	font-family: book antiqua, times new roman, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	line-height: 180%;
	}

li {
	margin-bottom: 10px;
	}


code {
	font-size: small;
	line-height: 110%;
	padding: 10px;
	margin-left: 15%;
	margin-right: 15%;
	border-top: 2px dashed #CCB;
	border-bottom: 2px dashed #CCB;
	display: block;

}






















































































