@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

div#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-image: url(../images/mainbkg.gif);
	background-repeat: repeat-y;
}

div#header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 193px;
	width: 960px;
	background-image: url(../images/header.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

div#footer {
	background-image: url(../images/footer.gif);
	height: 119px;
	width: 945px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-left: 15px;
	padding-top: 10px;
}
div#main {
	padding: 0 5px 5px 5px;
	height: auto;
	width: 729px;
	float: right;
	background-image: url(../images/headingbkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#button {
	width: 220px;
	border-right: 1px solid #000;
	padding: 0;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	float: left;
	}

	
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	}
		
#button li a {
	display: block;
	padding: 5px 5px 5px 0.2em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	}

html>body #button li a {
	width: auto;
	}
h1 {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 25px;
	margin-top: 20px;
}
#main li {
	font-size: 14px;
	margin-bottom: 5px;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}


img.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.left {
	display: block;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.right {
	display: block;
	float: right;
	margin-right: 10px;
	margin-left: 5px;
}
table {
	clear: both;
	font-size: 14px;
}
#main p {
	margin-bottom: 6px;
	font-size: 14px;
}
#main    .redbold  {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
#main   h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2175BC;
}
