/* CSS Document */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#container
{
	width: 90%;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	line-height: 130%;
	min-width: 750px;
}

.smallText {
	font-size: 0.8em;
}

.copyright {
	margin: 5px;
	padding: 5px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-variant: small-caps;
	color: #999999;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#top
{
	background-color: #fff;
	border-bottom: 1px solid gray;
	height: 90px;
}

#top h1
{
	padding: 0;
	margin: 0;
}
#top h2 {
	font: italic bold .9em Arial, Helvetica, sans-serif;
	color: #71574F;
	text-align: right;
	float: right;
	margin-top: 20px;
}

#leftnav
{
float: left;
width: 180px;
margin: 0;
padding: 1em;
}

#content
{
	margin-left: 220px;
	border-left: 1px solid gray;
	padding: 1em;
	max-width: 40em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

.adipHeader {
	margin: 5px;
	padding: 5px;
	border: thin double #ffffff;
	overflow: auto;
	height: 100px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
}
}
.medGreyTxt {
	color: #999999;
}

.leftAlign {
	float: left;
}
.rightAlign {
	float: right;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #663300;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}
.thinBorderGrey {
	margin: 5px;
	padding: 5px;
	border: thin double #666666;
}

.just {  text-align: justify}

.headline {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline overline;
}

.highlightbox {
	border-width: medium thin;
	border-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 5px 5px 10px;
	padding: 5px;
}
.coverimage {
	background: #CCCCCC center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#pagemenu {
	font-size: .8em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: thin dotted #999999;
	border-right: thin none #999999;
	border-bottom: thin dotted #999999;
	border-left: thin none #999999;
	margin-top: 5px;
	margin-bottom: 10px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {}

.shaded {
	background: #dfdfdf;

.rightAlignbox {
	float: right;
	margin: 5px;
	padding: 5px;
	border: thin dotted #006699;
}

.rightAlignbox200w {
	float: right;
	margin: 5px;
	padding: 5px;
	border: thin dotted #006699;
	width: 200px;
}

.boldtext {
	font-weight: bold;
}

#footerAds {
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #fff;
border-top: 1px solid gray;
}
