body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #414b56;
    background: images/bg.jpg;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}
a {
	color: #0047A8;
	text-decoration: none;
}
a:visited { /*	color: #525C5F; */
}
a:hover {
	color: #22C8C8;
	text-decoration: underline;
}
a:active {
	color: #099;
}
h1, h2, h3, h4, h5 {
	/*	font-family: Arial, "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
	font-weight: 500; */
	/* color:#1E3335; */
	font-weight:normal;
	color: #203042;
	/*	font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 0em;
	line-height: 0em;
}
h1 {
	font-size: 25px;
	line-height: 25px;
	/* 	text-shadow: 2px 2px 0 #ccc; */
	font-weight:normal;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top:20px;
	font-weight:normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	margin-top:20px;
	letter-spacing: 0.01em;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top:20px;
	letter-spacing: 0.01em;
}
.headline { /* adds a dotted line */
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #930;
	margin-bottom: 4px;
}
#bottom-nav {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	color: #508CC9;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C2C0B1;
	text-align: center;
	/*	margin-top: 15px; */
	float:none;
	clear:both;
	display: block;
	overflow: visible;
	letter-spacing: 0.1em;
}
#nav {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 5px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #508CC9;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C2C0B1;
	text-align: center;
	/*	margin-top: 15px; */
	float:none;
	clear:both;
	display: block;
	overflow: visible;
	letter-spacing: 0.1em;
}
#bottom-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	color: #3E5571;
	background-color: #E8E9DC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C2C0B1;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	letter-spacing: 0.2em;
	text-align: center;
}
#global-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.04em;
	line-height: 16px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 45px;
	padding-left: 30px;
	color: #333;
	background-color: #F5F7DF;
	margin: 0px;
}

#global-footer a { color: #666; text-decoration: none; }
#global-footer a:visited { color: #666; }
#global-footer a:hover { color: #333; text-decoration: underline; }
#global-footer a:active {
	color: #22C8C8;
}
