body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(255,255,255);
	margin: 5px;
}

a {
	color: rgb(255,255,0);
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(18,42,91);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:rgb(255,255,255); 
	background-color: rgb(109,30,61);
	font-size: 24px;
	font-style: italic;
	text-align: center;
}
h2 {
	font-size: 18px;
	text-align: center;
}
h3 {
	font-size: 16px;
	text-decoration: underline;
}

hr {
	border: 0;
	color: rgb(109,30,61);
	background-color: rgb(109,30,61);	
	clear: both;
}
hr.primary {
	height: 2px;
}
hr.secondary {
	height: 1px;
}

dt, dd, li {
	margin-bottom: .75em;
}

.comment {
	font-size: 11px;
	font-weight: normal;
}

#content-area {
	background: url(../images/page-background.gif) repeat-y top;
}

.content a, .content p a {
	color: rgb(18,42,91);
	font-weight: bold;
}

.shell-top-corner {
	color: rgb(255,255,255);
	background-color: rgb(109,30,61);
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.shell-bottom-corner {
	background-color: rgb(18,42,91);
	font-size: 22px;
	font-weight: bold;
}

.shell-banner, .shell-menu {
	color: rgb(255,255,255);
	font-family: Georgia, "Times New Roman", Times, serif;
}
.shell-banner {
	background-color: rgb(18,42,91);
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.shell-menu, .shell-menu p {
	background-color: rgb(109,30,61);
	font-size: 14px;
	margin-left: 5px;
}

table.footer, table.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
table.footer em, table.footer em a {
	color: rgb(18,42,91);
	font-size: larger;
}