/* CSS Document */
body {
	background-image: url(images/grad.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#B0C4DE;
	}	
.bodyText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
	color:#000033;
}
.bodyImg {
	border:none;
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
}
.smText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px; 
	color:#FFFFFF;
}
.mdText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
	color:#000033;
}
.lgText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	color:#000033;
}
.titleText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: bold;
	color:#000033;
}
.underlineText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	letter-spacing:2px;
	color:#000033;
}

img {
	border:none;
}


/*left colum link styles*/
a.nav:link {   
      font-family:Georgia, "Times New Roman", Times, serif;
	  font-size: 15px;
	  font-weight: bold;
	  text-decoration: none;
	  color: #003366; 
	  }
a.nav:visited {
      font-family:Georgia, "Times New Roman", Times, serif;
	  font-size: 15px;
	  font-weight: bold;
	  text-decoration: none;
	  color: #003366; 
}
a.nav:hover {      
	  font-family:Georgia, "Times New Roman", Times, serif;
	  font-size: 15px;
	  font-weight: bold;
	  text-decoration: none;
	  color: #FFFFFF; 
}
a.nav:active {
      font-family:Georgia, "Times New Roman", Times, serif;
	  font-size: 15px;
	  font-weight: bold;
	  text-decoration: none;
	  color: #003366;
}
