


html {
	margin: 0px;
	padding: 0px;
	height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Tahoma, sans-serif, Arial;
	font-size: 14px;
	color: #666666;
	line-height: auto;
	background-image: url(images/header-bkgrnd.gif);
	height:100%;
}



#container {
	min-height:100%;
	position:relative;
	height:100%;
}

#header {
	padding:0px;
}

#body {
	padding:0px;
	padding-bottom:54px;	/* Height of the footer */
}

.header-address {
	font-family: "Trebuchet MS", Tahoma, sans-serif, Arial;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
}

a {
	color: #658798;
}

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

.italicized-blue {
	color: #658798;
	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;
	
}

a:visited {
	color: #58AA87;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, sans-serif, Arial;
	font-size: 18px;
	color: #0067B2;
	letter-spacing: 2px;
	font-weight: normal;
}

h2 {
	font-family: "Trebuchet MS", Tahoma, sans-serif, Arial;
	font-size: 16px;
	color: #339900;
	letter-spacing: 1px;
	font-weight: normal;
}

h3 {
	font-family: "Trebuchet MS", Tahoma, sans-serif, Arial;
	font-size: 16px;
	color: #0067B2;
	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: "Trebuchet MS", Tahoma, sans-serif, 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: "Trebuchet MS", Tahoma, sans-serif, Arial;
	font-size: 14px;
	color: #3E6982;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	line-height: 18px;
	padding-bottom: 6px;
}
ol {
	font-family: "Trebuchet MS", Tahoma, sans-serif, Arial;
	font-size: 14px;
	color: #3E6982;
	text-decoration: none;
	list-style-position: outside;
	line-height: 18px;
	padding-bottom: 6px;
}


#footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 54px;
	position: inherit;
	bottom:0;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
	line-height: 14px;
	background-color: #005999;
}

#footer a{
	color: #FFFFFF;
}

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


strong {
	font-weight: bold;
	text-transform: none;
	color: #005EA2;
}
