
body {
	background-image:url("images/sidebg.gif");
	background-repeat: repeat-y;
	background-color: #cee8ff; 
	color: #000000;
	margin: 0;
	font-family: Verdana,Arial,Serif;
	font-size: 75%;
}

table {
	font-family: Verdana,Arial,Serif;
	font-size: 100%;
}

#wrap {
	background-color: #cee8ff;
	color: #000000;
	width: 849px;
}

#header {
	width: 100%;
}

#main {
	position: relative;
	float: right;
	width: 685px;
	background-color: #cee8ff;
	color: #000000;
}

#sidebar {
	float: left;
	position: relative;
	background-image:url("images/sidebg.gif");
	background-repeat: repeat-y;
	width: 150px;
	height: 100%;
	padding-left: 8px;
	padding-top: 70px;
	margin-top: -2px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, serif;
}

#navcontainer a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	width: 120px;
	background-color: #bdd8ff;
	border-bottom: 1px solid #cee8ff;
}

#navcontainer a:link, #navcontainer a:visited, #navcontainer a:active {
	color: #000000;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #0000ff;
	color: #fff;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	background-color: #cee8ff;
	color: #000000;
}

a:hover {
	background-color: #cee8ff;
	color: #ff0000;
	text-decoration: underline;
}

img {border: none;}

