@charset "utf-8";
/* CSS Document */

/* Basic Elements */
html, body {
	margin: 0;
	}
#container {
	width: 760px;
	margin: 0 auto;
	border: 1px solid #5C5F32;
	}
#header {
	width: 100%;
	height: 156px;
	border-bottom: 1px solid #5C5F32;
	}
#content {
	float: right;
	width: 79%;
	border-left: 1px solid #5C5F32;
	}
#content h2 {
	font-style:italic;
	font-size:18px;
	color:#003366;
	}
#content p {
	font-size:18px;
	}
	
#right
{
float: right;
width: 300px;
margin: 0;
padding: .5em;

}
	
#left {
	float: left;
	width: 20%;
/*	margin-top:10px;
*/	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #666;
	}

/* Sidebar */
#sidebar {
/*	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
*/	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-bottom: 1px dotted #cecece;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	border-left: 7px solid #cecece;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	color: #5C5F32;
	border-left: 7px solid #5C5F32;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
a {
	color: #84d5fa;
	text-decoration: none;
	}
a:hover {
	color: #5C5F32;
	}
.labelhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #5A622F;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.cancelled {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	}
