@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-image: url(images/bgimage.gif);
	margin: 40px;
}

#header {
	border-bottom: 1px solid #a096c4;
	height: 24px;
}

#footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 4px 40px 24px 40px;
	font-size: 8pt;
}

#container #content {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
}
#container #content #left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a096c4;
	padding: 40px 0px 10px 40px;
	width: 158px;
}

#container {
	height: 100%;
	width: 725px;
	background-color: #a096c4;
	padding: 10px;
	float: center;
	text-align: left;
}

#maincontent {
	background-color: #FFFFFF;
	padding: 40px;
}

#maincontent h1 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #aa40a0;
	font-weight: lighter;
}

.navigation {
	background-color: #a096c4;
	padding: 12px 0px 12px 30px;
	color: #932f95;
	font-size: 0.9em;
}

.navigation2 {
	color: #932f95;
	font-size: 0.9em;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
}

#navigation a:hover {
	color: #932f95;
	text-decoration: none;
}

#clock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #90b630;
	margin: 4px 0 20px 106px; 
}	