A:link { color: black; font-weight: bold; }
A:visited { color: black; font-weight: bold }
A:hover { color: gray; font-weight: bold }
A.links:link { color: white; font-weight: normal; text-decoration: none;}
A.links:visited { color: white; font-weight: normal; text-decoration: none; }
A.links:hover { color: gray; font-weight: normal; text-decoration: none; }
A.links2:link { color: black; font-weight: bold; text-decoration: none;}
A.links2:visited { color: black; font-weight: bold; text-decoration: none; }
A.links2:hover { color: #22205F; font-weight: bold; text-decoration: none; }


p {
margin: 8px 0 0 0;}

p.related {
font-size: 12px;
margin-top: 20px;
margin-bottom: 20px;
}

p.subheader {
margin-top: 10px;
margin-bottom: 10px;
font-size: 16px;
font-weight: bold;
color: #22205F;
}



p.indent {
padding-left: 20px;
}

p.list {
margin-bottom: 15px;
}

img.inset {
margin: 5px;
float: right;
}

#divider {
	width: 100%;
	height: 5px;
	margin-top: 10px;
	background-color: #B4AB97;
}

body { 
background-color: #22205F; 
text-align: center; 
margin: 0; 
min-width: 855px;
font-size: 12px; 
font-family: 'verdana', arial, helvetica, sans-serif; }


#container { 
width: 855px; 
text-align: left; 
margin-left: auto; 
margin-right: auto; 
margin-bottom: 10px;}

#header {
	position: relative;
	width: 610px;
	left: 245px;
	height: 40px;
	text-align: right;
	z-index: 1;
	font-size: 40px;
	color: #B4AB97;
}

#logo {
position: absolute;
text-align: right;
width: 245px;
height: 100;
padding-top: 10px;
z-index: 2; }

#links {
position: relative;
float: left;
width: 190px;
top: 125px;
text-align: right;
padding: 5px;
padding-top: 10px;
background-image: url('images/linkbkg.png');
background-repeat: no-repeat;
color: white;
font-size: 15px;
line-height: 24px;
}

#content {
	float: right;
	width: 585px;
	min-height: 410px;
	left: 200px;
	margin-top: 10px;
	padding: 20px;
	padding-left: 40px;
	border: 5px solid #6B6B63;
	z-index: 1;
	background-color: #FFFBF4;
}

#footer {
clear: both;
width: 655px;
margin-left: 200px;
text-align: center;
color: white;
}

ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

li {
background-image: url(Images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 20px;
margin-bottom: 15px;
}