a {
	color: #4a2;
	text-decoration: none;
}

body {
	margin: 0;
}

h2 {
	margin: 0;
	padding: 1ex 275px 0px 0px;
	color: white;
	text-align: center;
}

#container {
}

#header {
	position: relative;
	background: #234F33;
	border-bottom: double 4px;
}

#header h1 {
	position: relative;
	float: left;
	margin: 0px;
	height: 209px;
	width: 275px;
}

#header h1 span {
	position: absolute;
	background: #234F33 url(tsp-logo.png) no-repeat 3px top;
	width: 100%;
	height: 100%;
}

.navmenu {
	clear: both;
	margin: 0px;
	border-top: double 4px;
	border-bottom: double 4px;
	border-left: solid 2px;
	padding: 0;
	background: white;
	text-align: center;
}

.navmenu li {
	display: inline;
	display: inline-block;
	margin: 0;
	padding: 0 2.5ex;
}

.navmenu a {
	white-space: nowrap;
}

#page {
	background: #7da647;
}

#sidebar {
	width: 15em;
}

#sidebar .menu-top,
#sidebar .menu-top ul,
#sidebar .menu-top li {
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
	font-size: .97em;
}

#sidebar .menu-top li {
	padding-left: 0px;
}

#sidebar .menu-top a{
	color: white;
	text-decoration: none;
}

#content {
	overflow: hidden;
	float: right;
	border-left: solid 2px;
	background: white;
	padding: 0px 5px 20px 5px;
	width: 80%;
}

#content p {
	margin-bottom: 0;
}

#footer {
	border-top: double 4px;
	background: #996633;
	color: white;
}

#copyright {
	float: left;
}

#copyright a {
	color: white;
}

#contacts {
	position: absolute;
	top: 0px;
	right: 0px;
	color: white;
}

/* Non-structural elements */
