BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/*background-image:*/ 
	background-repeat: repeat-x;
}
#Header {
	background-image:url(../images/logocopylong4.jpg);
	width: 746px;
	height: 160px;
	position: absolute;
  	left: 50%;
  	margin-left: -373px;
}
/* Navigation styles begin */
#Navigation {
	background-image: url(../images/blue-bar.gif);
	background-repeat: repeat-x;
	height: 27px;
	width: 746px;
	top: 160px;
	position: absolute;
	left: 50%;
	margin-left: -373px;
	visibility: visible;
	z-index: 5;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Navigation a {
	color: #FFFF00;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/blue-bar-indent.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 27px;
}
#Navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/blue-bar-indent-over.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/* Navigation styles end */

#Content {
	background-image: url(../images/content-back.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	visibility: visible;
	z-index: 3;
	width: 746px;
	left: 50%;
	margin-left: -373px;
	top: 187px;
	background-color: #FFFFFF;
}
#Contenttext {
	margin: 20px;
}
/*#Rightedge {
	position: relative;
	left: 1204px;
	top: auto;
	visibility: visible;
	z-index: 1;
	background-image: url(../images/right-edge.gif);
	height: 440px;
	width: 3px;
}
*/
#Footer {
	font-size: 80%;
}

/* Basic presentation styles */
H1 {
	font-size: 180%;
	font-family: Arial, Helvetica, sans-serif;
	color: #002984;
}
H2 {
	font-size: 160%;
	font-family: Arial, Helvetica, sans-serif;
	color: #335CB7;
}
H3 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #997015;
}
H4 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
P {
	margin-right: 10px;
	margin-left: 10px;
}
LI {
	padding-top: 5px;
	padding-bottom: 5px;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #CC9900;
	text-decoration: none;
}
HR {
	height: 1px;
	width: 500px;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-top-color: #0660BC;
	border-right-color: #0660BC;
	border-bottom-color: #0660BC;
	border-left-color: #0660BC;
}
