body {
	padding: 0px;
	margin: 20px auto 0px auto;
	}

table {
	border-spacing: 0; 
	border-collapse:collapse;
	}

td { 
	padding: 0; 
	vertical-align: top;
	}
	
img { 
	border: 0px;
	}

form {
	padding: 0px;
	margin: 0px;
}	

p {
	margin: 0px 0px 6px 0px;
}

h1 {
	font-family: arial narrow, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #5dacdb;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-family: arial narrow, sans-serif;
	font-size:19px;
	font-weight: bold;
	color: #bee6ff;
	margin: 0px 0px 5px 0px;
}

#header {
	width: 759px;
	height: 179px;
	margin: 0px auto 0px auto;
}

#logo {
	width: 166px;
	height: 179px;
	float: left;
}

#nav {
	width: 593px;
	height: 179px;
	float: left;
}

#topbar {
	width: 593px;
	height: 143px;
}

#nav-cont {
	width: 593px;
	height: 28px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	font-family: arial narrow, arial, sans-serif;
	font-size: 15px;
	color: #00b6e6;
	padding: 8px 0px 0px 0px;
	text-align: center;
}

a.nav-link:link {
	color: #8ae7ff;
	text-decoration: none;
	padding: 0px 14px 0px 14px;
	font-weight: bold;
}

a.nav-link:visited {
	color: #8ae7ff;
	text-decoration: none;
	padding: 0px 14px 0px 14px;
	font-weight: bold;
}

a.nav-link:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 14px 0px 14px;
	font-weight: bold;
}

a.nav-link:active {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 14px 0px 14px;
	font-weight: bold;
}

#midbar {
	width: 759px;
	height: 7px;
	background-image: url(images/midbar-bg.gif);
	background-repeat: repeat-x;
	margin: 0px auto 0px auto;
}

#content {
	width: 759px;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-x;
	margin: 0px auto 0px auto;
	font-family: arial, sans-serif;
	font-size: 11px;
}

.leftside {
	width: 166px;
}

.rightside {
	width: 593px;
	padding: 15px;
}

#leftside-bg {
	background-image: url(images/leftside-bg.gif);
	background-repeat: repeat-y;
	min-height: 360px;
}

#footer {
	width: 759px;
	height: 31px;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	margin: 0px auto 0px auto;
	font-family: arial, sans-serif;
	font-size: 11px;
}

#footer-left {
	float: left;
	padding: 15px 0px 0px 5px;
	width: 350px;
}

#footer-right {
	float: right;
	text-align: right;
	padding: 15px 5px 0px 0px;
	width: 349px;
}

a.body-link {
	color: #000000;
	text-decoration: underline;
}