body {
	background-color: #003366;
	background-image: url(img/bkgrnd.jpg);
	background-repeat: repeat-x;
}
.basebkgrnd {
	background-color: #FFFFFF;
	background-image: url(img/topslice.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}
.layer1bkgrnd {
	background-image: url(img/bottomslice.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.midtopslice {
	background-image: url(img/midtopslice.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
}
.menubar {
	background-image: url(img/menubar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 38px;
	padding-right: 40px;
	padding-left: 40px;
}
.midlowerslice {
	background-image: url(img/midbotslice.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
}
.headerarea {
	height: 72px;
	padding: 10px 24px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.maincontentarea {
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 24px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
}
.footer {
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 24px;
}
.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
.menulink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menulink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menulink a:hover {
	color: #990000;
	text-decoration: none;
}
h2 {
	font-family: "Trebuchet MS";
	color: #333333;
	font-size: medium;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
p {
	font-family: "Trebuchet MS";
	color: #003366;
	font-size: small;
	margin: 10px 0px 0px;
}
.p2 {
	font-family: "Trebuchet MS";
	color: #246BC7;
	font-size: small;
	margin: 10px 0px 0px;
	padding-right: 15px;
}
li {
	font-family: "Trebuchet MS";
	color: #003366;
	font-size: small;
}
.leftcolumn {
	padding-right: 15px;
	
}
.rightcolumn {
	padding-left: 15px;
}
.rightcolumnborder {
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
}

