body {
	margin: 0px;
	padding: 0px;
	background: url(images/main_bg.gif) repeat-y;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: white;
	text-decoration: none;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 90px;
}
#logo {
	margin: 0px;
	border: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#bbb {
	margin: 0px;
	border: 0px;
	position: absolute;
	left: 747px;
	top: 10px;
}
#login {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5590cd;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 70px;
	left: 683px;
}
#pagetitle {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

#nav {
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 170px;
	background-image: url(images/nav_table.gif);
}
#nav span {
	line-height: 10px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	width: 139px;
	height: 149px;
	text-indent: 10px;
	position: absolute;
	top: 101px;
	left: 351px;
	line-height: 17px;
}
#nav li {
	list-style-type: none;
}
#nav a {
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: white;
	display: block;
	width: 139px;
}
#nav a:hover {
	display: block;
	width: 139px;
	position: relative;
	background-color: white;
	color: #2727a8;
}
#nav ul.nav_mid {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 139px;
	height: 159px;
	position: absolute;
	top: 91px;
	left: 491px;
	border-right: 1px white solid;
	visibility: hidden;
}
#nav ul.nav_right {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 140px;
	height: 159px;
	position: absolute;
	top: 91px;
	left: 631px;
	border-right: 1px white solid;
	visibility: hidden;
}
#home_img {
	position: absolute;
	top: 101px;
	left: 0px;
}

#content {
	margin: 10px 0px 0px 10px;;
	width: 748px;
	height: 100%;
	background-color: #5590cd;
	border: 1px white solid;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

#footer {
	margin: 10px 0px 10px 10px;;
	width: 758px;
	height: 10px;
	background-color: #6a828a;
	border: 1px white solid;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}
#footer span {
	margin: 0px;
	padding: 0px;
}
#footer span.copy {
	float: left;
}
#footer span.sitemap {
	float: right;
}
#footer span.copy {
	float: left;
}
#footer span.keyword {
	float: right;
	margin-right: 40px;
}
#footer a {
	color: white;
	text-decoration: none;
}
