body {
    background-color: #00007F;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

p {
	margin: 5px;
}

a:link, a:visited, a:hover, a:active  {
	color: #000000;
}

.sidebarleft {
	background-image:  url(images/sidebar_l.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.sidebarright {
	background-image:  url(images/sidebar_r.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: 000066;
	font-weight: normal;
	line-height: 25px;
}

.greencopylarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: 339933;
	font-weight: normal;
	line-height: 23px;
}

.greencopysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: 339933;
	font-weight: normal;
	line-height: 20px;
}

.bluecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 0000cc;
	font-weight: normal;
	line-height: 16px;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
	font-weight: normal;
	line-height: 14px;
}

.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 999999;
	font-weight: normal;
	line-height: 14px;
}

.footercopy a:link, .footercopy a:visited, .footercopy a:hover, .footercopy a:active {
	color: 999999;
}

