body {
	margin:0;
	padding:0;
	background : url(images/bg.gif) repeat-y;
}

div.darkblue
{
	background : #31536C;
}

div.bgark
{
	background : url(images/expandtop.gif) repeat-x;
	height: 37px;
	width: 100%;
}

div.ark
{
	background : url(images/topfiller.gif);
	float: left;
	height: 37px;
	width: 631px;
}

div.vertbar
{
	background : url(images/bg.gif) repeat-y;
	width: 140px;
	float: left;
}

div.contentbox
{
	float: left;
	width: 600px;
}

.footer {
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 1.2em;
}

a {
	color: #663333;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
	color: #decaa5;
}

a:visited {
	color:#663333;
}

div.content {
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 1.5em;
	padding: 0 30px 0 40px;
	text-align: justify;
}

li.content {
	line-height : 3em;
}

p.highlight {
	color: #990000;
}

b.note {
	color: red;
}

.galborder {
	border : 3px solid #31536C;
	background: white;
	padding: 5px 5px 5px 5px;
	margin-bottom: 20px;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 3em;
	text-align: center;
}

#errorbox {
	background : #FF9F9F;
	border : 2px solid #FF6464;
	width : 90%;
	color : #990000;
	padding: 10px 0 10px 0;
	text-align: center;
}

#successbox {
	background : #A8DA70;
	border : 2px solid #6FAB2E;
	width : 90%;
	color : #496D21;
	padding: 10px 0 10px 0;
	text-align: center;
}