body {
	background : #E2E4C5 url(../images/bg.gif);
	font: 1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	position: relative;
}

p, td, ul, ol, li, dl, dt, dd {
	font: 1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	position: relative;
}

a {
	text-decoration: none;
	color: black;
	border-bottom: 1px dashed #005f7e;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom: solid black 1px;
}

img {
	border: 0px;
	display: block;
}

#pagecontainer {
	width: 620px;
	margin-right: auto;
	display: block;
	text-align: justify;
	position: relative;
	margin-left: auto;
}

#sidebar {
	width: 132px;
	display: inline;
	top: 110px;
	position: absolute;
}

#sidebar h3 {
	text-align: center;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 18px;
	margin-right: 4px;
}

#content {
	left: 140px;
	position: absolute;
	display: inline;
	top: 110px;
	width: 480px;	
}

/*<group=Logo>*/

#logo {
	text-align: center;
	background: #e2e4c5 repeat url(../images/bg_facade.gif);
	border: 1px solid #c9bd81;
	height: 86px;
}

#logo h1 {
	color: #005F7E;
	text-transform: lowercase;
	font: 1.5em/100% Verdana, Arial, Helvetica, sans-serif;
	background: none;
	margin-right: 1em;
	margin-top: 1.5em;
	text-align: right;
}

#logo img {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	display: inline;
	float: left;
	vertical-align: middle;
}

/*</group>*/

#timeplan {
	background: #e2e4c5 repeat url(../images/bg_facade.gif);
	padding: 10px;
	border: 1px solid #c9bd81;
	width: 480px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 460px;	
}

/*<group=Schedule>*/

#schedule h1 {
	text-align: center;
	color: black;
	font-size: 1em;
	border-bottom: 2px solid #005f7e;
	margin: 0px;
}

#schedule img {
	text-align: left;
	display: inline;
	margin-right: 5px;
	vertical-align: text-bottom;
}

#schedule ul, #schedule li {
	list-style: none;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	margin: 2px 2px 0px 2px;
}

#schedule {
	
}

/*</group>*/

.imageframe {
	background: #005F7E repeat;
	width: inherit;
	margin: 0px 0px 20px 0px;
	border: solid;
	border-style: none;
	padding: 0px;
}

.imageframe h1 {
	text-align: center;
	color: white;
	text-transform: uppercase;
	line-height: 1.5em;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 36px;
}

.imagecontent {
	background: white;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0px;
	padding-bottom: 6px;
}

.imagecontent img {
	margin: 40px auto 20px auto;
	border: 2px solid black;
}