body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	background-color: #38495D;
}
h1 {
	font-size: medium;
	color: #38495D;
}
h2 {
	font-size: small;
	color: #38495D;
	background-color: #B8AD8D;
	padding: 5px;
	
}
h3 {
	font-size: small;
	color: #38495D;
	margin-bottom: 0px;
    padding-bottom: 0px;

}
h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
a:link, a:visited {
	color: #38495D;
}
a:hover {
	color: #B8AD8D;
}
#pagecontainer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	margin-top: 20px;
	background-color:#FFF;
	color: #000;
}
#pagecontent {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#header {
	height: 130px;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.floatlefttext {
	float: left;
	margin-right: 5px;	
}
.floatrighttext {
	float: right;
	background-color: #38495D;
	border: 1px solid #000;
	color: #FFF;
	margin-left: 10px;
	/*padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: -10px;*/
}
.floatrighttext a {
	color: #E0DCCD;
	
}

.clearboth {
	clear: both;
}
#footer {
	clear: both;
	background-color: #B8AD8D;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
	padding: 15px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.imgcaption320left {
	width: 320px;
	font-size: x-small;
	line-height: normal;
	font-style: italic;
	float: left;
	text-align: center;
}
.imgcaption320 {
	width: 320px;
	font-size: x-small;
	line-height: normal;
	font-style: italic;
	float: right;
	text-align: center;
}
.imgcaption195left {
	float: left;
	width: 195px;
	text-align: center;
	font-size: x-small;
	line-height: normal;
	font-style: italic;
}
.imgcaption195{
	float: right;
	width: 195px;
	text-align: center;
	font-size: x-small;
	line-height: normal;
	font-style: italic;
}
.border1 {
	border: 1px solid #000;
}

.rightalign {
	text-align: right;
	float: left;
	width: 150px;
	padding-right: 5px;
}
.nobullet {
	list-style-type: none;
	padding-right: 15px;
}
.highlight {
	font-weight: bold;
	font-style: italic;
}

/*.nav_tab {*/ /* this is used to position the nav.  An image is used for the background of the navigation */
/*	margin-left: 1px;
	display: inline;
	text-align: center;
}
.leftfooter {
	float: left;
	height: 35px;
	width: 170px;
	background-color: #972F30;
}

.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
} 

.imgborder {
	border: 1px solid #972F30;
}*/

