body {
	background-color: white;
	text-align: left;
	margin-top: 0;
}

div.header {
	text-align: left;
	border: 0 0 0 0;
}

.page {
	width: 775px;
	background-color: white;
	/*border-color: #06165C;*/
	text-align: left;
	margin-top: 0;
	border: 0 solid;
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size: 10pt;
	padding: 0px;
}

.topbar {
	background-color: black;
	height: 30px;
	border: thin black;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	font-size: 12px;
	text-align: left;
}

.topbar a:link, .topbar a:visited {
	color: white;
	text-decoration: none;
}

div.innerpage {
	margin-top: 20px;
	margin-left: 22px;
}

.menu {
	width: 225px;
	height: 100%;
	background-color: #E8F1E0;
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	border-left: dashed;
	border-right: dashed;
	border-bottom: dashed;
	border-color:#C0C0C0;
	border-width: thin;
}

.menu a:link, .menu a:visited {
	color:#6B0000;
	text-decoration: none;
}

.menu_links {
	border-top: inherit;
	border-bottom: solid white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.menu_links a:hover {
	background-color: white;
}

.menu_links ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.page_header {
	height: 190px;
	width: 775px;
	background-image:url(images/alc-header.jpg);
}

.page_window {
	background-image:url(bab2.gif);
}



/* ADMIN */

.sidebar {
	background-color: gray;
}

.sidebar a:link, .sidebar a:visited {
	color: white;
	text-decoration: none;
}

.admin_window {
	background-color: #BCBCBC;
}

