html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #d9d8d5 url('../images/background.jpg') center repeat-y;
}

.clear{
	clear:both;
}

#container {
	background: #fff;
	border: 2px solid #9095a7;
	border-width: 0 2px;
	margin: 0 auto;
	min-height: 100%;
	padding: 9px;
	text-align: left;
	width: 900px;
}

#header {
	background: url('../images/top.jpg') 0px 30px no-repeat;
	height: 120px;
	position: relative;
}
	#header h1 {
		color: #2b5478;
		font-family: Corbel, "Times New Roman", Times, serif;
		font-size: 2.6em;
		font-style: italic;
		font-weight: 500;
		left: 155px;
		position: absolute;
		top: -6px;
	}
	#header img {
		border: 5px solid #fff;
		border-width: 0 5px 0 8px;
		left: 25px;
		position: absolute;
		top: -5px;
	}
	#header #search {
		position: absolute;
		right: 25px;
	}
	#search input.text {
		background: #f7f7f7;
		border: 1px solid #b9b8b6;
		color: #b1b0ae;
		font-size: 1em;
		height: 17px;
		line-height: 12px;
		margin: 0;
		padding: 2px 5px;
		text-align: right;
		width: 120px;
	}

#menu {
	list-style: none;
	padding-left: 140px;
	position: absolute;
	top: 80px;
	z-index: 10;
}
	#menu li {
		background: url('../images/bullet.jpg') right -2px no-repeat;
		display: inline;
		list-style: none;
		padding: 0 25px 0 5px;
		position: relative;
	}
	#menu li.last {
		background: none;
	}
	#menu a {		
		color: #2b5478;
		font-family: Cambria, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		font-style: italic;
		font-weight: bold;
		padding: 2px 0 3px 0;
		text-decoration: none;
	}
	#menu a:hover {
		color: #141e44;
	}
	#menu li ul {
		border: 2px solid #e1e5de;
		border-top: 6px solid #b8c5b0;
		border-bottom: none;		
		display: none;
		left: 0;
		margin: 0;
		padding-top: 0;
		position: absolute;
		top: 19px;
		width: 200px;		
	}
	#menu ul li {
		margin: 0;
		padding: 0;
	}
	#menu ul li a {
		border-bottom: 2px solid #e1e5de;
		display: block;
		font-size: 1.2em;
		margin: 0;
		padding: 3px 10px;
	}
	#menu ul li a:hover {
		color: #2b5478;
		background: #b8c5b0;
	}
	#menu li:hover ul, #menu li ul li {
		background: #fff;
		display: block;
	}

#content {
	padding: 0px 270px 15px 25px;
	z-index: 5;
}

#sidebar {
	/*
	border: 1px solid #ddd;
	border-width: 0px 0px 1px 1px;
	*/
	padding: 10px;
	float: right;
	/*
	position: absolute;
	top: 10px;
	right: 25px;
	*/
	width: 250px;
	z-index: 10;
}

#footer {
	background: url('../images/top.jpg') 0px -63px no-repeat;
	clear: both;
	padding: 17px 25px 10px 25px;
}	
	#footer p {
		color: #8e8e8b;
		float: left;
		font-size: 0.9em;
		font-style: italic;
	}
	#footer ul {
		float: right;
		list-style: none;
		margin: -2px 0 0 0;
	}
	#footer li {
		display: inline;
		border-right: 2px solid #545452;
		padding: 0px 5px 0px 7px;
	}
	#footer li.last {
		border: none;
		padding-right: 0;
	}
	#footer a {
		color: #545452;
		text-decoration: none;
	}
	#footer a:hover {
		text-de
		coration: underline;
	}

	
	
	
#content h2, #sidebar h2 {
	color: #2b5478;
	font-size: 1.6em;
	margin: 0 0 15px 0;
}
#content p, #sidebar p {
	color: #3d3d3c;
	font-size: 1.0em;
	margin: 0 0 15px 0;	
}

#content a, #sidebar a {
	color: #2b5478;
}

#content a:hover, #sidebar a:hover {
	text-decoration: none;
}

#content table td {
	padding: 0;
}

#content td p {
	margin: 0;
}

#content form label {
	display: block;
}

.required {
	color: red;
}

