@charset "UTF-8";

@font-face {
	font-family: "GraublauWeb";
	src: url("../fonts/GraublauWeb.otf")
}

* {
	padding: 0;
	margin: 0;
	font-family: GraublauWeb, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

body {
	background-color: #FFFFFF;
	min-width: 809px;
	margin: 10px 0 0 0;
	padding: 0;
}

p,div,td,li,dd,dt {
	font-size: 10pt;
	color: #444;
	margin:0;
}
.title{
	font-weight:bold;
	color: #000;
}

img{
	border:0;
}
img.floatleft{
	float:left;
}

h1 {
	font-size: 200%;
	margin: 0.3em 1em 0.7em 0;
}

h2 {
	font-size: 150%;
	margin: 0.3em 1em 0.7em 0;
}

ul {
	margin-left: 2em;
}
li{
	padding-left:1em;
	margin-bottom:0.6em;
}

p{
	margin-bottom:1.5em;
	}

a:link {
	color: #733280;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #733280;
	text-decoration: none;
}

a:active {
	color: #733280;
	text-decoration: none;
}

#wrapper {
	width: 809px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#top_back {
	background-image: url(../images/top_back.png);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 18px;
	height: 18px;
}

#side_back {
	
	background-image: url(../images/side_back.png);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px 18px 0px 18px;
}

#bottom_back {
	background-image: url(../images/bottom_back.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 29px;
	padding: 0px 18px 0px 18px;
}

#menu {
	background-color: #0066CC;
}

#menu ul{
	margin:0;
	padding:0;
}

#menu li {
	margin:0;
	padding:0;
	white-space: nowrap;
	list-style-type: none;
	padding-bottom: 5px;
	float: left;
	font-size: 115%;
}

#menu li a {
	font-family: inherit;
	font-size: inherit;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 40px 0 0;
	display: block;
	color: #733280;
	text-decoration: none;
}

#linkbar {
	clear: both;
	padding: 5px 15px 5px 25px;
	background-color: #efefef;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	color: #777;
	font-size:8pt;
}

#linkbar *{
	color:inherit;
	font-size:inherit;
}

#breadcrumb {
	text-align: left;
	float: left;
	padding: 0 0 0 10px;
}

#loginwidget {
	text-align: right;
}

#contentwrapper {
	background-color: #fdfdfd;
}

#contentwrapper h1.calendar {
	background-image: url(../images/calendar_heading.jpg);
	background-repeat: no-repeat;
	height: 87px;
	padding-top: 0.5em;
	padding-left: 1em;
}

#content {
	padding: 1em 2em;
	background-position: center;
}

#content table {
	border-spacing: 0;
	width: 100%;
}

#content table td {
	padding: 5px 20px 5px 5px;
}

#content table th {
	padding: 5px 20px 5px 5px;
	font-weight: normal;
	border-bottom: 1px solid #b0b0b0;
}

#content table tr.uneven {
	background-color: #f0f0f0;
}

#content table tr.even {
	background-color: inherit;
}

#footer {
	text-align: center;
	font-size: 70%;
	margin-bottom: 2em;
}

.nowrap {
	white-space: nowrap;
}

.less_focus {
	color: #777777;
}

.numberalignment {
	text-align: right;
}h4 {
	font-size: 125%;
	margin: 0.3em 1em 0.7em 0;
}

