body {
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	background-color: #ddd;
}

#Events {
	border: #291c8e 1px solid;
	background-color: #ff9;
	padding: 10px 10px 10px 30px;
	font-size: 12px;
	margin: 0px 20px 20px 0px;
	background-image: url('images/info.gif');
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

#Navigation {
	position: absolute;
	top: 100px;
	list-style-type: none;
	margin: 10px;
	padding: 0px;
}

#Navigation li a {
	color: #fff;
	text-decoration: none;
	background-image: url('images/bkg_navi.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 12px;
	padding: 0px 0px 0px 15px;
	text-transform: uppercase;
}

#Page {
	position: relative;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	background: url('images/bkg.gif');
	background-repeat: repeat-y;
	background-color: #fff;
}

#Content table tbody th {
	border: #ccc 1px solid;
	padding: 5px;
	background-color: #eee;
	text-align: right;	
}

#Content div.Picture {
	width: 205px;
	height: 220px;
	float: left;
	text-align: center;
	margin: 5px 5px 0px 0px;
	font-size: 11px;
	border: #eee 1px solid;
}

#Content table {
	font-size: 11px;
	border-collapse: collapse;
	width: 630px;
}

#Content form{
	width: 630px;
	font-size: 11px;
}

#Content table tr.inactive {
	background-color: #eee;
	color: #999;
	
}

#Content td.unit {
	text-align:right;
}

#Content table td {
	border: #ccc 1px solid;
	padding: 5px;
}

#Content {
	border: #fff 1px solid;
	margin-left: 300px;
	padding: 0px 0px 250px 0px;
}

#Content option.first {
	border-bottom: #000 1px solid;
	background-color: #eee;
}

#Content h1 {
	float: right;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	background-color: #291c8e;
	color: #fff;
	font-weight: normal;	
	font-size: 20px;
}

#Content h2 {
	color: #291c8e;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	margin: 60px 0px 20px 0px;
}

#Content h3 {
	color: #291c8e;
	font-weight: bold;
	font-size: 14px;
	margin: 40px 0px 20px 0px;
}

#Content table thead{
	background-color: #999;
	color: #fff;
}

#Content button.Mini {
	font-size: 10px;
}

#Content p {
	color: #291c8e;
	padding: 0px 20px 0px 0px;
	font-size: 12px;
	line-height: 16px;
}

#Header {
	background-image: url('images/header.gif');
	background-position: rigth;
	background-repeat: no-repeat;
	height: 100px;
	background-color: #fff;
}

#Logo {
	position: absolute;
	left: 200px;
	top: 15px;
	border: 0px;
}

form label {
	display: block;
	float: left;
	width: 110px;
	text-align: right;
	margin: 0px 10px 0px 0px;
	font-size: 11px;
}

#Content legend {
	background-color: #999;
	font-size: 10px;
	padding: 5px;
	color: #fff;
}

#Content li {
	font-size: 12px;
}

#Content a {
	color: #900;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}
