/* structural styles */

body {
	font-family: Verdana, Lucida, helvetica, arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 14pt;
	color: #645230;
	background-color: #e9e1cd;
	background-image: url("img/bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

table.header td {
	background: url("img/header_spacer.jpg");
}

div.sidebar {
	width: 150px;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #ded7c5;
	border-right: 1px dotted #645230;
	border-bottom: 1px dotted #645230;
	font-size: small;
}

	div.sidebar h1 {
		text-align: left;
		margin-top: 0px;
		margin-bottom: 2px;
		padding: 2px;
		border-bottom: 1px solid #645230;
		font-size: 10pt;
		line-height: 6pt;
	}
	
	div.sidebar ul {
		margin-top: 0px;
		margin-bottom: 0px;
	}

div.menubar {
	min-width: 600px;
	margin-left: 170px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 20px;
	background-color: #ded7c5;
	border-bottom: 1px dotted #645230;
}
	
div.content {
	min-width: 600px;
	margin-left: 170px;
	padding: 10px;
	padding-right: 25px;
	padding-left: 25px;
}

div.footer {
	min-width: 800px;
	text-align: center;
	padding: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	clear: left;
	text-size: small;
	margin-bottom: 20px;
}

/* table looks */

table.menubar {
	font-family: Verdana, Lucida, helvetica, arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 14pt;
	width: 100%;
}

table.data {
	/* border: 1px solid #645230; */
	background-color: #999999;
	font-family: Verdana, Lucida, helvetica, arial, sans-serif;
	font-size: 10pt;
}
	
	table.data th {
		background-color: #645230;
		color: #FFFFFF;
		padding: 5px;
	}

	table.data td {
		/* background-color: #e9e1cd; */
		padding: 5px;
	}


table.form {
	font-family: Verdana, Lucida, helvetica, arial, sans-serif;
	font-size: 10pt;
}

	table.form th {
		background-color: #645230;
		color: #FFFFFF;
		padding: 5px;
	}
	
	table.form td {
		/* background-color: #e9e1cd; */
		padding: 5px;
		border-top: 1px solid #645230;
	}
	
table.news {
	font-family: Verdana, Lucida, helvetica, arial, sans-serif;
	font-size: 10pt;		
	margin-left: 20px;
	margin-right: 20px;
}

	table.news td.title {
		font-size: 12pt;
		padding: 0px;
		padding-left: 15px;
		font-weight: bold;
		border-bottom: 1px solid #645230; 
	}
	
	table.news td.body {
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;

		border-bottom: 1px solid #645230; 
		border-left: 5px solid #645230;
	}
	
table.event {
	font-family: Verdana, Lucida, helvetica, arial, sans-serif;
	font-size: 10pt;
}

	table.event td.title {
		font-size: 12pt;
		padding: 0px;
		padding-left: 10px;
		font-weight: bold;
		border-bottom: 1px solid #645230;
	}
	
	table.event td.mid {
		/* background-color: #e9e1cd; */
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px dotted #645230;
	}
	
	table.event td.end {
		/* background-color: #e9e1cd; */
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 2px solid #645230;
	}

/* look and feel styles */

h1 {
	text-align: center; 
	padding: 2px;
	border-bottom: 1px solid #645230;
	line-height: +1;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

img.left, img.right {
	margin: 10px;
	padding: 5px;
	border: 1px solid #645230;
}

blockquote {
	margin: 5px;
	margin-left: 13px;
	padding-left: 5px;
	border-left: 2px solid #645230;
}

td.rowOdd {
	background-color: #e9e1cd;
}

td.rowEven {
	background-color: #ded7c5;	
}