/*---------------------------
	TEXT STYLES
---------------------------*/

body {
	background-color: #6B87AD;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
  margin: 0px;
  padding: 0px;
}

p {
  line-height: 150%;
}
	
td {
  font-size: 70%;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	color: #000000;
}

a:link { color: #71B6D4; text-decoration: underline;}
a:visited { color: #71B6D4; text-decoration: underline;}
a:hover { color: #71B6D4;	text-decoration: none;}

a.nav:link { color: #FFFFFF; text-decoration: underline;}
a.nav:visited { color: #FFFFFF; text-decoration: underline;}
a.nav:hover { color: #71B6D4;	text-decoration: none;}

a.sitemap:link { color: #577091; text-decoration: underline;}
a.sitemap:visited { color: #577091; text-decoration: underline;}
a.sitemap:hover { color: #71B6D4;	text-decoration: none;}

h1 {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color: #6B87AD;
	font-weight: lighter;
	font-size: 130%;
  font-weight: bold;
  text-align: left;
}

h2 {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size: 110%;
	color: #6B87AD;
  font-weight: bold;
	margin: 0px 0px -10px 0px;
}

h3 {
	font-size: 100%;
	color: #000099;
	font-weight: bold;
}

li {
  margin-bottom: 5px;
	list-style-type: diamond;
}

.anav{
	color: #FFFFFF;
	font: verdana, 12px;
	text-decoration: none;
}

/*---------------------------
        UNIQUE STYLES
---------------------------*/

.nav_background{
	background-image: url('../images/nav_background1.gif'); background-repeat: no-repeat;
	background-color: #4F6687;
	width: 197px;
	height: 246px;
}

.content_top_gradient{
	background-image: url('../images/content_top_gradient.gif'); background-repeat: no-repeat;
	width: 512px;
	height: 95px;
}

.footer{
  background-image: url('../images/footer.gif'); background-repeat: no-repeat;
	width: 746px;
	height: 66px;
}
/*---------------------------
        FORM STYLES
---------------------------*/

