body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-image: url(images/bg.jpg);
}
#banner {
	background-repeat: no-repeat;
	position: absolute;
	height: 130px;
	width: 760px;
	float: left;
	left: 0px;
	top: 0px;

}
/* navbar----------------*/
#nav {
	width: 760px;
	position: absolute;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	height: 30px;
	float: left;
	left: 0px;
	top: 130px;

}
#nav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}
#nav li {
	text-align: center;
	padding: 0px;
	float: left;
	margin: 0px;
}
#nav li a {
	text-align: center;
	display: block;
	width: 95px;
	height: 30px;
	text-decoration: none;
	color: #184498;
	padding-top: 9px;
	margin: 0px;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 0px;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#nav li a {
	float: none;
}
/* End IE5-Mac hack */
#nav li a:hover {
	color: #4370c9;
	text-decoration: none;
	background-image: url(images/nav.jpg);
}
#container {
	position: relative;
	width: 760px;
}
#leftbar {
	position: relative;
	text-align: left;
	width: 170px;
	height: 100%;
	padding: 15px 10px 10px;
	background-color: #e8eff3;
	margin: 0px;
	float: left;


}
#content {
	position: relative;
	width: 360px;
	text-align: left;
	float: left;
	padding: 10px;
	clear: right;
}
#rightbar {
	position: relative;
	width: 170px;
	text-align: center;
	float: right;
	height: 100%;
	padding: 15px 10px 10px;
	background-color: #e8eff3;
	margin: 0px;
}
#background {
	position: absolute;
	width: 760px;
	background-color: #ffffff;
	left: 0px;
	top: 160px;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;



}
#content2 {
	position: relative;
	width: 540px;
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
	text-align: left;
}
#content3 {
	position: relative;
	width: 630px;
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	height: auto;
	text-align: left;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 1.4em;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #4370c9;
}
h2 {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #2d2173;
	margin-top: 7px;
	margin-bottom: 5px;

}
h3 {
	color: #df4a5f;
	font-size: 0.7em;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
a {
	font-weight: bold;
	color: #184498;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #4370c9;
	text-decoration: none;
}
hr {
	color: #79abe2;
}
