body {
	margin-top: 5px;
	padding: 0px;
	background: url('../images/layout/contentbg.gif') repeat top left;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	color: #555;
	text-align: center;
}

#container {
	margin-top: 10px;
	padding: 2px;
	border: 1px solid #555;
	text-align: left;
	background: url('../images/layout/contentbg.gif') repeat top left;
	width: 90%;
}

#header {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: url('../images/layout/headerbg.gif') repeat-x top left;
}

#left {
	float: left;
	clear: none;
	width: 18%;
}

#middle {
	clear: none;
	width: 62%;
	float: right;
}

#right {
	float: right;
	clear: none;
	width: 20%;
}

.box {
	line-height: 20px;
	background: url('../images/layout/contentheaderbg.gif') repeat-x top left;
	border: 0px solid #60b6ff;
	font-weight: bold;
	text-indent: 5px;
	margin: 2px 2px 1px 2px;
}

.content {
	line-height: 17px;
	background: url('../images/layout/contentbg.gif') repeat top left;
	border: 0px solid #45a2ff;
	font-weight: normal;
	padding: 10px;
	text-indent: 0px;
}

.headertext {
	clear: none;
}

.headerend {
	float: right;
}

#nav {
	padding: 0px;
	margin: 0px;
	background: url('../images/layout/contentbg.gif') repeat top left;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#nav li {
	margin: 0px;
}

#nav li a {
	display: block;
	padding: 5px 5px 5px 1px;
	border-left: 5px solid #60b6ff;
	background: url('../images/layout/contentbg.gif') repeat top left;
}

#nav li a:hover {
	border-left: 10px solid #74caff;
	background: url('../images/layout/contentbg.gif') repeat top left;
}

#footer {
	text-align: center;
	font-size: 10px;
	clear: both;
	margin-top: 5px;
}

#links {
	font-size: 12px;
	margin-bottom: 10px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #2380aa;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

.darktext {
	color: #000080;
}
