#wrapper {
	background: #f1f2ea url(background.gif) repeat-y right;
}
#header {
	background: #d7dabd;
	background-color: #69c;
	border-top: solid 5px #003263;
	padding: .5em;
	font-size: 24px;
	color: #ffffff;
}
#container {
	width: 100%;
	background: #f1f2ea url(background.gif) repeat-y right;
	float: left;
	margin-right: -200px;
}
#content {
	background: #f1f2ea;
	margin-right: 200px;
	line-height: 130%;
	padding: 20px 20px 20px 20px;
}
#sidebar {
	width: 200px;
	float: right;
}
#footer {
	background: #d7dabd;
}
h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
ul {margin: 0px 0px 0px 0px;
    text-indent:0px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px}
li {margin: 0px 0px 0px 0px;
    list-style-type:none;
    text-indent:0px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 8px}
a {
	color : #1A89DB;
    text-decoration: none;
}
a:hover {
	color : #CC0033;
}
a.inactive{
	text-decoration: none;
	font-weight: normal;
}
a.active{
	font-weight: bold;
	text-decoration: none;
}

a.subtle {
    color: #000000;
    text-decoration: none;
}

a:hover.subtle {
    color: #000000;
    text-decoration: none;
}

.bcrumb {
}
