body {
background-color: #666;
font-family: Verdana, Arial, Helvetica, sans-serif
}

a {
text-decoration: none
}

a:hover {
text-decoration: underline
}

.contentbox {
margin-top: 0
}

.borderleft {
 border-left: 1px black solid;
 width: 471px
 }

.borderright {
border-right: 1px black solid;
text-align: right
}

.text {
	font-size: 12px
}
h1 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 0;
	text-transform: uppercase
	}

h2 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 0
	}
	
p {
font-size: 12px
}

ul {
margin-top: 0
}

li {
font-size: 12px
}

#nav ul {
margin: 0; 
padding: 0; 
text-decoration: none
}

#nav li {
display: inline; 
font-size: 12px; 
margin-left: 1em
}

#nav a {
color: black; 
font-weight: bold
}

#nav a.selected {
text-decoration: underline
}
	
.quote {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center
}
.footer {
	background-color: #13007C;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
	vertical-align: middle
}
.footerLink {
	color: #FFF;
	font-size: 12px
}
