body {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(global_images/background_color.jpg);
}
body,td,th {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5;
}
#container {
	height: auto;
	width: 1000px;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
	position: relative;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(global_images/logo.png);
}
#navigation {
	height: 80px;
	width: 1000px;
	margin: 0;
	text-align: center;
	padding: 0px;
}
#navigation ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: inline-block;
	background-color: #2d4b71;
	font-weight: lighter;
	margin: 10px;
	border-radius: 2px;
}
#navigation ul li a:hover {
	color: #ffffff;
	font-size: 22px;
	font-style: normal;
	background-color: #a52727;
	border-radius: 2px;
}
a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #ffac57;
}
#box1a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #ffffff;
	background-color: #2d4a71;
	height: 40px;
	width: 980px;
	border: 0pt none #000;
	border-radius: 0px 0px 0px 0px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 5px;
}
#box1b {
	height: auto;
	width: 1000px;
	border-radius: 0px 0px 0px 0px;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	padding: 0px;
	height: 100px;
	width: 1000px;
	border: 1px solid #000000;
	background-image: url(global_images/footer.png);
	margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #000000;
	font-weight: lighter;
	line-height: 1.4;
}
h2 {
	font-size: 20px;
	color: #000000;
	font-weight: lighter;
	line-height: 1.4;
}
h3 {
	font-size: 18px;
	color: #000000;
	font-weight: lighter;
	line-height: 1.2;
}
h4 {
	font-size: 22px;
	color: #000000;
	font-weight: lighter;
	line-height: 1.4;
}
h5 {
	font-size: 11px;
	color: #000000;
	font-weight: lighter;
}
h6 {
	color: #000000;
	font-weight: lighter;
	font-size: 30px;
}
.floatleft {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.floatright {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.borderrad {
	border-radius: 4px;
}
.bordercol {
border-collapse:collapse;
}
.finger	{
	img:hover;
    cursor: pointer;
}