/* generic elements */
a {
	color: #800000;
	text-decoration: none;
	}

body {
	background:white;
	}
h1,h2,h3,h4,h5,h6{
	display:inline;
	}

table,td {
	border:1px #800000 solid;
	padding:2px;
	margin: 0px;
	empty-cells:show;
	}

a:active {
	color: #ffd700;
	text-decoration: none;
	background-color: maroon;
	}

a:hover {
	color: #ffd700 !important;
	text-decoration: none;
	background-color: maroon;
	}

a:visited {
	color: maroon;
	text-decoration: none;
	}
/* forms */
input[type=submit]:hover {
	background-color: #ffd700;
	border: #800000 1px solid;
	color: #800000;
	}

input[type=submit] {
	background-color: #800000;
	border: #ffd700 1px solid;
	color:#ffd700;
	font-weight:bold;
	font-size:small;
	}

input[type=text], input[type=password] {
	border: #800000 solid 1px;
	background-color:#FFF6C1;
	color:#800000;
	}

.button {
	padding:.5em;
	margin: 1em;
	text-align:center;
	float:right;
	color: #800000;
	text-align:center;
	width:500px;
	right:4px;
	}

.fields input, .fields select {
	display:block;
	margin-left:2em;
	margin-top:.5em;
	margin-bottom:.5em;
	}

.fields label {
	display:block;
	margin-top:10px;
	font-weight:bold;
	}
.fields .error {
	border: dashed red 1px;
}
.fields ul {
	padding:0;
}
.fields li {
	list-style:none;
}
/* layout */
#container {
	height:auto;
	width:780px;
	position:relative;
	margin:0 auto;
	}
/* layout - content classes */
.content {
	padding : .5em;
	margin : 1em;
	border : #800000 solid 1px;
	color : #800000;
	width : 550px;
	right:4px;
	float:right;
	}

.content a {
	border-bottom: #ffd700 1px solid;
	padding-left:3px;
	padding-right:3px;
	}

.content p:first-letter {
	font-size:1em;
	font-weight:bold;
	}
	
.content table {
	overflow:scroll;
}
fieldset.content {
	}

fieldset.content legend {
	font-size:small;
	border: #800000 1px solid;
	padding: 5px;
	}

div.content {
	text-align : center;
	}
/* end content classes */

#heading {
	background : url('logo.gif') no-repeat left top;
	width : 100%;
	height:128px;
	left:4px;
	color: #800000;
	font-size:2em;
	text-align:center;
	z-index:3;
	}
#leftLogo {
	float:left;
	z-index:2;
	background : url('logo.gif') no-repeat left top;
	}

#rightLogo {
	float:right;
	z-index:1;
	background : url('logo.gif') no-repeat left top;
	}

#linklist {
	background : #FFF6C1;
	font : medium sans-serif;
	margin : 1em;
	border : #800000 solid 1px;
	left : 4px;
	position:absolute;
	width : 150px;
	}

#message {
	border : #800000 solid 1px;
	padding:.5em;
	margin:1em;
	background: #FFF6C1;
	width : 550px;
	right:4px;
	float:right;
	color:#800000;
	text-align:center;
	font-size:large;
	}
#linklist {
	font-size:.85em;
	padding-top:5px;
	padding-bottom:5px;
}
#linklist a,#linklist a:visited:hover {
	margin-left: .5em;
	margin-right: .5em;
	text-align: center;
	font-weight:bold;
	display:block;
	}
#linklist ul {
	padding:0;
	margin:10px;
}
#linklist li {
	list-style-type:none;
	text-align:center;
	padding-left:0;
	padding-top:6px;
	padding-bottom:6px;
	margin-left:0;
}