@CHARSET "ISO-8859-1";

html,body {
	font-family: Verdana, Tahoma, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #003366;
	background-color: #FFFFFF;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

ol,ul,li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #006699;
}

a:hover {
	color: #FF4016;
}

/* Header */

#header {
	width: 770px;
	text-align: center;
	background-image: url("bg_header.gif");
	height: 100px;
}

#header h1 {
	padding-top: 6px;
	font-size: 14px;
	line-height: 24px;
}

#header h2 {
	font-size: 12px;
}

#logo {
	position: absolute;
	left: 10px;
	top: 15px;
	z-index: 5;
}

#logo_2 {
	position: absolute;
	left: 600px;
	top: 5px;
}



/* Separator */

#separator {
	height: 16px;
	background-image: url("bg_separator.gif");
	width: 770px;
}



/* Main */

#main {
	width: 769px;
	border-right: 1px solid #EEEEEE;
}




/* Left */

#left {
	position: relative;
	float: left;
	width: 170px;
}

#navigation_before {
	background-image: url("bg_nav_top.gif");
	height: 40px;
}

#navigation {
	padding-top: 10px;
	background-color: #FFFFCC;
	padding-bottom: 10px;
}


#navigation li {
	padding: 3px 3px 3px 6px;
	font-size: 12px;
	background-color: #FFFF99;
	margin-bottom: 1px;
}

#navigation li.act {
	font-weight: bold;
	background-color: #FFFF66;
}

#navigationLevel2 li {
	padding: 3px 3px 3px 6px;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFF99;
	margin-bottom: 1px;
}

#navigationLevel2 li.act {
	font-weight: bold;
	background-color: #FFFF99;
}

#navigation_after {
	background-image: url("bg_nav_bottom.gif");
	height: 40px;
}



/* Center */

#center {
	position: relative;
	margin-left: 170px;
	padding: 10px;
	width: 580px;
}

#right {
	clear: both;
}


#headline h1 {
	font-size: 14px;
	margin-bottom: 16px;
}

#content p {
	font-size: 12px;
	line-height: 16px;
}

#content ul {
	margin-left: 16px;
}

#content li {
	list-style: square;
}



/* Footer */

#footer {
	width: 770px;
	text-align: center;
	background-color: #FFFF66;
	border-top: 1px solid #4E90FE;
	border-bottom: 1px solid #4E90FE;
}

#footer p {
	font-size: 10px;
}

/* Calendar */
.tx-cal-controller h1 {
	font-size: 14px;
}

.tx-cal-controller dt {
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #EEEEEE;
}

.tx-cal-controller dt.even {
	background-color: #FFFFFF;
}

.default_catheader {
	background-color: #FFFFFF;
}


/* Page-Content (Text) */
.csc-frame-frame1 {
	padding: 2px;
	border: 1px solid #EEEEEE;
	background-color: #FFFF99;
}
