body {
	background-color: white;
	font-size: 13px;
	font-family: Verdana;
	color: black;
	padding: 0px;
	margin: 0px;
}

a:link {
	color: #738FE6;
	font-weight: bold;
}

a:visited {
	color: #2D4488;
	font-weight: bold;
}

a:active {
	color: #FFCC80;
	font-weight: bold;
}

a:hover {
	color: #FFCC80;
	font-weight: bold;
}

img {
	border: 0px;
}

h1 {
	font-weight: bold;
	font-size: 26px;
}

h2 {
	font-weight: bold;
	font-size: 20px;
}

table {
	padding: 0px;
	border: 0px;
	width: 615px;
}

td {
	text-align: left;
	vertical-align: top;
	width: 50%;
}

#main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	vertical-align: bottom;
}

#top {
	position: absolute;
	with: 100%;
	text-align: left;
	vertical-align: top;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#navigation {
	position: absolute;
	width: 100%;
	text-align: left;
	height: 39px;
	z-index: 3;
}

#content {
	position: absolute;
	width: 100%;
	text-align: left;
	vertical-align: top;
	left: 0px;
	top: 200px;
	z-index: 2;
	background-image: url('./images/corner.gif');
	background-attachment: scroll;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.tagline {
	position: absolute;
	top: 84px;
	left: 275px;
	font-size: 13px;
	font-family: Georgia;
	color: black;
	background-color: transparent;
}

.copyright {
	font-size: 11px;
	vertical-align: top;
	text-align: center;
	line-height: 15px;
}

.corner {
	width: 181px;
	height: 113px;
}

.logo {
	width: 274px;
	height: 201px;
	float: left;
}

.thinbar {
	width: 451px;
	height: 6px;
}

.title {
	width: 390px;
	height: 111px;
	float: left;
}

.fulltitle {
	width: 665px;
	height: 201px;
	float: left;
}

.text {
	text-align: left;
	padding: 50px;
}

#menu {
	margin-top: 175px;
	padding-left: 100px;
	font-family: Verdana;
	position: relative;
	width: 500px;
	background-image: url('./images/bar.gif');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top right;
	height: 39px;
}
		
#menu ul {
	border: 0px;
	margin: 0px;
	padding-left: 22px;
	list-style-type: none;
	text-align: center;
	clear: left;
	display: block;
}
		
#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
		
#menu ul li a {
	background-color: #2D4488;
	width: 75px;
	height: 19px;
	vertical-align: middle;
	border-left: 1px solid white;
	border-top: 1px solid white;
	padding: 0px;
	margin: 0px 0px 50px 0px;
	color: #FFCC80;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 19px;
	font-size: 11px;
}

#menu ul li a:hover {
	color: #FFCC80;
	background-color: #738FE6;
}

#menu ul li a:active {
	background-color: #738FE6;
	color: #FFCC80;
}
