@charset "UTF-8";
/* CSS Document */


body {
	background-color: #f5f5dc;
}

body,td,th {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
color: #002d56;}
a:visited {
color: #002d56;}
a:hover {
color: #002d56;}
a:active {
color: #002d56;}

a.navlink:link {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	letter-spacing: .18em;
	text-decoration: none;
}

a.navlink:visited {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	letter-spacing: .18em;
	text-decoration: none;
}
a.navlink:hover {
	text-decoration: none;
	color: #AFD9F5;
}
a.navlink:active {
	text-decoration: none;
	color: #000;
}


<!-- SECONDARY LINKS

.style1 {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 14px;
	color: #002d56;
	font-weight: bold;
	letter-spacing: .18em;
	text-decoration: underline;
}

.style2 {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 14px;
	color: #002d56;
	letter-spacing: .05em;
	text-decoration: none;
}

.style3 {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 16px;
	color: #002d56;
	letter-spacing: .10em;
	text-decoration: underline;
}

blockquote { 
    display: block;
    margin-left: 30px;
}






a.bodyLink:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .10em;
	color: #39C;
	text-decoration: underline;
}

a.bodyLink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .10em;
	color: #39C;
	text-decoration: underline;
}

a.bodylink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .10em;
	color: #333;
	text-decoration: underline;
}


a.listlink:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: .10em;
	color: #002d56;
	text-decoration: none;
}

a.listlink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: .10em;
	color: #002d56;
	text-decoration: none;
}

a.listlink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: .10em;
	color: #002d56;
	text-decoration: underline;
}




a.Topic:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .10em;
	color: #333;
	text-decoration: none;
}

a.Topic:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .10em;
	color: #333;
	text-decoration: none;
}

a.Topic:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .10em;
	color: #39C;
	text-decoration: underline;
}

ul.arrow {
    list-style-image: url('images/BulletArrow.gif');
}

ul.check {
    list-style-image: url('images/BulletCheck.gif');
}
ul.diamond {
    list-style-image: url('images/BulletDiamond.png');
}

div#slideShowImages {
	position:relative;
}
div#slideShowImages img {
	position:absolute;
	top:0px;
	left:0px;
}