.header {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	line-height: 2em;
	color: #000000;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	text-align: center;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.body {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
}

a:link {
	color: #FF9933;
	text-decoration: none; 
}
a:visited {
	color: #FF9933;
	text-decoration: none; 
}
a:hover {
	color: #FFFFFF;
	text-decoration: none; 

}
a:active {
	color: #FFFFFF;
	text-decoration:underline;

}

a.black:link {
	color: #000000;
	text-decoration: none; 
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
a.black:visited {
	color: #000000;
	text-decoration: none;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

a.black:hover, h5 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
a.black:active {
	color: #FF9933;
	text-decoration: none;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

a.whiteBGLink:link {
	color: #000000;
	text-decoration: none; 
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
a.whiteBGLink:visited {
	color: #000000;
	text-decoration: none;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

a.whiteBGLink:hover, h5 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
a.whiteBGLink:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

img.right{
	margin-left: 135px;
	margin-bottom: 10px;
	margin-top: 10px;
	vertical-align: top;
	border-color: #000000;
	border: 4px;
	border-style: double;
}

img.left {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	vertical-align: top;
	border-color: #000000;
	border: 4px;
	border-style: double;
}

img.farright{
	margin-bottom: 10px;
	margin-top: 10px;
	vertical-align: top;
	align: right;
	border-color: #000000;
	border: 4px;
	border-style: double;
}
img.thumb {
	margin-right: 10px;
	vertical-align: top;
	border-color: #000000;
	border: 4px;
	border-style: double;
}

img.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	vertical-align: top;
	border-color: #000000;
	border: 4px;
	border-style: double;
}

img.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	vertical-align: top;
	border-color: #000000;
	border: 4px;
	border-style: double;
}

img.floatCenter {
	float: none;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-top: 10px;
	vertical-align: top;
	border-color: #000000;
	border: 4px;
	border-style: double;
}


	
	/* footer layout */
	
.footer {
	vertical-align: bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;

}

