﻿* {
		margin:0;
		padding:0;
	}
	body {
		 margin: 0; 
		 background-color: #000;
	}
	#main { 
		margin-left: auto; 
		margin-right:auto;
		width: 990px;
		
	}
	#main-inside {
		width: 990px;
		min-height: 440px;
		background: url(/images/body-header.jpg) no-repeat left top;
	}
	#main-body {
		width: 990px;
		min-height: 340px;
		background: url(/images/body-content.jpg) repeat-y left top;		
	}
	#main-footer {
		width: 990px;
		min-height: 130px;
		background: url(/images/body-bottom.jpg) no-repeat left bottom;
		padding-left:60px;
		font: bold 11px/16px "Courier New",serif;
	}
	#title {
		width: 990px;
		height: 432px;
		text-indent: -10000px;
	}
	
	#nav {
		margin-left: 80px;	
		float: left;	
		background: url(/images/nav-content.jpg) repeat-y left top;
	}		
	#nav-top { 
		width: 268px;
		height: 53px;
		background: url(/images/nav-top.jpg) no-repeat left top;
	}
	#nav-content { 
		width: 268px;
		font: bold 14px/18px "Courier New",serif;
	}	
	#nav-content ul {
		list-style-type: none;
		margin-left:20px;
	}
	#nav-content ul li {
		margin-bottom:7px;
	}
	#nav-content ul li a {
		color: #6c0c04;
		font-weight: bold; 
	}	
	#nav-bottom { 
		width: 268px;
		height: 43px;
		background: url(/images/nav-bottom.jpg) no-repeat left top;
	}	

	#content {
		float: left;
		width: 570px;
		margin-left: 20px; 
		font: 12px/16px Arial,sans-serif;
	}
	#content h1 {
		font: bold 22px/24px "Courier New",serif; color: #6d6e52; margin-top:20px; margin-bottom:10px;
	}
	
	#content h2 {
		font: bold 16px/20px "Courier New",serif; color: #a0a189; text-transform: uppercase; margin-top:10px; 
	}
	
	#flashcontent {
		border:1px solid #555;
	}
	
	.list {
	width:100%;
	}
	
	.listHeader {
	background-color:#6c0c04;
	color:#fff;
	font-weight:bold;
	}
	
	.listRow {
	background-color:#f3ebde;
	}
	
	.listRowAlt {
	background-color:#e3ccaa;
	}
	
	.listRowOver {
	background-color:#6c0c04;
	color:#fff;
	}
	
	#adminContent {
	font: 12px/16px Arial,sans-serif;
	background-color:#f3ebde;
	padding:20px;
	}
	
	.form {
width:100%;
}

.formlabel {
width:100px;
font-weight:bold;
text-align:right;
vertical-align:top;
padding:2px;
}

.button {
	text-align:right;
}

br {
clear:both;
}

hr {
text-align:center;
}

/** BEGIN FORM STYLES **/
#form fieldset legend {
font-weight:bold;
font-size:16px;
margin-bottom:10px;
}

#form fieldset {
border:1px solid #ccc;
padding:5px;
}

#form fieldset .formLabel {
line-height:20px;
text-align:right;
font-weight:bold;
background-color:#f0f0f0;
margin:1px;
padding-right:5px;
}

#form fieldset .formValue {
line-height:20px;
margin:1px;
}

#form fieldset .formValue input {
border:1px solid #ccc;
background-color:#f9f9F9;
width:530px;
padding:2px;
}

#form fieldset .formValue select {
border:1px solid #ccc;
background-color:#f9f9F9;
width:530px;
padding:2px;
}

legend {
font-weight:bold;
font-size:20px;
color: #036884;
padding:10px;
}

#form .button {
text-align:right;
}

#form .button input {
border:1px solid #000;
background-color:#f69320;
}

/** END FORM STYLES **/

#content {
background-color:#f3ebde;
}

.highlight 
{
background-color: #FFFACD;
}

.required {
color:red;
}

.formLabel {
line-height:20px;
text-align:right;
font-weight:bold;
margin:1px;
padding-right:5px;
}

hr {
height:1px; color:#CCC; border:1px solid #6c0c04;}