.body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: white; fixed;
}

.menu {
	margin: 0px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 2.166;
	font-weight: bolder;
	font-variant: normal;
	color: ##3A4C8E;
	background-attachment: fixed;
	background-color: #FCE6BD;
	background-image: none;
	text-align: left;
	white-space: normal;
	list-style-position: inside;
	list-style-type: square;
	text-decoration: none;
	width: auto;
	left: 5px;
	text-transform: capitalize;
	
	}
	
.sublinks {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: italic;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: capitalize;
	color: #D40000;
	text-decoration: underline;
	list-style-image: url(images/bullet-teal.jpg);
}

.h1 {
font-style:normal
font-family: Georgia, "Times New Roman", Times, serif
letter-spacing:normal
font-size:14px
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #2A3FAA;
	
}

.h2 {
font-family:  "Times New Roman", Times, serif
letter-spacing:normal
font-size:12px
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #394C8E;
	background-color: #FCE6BD;
}
	
	.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #394C8E;
	letter-spacing: normal;
	text-align: left;
	text-indent: 3px;
	word-spacing: normal;
	white-space: normal;
}
.underlinedlink {
	color: #005FA9;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	}
	
	
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


