/* Start of CMSMS style sheet 'Stift Base' */
html, body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(/images/navi-bg.gif);
	background-repeat: repeat-y;
}
#container {
	width: 980px;
}

#left-bar {
	width: 165px;
	height: 400px;
	float: left;
}
#right-bar {
	width: 815px;
	float: left;
}

#logo-wrapper {
	text-align: left;
	margin-top: 15px;
	margin-left: 37px;
}

#nav-wrapper {
	margin-top: 50px;
	height: 250px;
	text-align: center;
	width: 111px;
	margin-left: 35px;
}

#main-nav-border {
	width: 111px;
	margin: auto;
	border: 1px solid #000;
}

#main-nav {
	width: 107px;
	list-style: none;
	margin: 1px;
	padding: 0;
	background-color: #c1d9c8;
	border: 1px solid #000;
	padding-top: 15px;
	padding-bottom: 15px;
       font-size: 12px;
}

#main-nav li a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	width: 107px;
	display: block;
	background-color: #c1d9c8;
}

#main-nav li a:hover, #main-nav li.active a {
	background-color: #cce4d3;
}

.ornament {
	width: 111px;
}

#header {
	background-color: #dfece2;
	background-image: url(/images/header-bg.gif);
	width: 815px;	
	height: 121px;
	float: left;
}

#content {
	width: 785px;
	padding: 30px 30px 30px;
	margin: auto;
        font-size: 15px;
}

#content img {
	float: right;
	margin-right: 20px;
}

#content-ornament {
	margin: auto;
	background-image: url(/images/page-bottom-ornament.gif);
	width: 566px;
	height: 168px;
	margin-top: 30px;
	text-align: center;
}

#content-ornament span {
	display: block;
	float: left;
	margin-top: 68px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	width: 566px;
}

h1 {
	font-size: 20px;
	text-align: center;
}

h2 {
	font-size: 18px;
}

#header img {
	width: 126px;
	margin-left: 28px;
	margin-top: 10px;
	border: 2px solid #e0e8e2;
} 

.clearer {
	clear: both;
}

a {
	color: #006600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* End of 'Stift Base' */

