

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.3em;
	padding-left: 40px;
	padding-right: 10px;
	letter-spacing: normal;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../navimages/bullet_txt.gif);
	font-variant: normal;
	text-transform: none;
	}


.main a:link, .main a:visited {
	color: #99FFCC;
/*	text-decoration: none;
	border-bottom: 1px dotted #B6A356;*/
	}

.main a:hover {
	color: #99FFCC;
	text-decoration: none;
	border-bottom: 1px dotted #99FFCC;/*B6A356*/
	}


.mainhome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.3em;
	padding-left: 40px;
	padding-top: 20px;
	letter-spacing: normal;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../navimages/bullet_txt.gif);
	font-variant: normal;
	text-transform: none;
	}


.mainhome a:link, .body a:visited {
	color: #05244C;
/*	text-decoration: none;
	border-bottom: 1px dotted #B6A356;*/
	}

.mainhome a:hover {
	color: #265B9E;
	text-decoration: none;
	border-bottom: 1px dotted #265B9E;/*B6A356*/
	}

	
.pic-home {
	border-right: 1px solid #05244C;
	}	
/* The following is a hack that forces IE to display a 1px dotted line beneath the linked items, insted of a dashed one. 
The GIF file is color-matched to the hex value used in the standard a:link, a:visited, and a: hover items above (which work fine in Firefox)
Details at http://christineibbitson.blogs.com/*/

/*.body a:link, .body a:visited { 
	background: url(../navimages/css-dotted-line.gif) repeat-x bottom;
	padding: 1px;
	border-bottom: none;
	}
	*/
/* End of the IE hack. */

.cellunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.3em;
	letter-spacing: normal
	list-style-position: outside;
	list-style-image: url(../navimages/bullet_txt.gif);
	font-variant: normal;
	text-transform: none;
	border-bottom: 1px solid #474747;
	}



.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	font-variant: normal;
	line-height: 1.2em;
	color: #05244C;
	letter-spacing: 1px;
	text-transform: none;
	}
	

	
.subheadhome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #CCCCCC;
/*	padding-left: 25px; */
	padding-top: 10px;
	letter-spacing: 0em;
	text-indent: 0pt;
	text-transform: none;
	}	
	

.subheadhome a:link, .subheadhome a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}

.subheadhome a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px dotted #FFFFFF;
	}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #EEEEEE;
	padding-left: 40px; 
	letter-spacing: normal;
	text-indent: 0pt;
	text-transform: none;
	}
	

.subhead a:link, .subhead a:visited {
	color: #05244C;
	}

.subhead a:hover {
	color: #265B9E;
	text-decoration: none;
	border-bottom: 2px dotted #265B9E;
	}



	
.smallsanserif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	}
	
.smallsanserif a:link, .smallsanserif a:visited {
	color: #FFFFFF;
	}

.smallsanserif a:hover {
	color:  #99FFCC;
	text-decoration: none;
	border-bottom: 1px dotted #99FFCC;/*B6A356*/
	}



	
.bodyboldgold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C69A3D;/* Menu yellow #E9AE30  */
	}
	
.bodyboldgold a:link, .bodyboldgold a:visited {
	color: #05244C;
/*	text-decoration: none;
	border-bottom: 1px dotted #B6A356;*/
	}

.bodyboldgold a:hover {
	color: #265B9E;
	text-decoration: none;
	border-bottom: 2px dotted #265B9E;/*B6A356*/
	}


	
.bodylist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	list-style-type: decimal;
	}

.bodylist a:link, .bodylist a:visited {
	color: #05244C;
	}

.bodylist a:hover {
	color: #265B9E;
	text-decoration: none;
	border-bottom: 2px dotted #265B9E;
	}




/* This next line takes any CSS link attributes off an image. No more strange blue outlines. */
a img {border: none; }
