@import url("calendar.css");
@import url("pop_tip.css");

/* Boring bits */
	body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #c9d4e6;
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
div#container {
	margin:auto;
	width:986px;
	background: #c9d4e6 url('../images/bg.png');
	background-repeat: repeat-y;
	background-position: center;
	padding:0px;
	font-size:0.8em;
}
a {
	color:#183ab8;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	color:#183ab8;
}
h1 {
	font-size:1.6em;
	letter-spacing:2px;
	font-weight:bold;
	margin-top:0em;
}
h2 {
	font-size:1.4em;
	font-weight:bold;
}
h3 {
	font-size:1.2em;
	font-weight:normal;
}
/* header */

	div#header {
	padding:0px;
	margin:0px;
	width:986px;
	height:120px;
	background: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: top center;
}
div#header h1 {
	display:none;
	margin-bottom:0px;
}

#leftbar
{
	position:relative;
	top:-32px;
	left:10px;
	text-align:left;
	float:left;
	margin: 0px;
}

/* menu */

#menu {
	width: 170px;
	padding: 10px 0px 0px 0px;
	background: #e0e0ff url(../images/menu_top.gif);
	background-repeat: no-repeat;
	margin-bottom: 1em;
	color: #183ab8;
}
#menu ul, #menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul {
	border-bottom: 0px;
	padding-bottom: 10px;
	background: url(../images/menu_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#menu ul ul {
	padding-bottom: 0px;
	background: none;
}
#menu a {
	padding: 4px 10px 4px 10px;
	color: #183ab8;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size:0.8em;
}
#menu a:hover {
	background-color: #bcbcf6;
	text-decoration: none;
}
#menu ul ul a
{
	padding-left:20px;
}
.menu_current {
	font-weight: bold;
}

#user
{
	width: 170px;
	padding: 10px 0px 0px 0px;
	background: #e0e0ff url(../images/menu_top.gif);
	background-repeat: no-repeat;
	margin-bottom: 1em;
}

#user div
{
	text-align:center;
	color: #183ab8;
	padding:0px 10px 0px 10px;
	border-bottom: 0px;
	padding-bottom: 10px;
	background: url(../images/menu_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#user a
{
	color: #183ab8;
}

#user_login
{
}

/* top menu */

	div#topmenu {
	margin-top:0px;
	margin-left:155px;
	text-align:left;
	position:relative;
	top:-2px;
	margin-bottom:0px;
	display:none;
}
/* content */

	div#content {
	position:relative;
	top:-30px;
	text-align:left;
	margin-left:195px;
	margin-right:10px;
	margin-top:0px;
}
div#content h1 {
	position:relative;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
/* footer */

	div#footer {
	color:black;
	height:26px;
	background: url('../images/footer.png');
	background-position: top center;
	margin-top:2em;
	clear:both;
}

