/*main styles*/

body {
	background-color:#999999;
	font-size:8pt;}

a.menulink {color:#790000; text-decoration:none;}
a.menulink:hover {color:#999966;}

a.footlink {color:#790000; text-decoration:none;}
a.footlink:hover {color:#999966;}

span#head {
	font-size:12pt;}

/*header and footer menu styles */
div#header {
	position:absolute;
	top:15px;
	left:50px;
	width:750px;
	padding:20px;
    background-color:#E6E6E6;
	color:#000000;
	z-index:2}
	
div#menu{
	float:left;
	width:100%;
	padding-top:30px;
	z-index:2}

ul#nav,ul#nav li{
	list-style-type:none;
	margin:0;
	padding:0}

ul#nav{
	margin-left:100px;
	width:700px}

ul#nav li{
	float:left;
	margin-right:3px;
	text-align: center}

ul#nav a{
	float:left;
	width:6em;
	padding:5px0;
	background:#E7F1F8;
	text-decoration:none;
	color:#666;
	font-size:12pt;}

ul#nav a:hover{
	background:#FFA826;
	color:#E6E6E6;
	font-size:12pt;}

ul#nav li.activelink a,ul#nav li.activelink a:hover{
	background:#E6E6E6;
	color:#003;
	font-size:12pt;}
	
div#footer {
	position:absolute;
	top:575px;
	left:50px;
	width:910px;
	padding:4px;
    background-color:#E6E6E6;
	color:#000000;
	z-index:2;
	font-size:8pt;}
	
/* right coulumn menu style */

.loginForm {
	border-color:#A8A8A8;
	margin-bottom:5px;}

div#calendar {
	position:absolute;
	top:15px;
	left:820px;
	height:95px;
	padding:20px;
    background-color:#E6E6E6;
	color:#000000;
	width:105px;
	z-index:2;}
	
div#login {
	position:absolute;
	top:205px;
	left:820px;
	height:160px;
	padding:20px;
    background-color:#E6E6E6;
	color:#000000;
	width:105px;
	z-index:2;}

div#controls {
	position:absolute;
	top:460px;
	left:820px;
	height:20px;
	padding:20px;
    background-color:#E6E6E6;
	color:#000000;
	width:105px;
	z-index:2;}

/* main content styles */

div#content {
	position:absolute;
	top:80px;
	left:50px;
	width:720px;
	height:420px;
    background-color:#E6E6E6;
	color:#000000;
	padding:15px;
	z-index:2;}
	
div#splitter {
	position:absolute;
	top:80px;
	left:370px;
	width:10px;
	height:350px;
    background-color:#999999;
	color:#000000;
	padding:0px;
	z-index:4;}

div#formLeft {
	position:absolute;
	top:30px;
	left:30px;
	width:300px;
	background-color:#E6E6E6;
	color:#000000;
	z-index:3;}
	
div#formRight {
	position:absolute;
	top:30px;
	left:400px;
	width:320px;
	background-color:#E6E6E6;
	color:#000000;
	z-index:3;}
