a:link, a:visited, a:active {
color: blue;
}

p {
font-family: Garamond, Times, serif;
font-style: italic;
font-size: 12pt;
line-height: 15pt;
color: #00234B;
}

ul {
font-family: Garamond, Times, serif;
font-style: italic;
font-size: 11pt;
line-height: 14pt;
color: #00234B;
}

#bkgrnd {
position: relative;
background: #FFFFFF;
z-index: 1;
}

#top {
position: absolute;
top: 20px;
left: 20px;
width: 720px;
height: 125px;
z-index: 2;
}

#left {
position: absolute;
top: 165px;
left: 20px;
width: 420px;
height: 1675px;
padding: 10px;
padding-top: 20px;
background-color: #E8F0F7;
background-image: url(images/bglogo2.gif);
background-repeat: no-repeat;
z-index: 2;
}

#right {
	position: absolute;
	top: 165px;
	left: 480px;
	width: 240px;
	height: 1700px;
	padding: 10px;
	background: #9FBBDA;
	z-index: 2;
	background-color: #9FBBDA;

}
#topwc {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 720px;
	height: 175px;
	z-index: 3;
	background-color: #FFFFFF;

}

#leftwc {
position: absolute;
top: 206px;
left: 20px;
width: 420px;
height: 1750px;
padding: 10px;
padding-top: 20px;
background-color: #E8F0F7;
background-image: url(images/bglogo2.gif);
background-repeat: no-repeat;
z-index: 3;
}

#rightwc {
	position: absolute;
	top: 206px;
	left: 480px;
	width: 240px;
	height: 1825px;
	padding: 10px;
	background: #BB6CF7;
	z-index: 3;
	background-color: #BB6CF7;

}
.maintitle {
font-style: normal;
font-weight: bold;
font-size: 24pt;
font-variant: small-caps;
}

.title {
font-style: normal;
font-weight: bold;
font-size: 18pt;
font-variant: small-caps;
}

.rtitle {
font-style: normal;
font-weight: bold;
font-variant: small-caps;
}

.date {
font-size: 10.5pt;
}

