


body {
	margin: 0px;
	padding: 0px;
	background-image: url(images-new/header-bkgrnd.jpg);
	background-repeat: repeat-x;
	height: 100%;
	font-family: Tahoma, Tahoma Bold, Arial Unicode MS, Arial;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

a {
	color: #658798;
}

a:hover {
	color: #658798;
	text-decoration: none;
}

.italicized-blue {
	color: #006699;
	font-style: italic;
}

.top-row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-variant: small-caps;
}

.top-row a {
	color: #FFFFFF;
	
}
.top-row a:hover {
	color: #FFFFCC;
	
}

.top-row a:visited {
	color: #CCFFCC;
	
}

a:visited {
	color: #58AA87;
}

h1 {
	font-family: "Tahoma", Tahoma Bold, Arial Unicode MS, Arial;
	font-size: 18px;
	color: #000066;
	letter-spacing: 2px;
	font-weight: normal;
}

h2 {
	font-family: "Tahoma", Tahoma Bold, Arial Unicode MS, Arial;
	font-size: 16px;
	color: #35598E;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: normal;
}

h3 {
	font-family: "Tahoma", Tahoma Bold, Arial Unicode MS, Arial;
	font-size: 16px;
	color: #666666;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: normal;
}

h3 a {
	color: #35598E;
	text-decoration: underline;
}

h3 a:hover {
	color: #35598E;
	text-decoration: none;
}

h4 {
	font-family: "Tahoma", Tahoma Bold, Arial Unicode MS, Arial;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	font-weight: normal;
}

h4 a {
	color: #35598E;
	text-decoration: underline;
}

h4 a:hover {
	color: #35598E;
	text-decoration: none;
}

ul {
	padding:0;
	margin-left:30px;
}

.bullet-list {
	font-family: Tahoma, "Tahoma Bold", "Arial Unicode MS", Arial;
	font-size: 14px;
	color: #3E6982;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(images-new/bullet.gif);
	list-style-type: none;
	line-height: 18px;
	padding-bottom: 6px;
}
ol {
	font-family: Tahoma, "Tahoma Bold", "Arial Unicode MS", Arial;
	font-size: 14px;
	color: #3E6982;
	text-decoration: none;
	list-style-position: outside;
	line-height: 18px;
	padding-bottom: 6px;
}

.menu {
	background-image: url(images-new/menu-bkgrnd.gif);
	font-family: Tahoma, "Tahoma Bold", "Arial Unicode MS", Arial;
	height: 42px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
}

.menu a {
	font-family: Tahoma, "Tahoma Bold", "Arial Unicode MS", Arial;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover {
	color: #FFFF99;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(images-new/footer-bkgrnd.gif);
	background-repeat: repeat-x;
	height:120px;
}

.footer a{
	color: #FFFFFF;
}

.footer a:hover{
	color: #FFFFCC;
}


