/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
BODY {
	font-family : Verdana, sans-serif;	
}
.csc-linkToTop {
        text-align: right;
}

UL.main-nav {
	list-style-image: url(list-style.gif);
	margin-top: 15px;
	border-left: 0px;
	padding-left: 5px;
}
UL.main-nav LI {
	margin-left: -5px;
	margin-left: 18px;
}
UL.main-nav2 {
	list-style-image: url(list-style.gif);
	margin-top: 5px;
	border-left: 0px;
	padding-left: 3px;
}
UL.main-nav2 LI {
	margin-left: -5px;
	margin-left: 10px;
}
#main_navigation A {
	color: #0873B5;
	text-decoration: none;
}
#main_navigation A:hover {
	color: #000;
	font-weight: bold;
}
#main_navigation A.ACT {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.metanav A {
	color: #0873B5;
	text-decoration: none;
}
UL
{
	padding-left: 40px;
	margin-left: 0px;
	
}

.content A:link {
	background-color: transparent;
	color: #0066CC;
	text-decoration: none;
}
.content A:visited {
	background-color : transparent;
	color : #0066CC;
	text-decoration : none;
}
.content A:hover {
	background-color : transparent;
	color : #000;
	text-decoration : none;
}
.content A:active {
	background-color : transparent;
	color : #0099FF;
	text-decoration : none;
}

.startinfo A:link {
	background-color: transparent;
	color: #0066CC;
	text-decoration: none;
}
.startinfo A:visited {
	background-color : transparent;
	color : #0066CC;
	text-decoration : none;
}
.startinfo A:hover {
	background-color : transparent;
	color : #000;
	text-decoration : none;
}
.startinfo A:active {
	background-color : transparent;
	color : #0099FF;
	text-decoration : none;
}

.hidden {
	display: none;
}
H1 {
	font-size : 15px;
	color : #2659AF;
	margin-bottom : 10px;
	margin-top : 30px;
	text-decoration : none;
}
H2 {
	font-size : 15px;
	color : Black;
	margin-bottom : 5px;
	margin-top : 0px;
	text-decoration : none;
}
H3 {
	font-size : 12px;
	color : Black;
	margin-bottom : 2px;
	margin-top : 0px;
}
H4 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : Black;
	margin-bottom : 2px;
	margin-top : 0px;
}
.csc-header H5 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : Black;
        font-weight: bold;
	margin-bottom : 2px;
	margin-top : 0px;
}
P {
	font-size : 12px;
	line-height : 130%;
	color: Black;
	margin-top : 1px;
	margin-bottom : 5px;
	padding-bottom : 0px;
	text-indent : 0px;
}
.csc-frame {
    border-left: 1px solid #2659AF;
    padding-left: 5px;
}
TABLE.mainnav {
	width: 175px;
	border-right: 1px solid #455878;
	padding: 0px;
	margin-right: -3px;
	height: 100%;
	background: url(links_nightboat.jpg) no-repeat top;
}

TABLE.metanav {
	background-color: #FFD9AA;
	border-right: 1px solid #455878;
	border-bottom: 1px solid #455878;
}
TABLE.metanav TD {
	font-size: 11px;
	text-align: center;
}
TABLE.typo3-adminPanel {
	top: 550px;
        left: 0px;
}
TD {
	color: Black;
}
LI {
	font-size : 12px;
	color: Black;
	margin-top : 1px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	text-indent : 0px;
}
OL {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color: Black;
	margin-top : 1px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	text-indent : 0px;
}
SELECT {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 10px;
}
TEXTAREA {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 10px;
} 
.mailform {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : normal;
}
.mailformrequired {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : bolder;
}
.mailformcomment {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #CC0000;
	font-weight : bolder;
}
.mailformradio {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #003366;
	font-weight : normal;
}
/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FIELDSET.csc-mailform {
	border: none;
	font-size: 0.8em;
	margin-top: 10px;
}


SPAN.csc-mailform-radio FIELDSET {
	border: 1px solid #FFF;
}
DIV.csc-mailform-field {
	margin-bottom: 2px;
}

DIV.csc-mailform-field LABEL{
	clear: left;
	float: left;
	width: 100px;
}
SPAN.csc-mailform-radio FIELDSET {
	width: 120px;
}
SPAN.csc-mailform-radio INPUT {
	float: right;
	width: 10%;
}
SPAN.csc-mailform-radio LABEL {
	float: left;
	width: 90%;
}

SPAN.csc-mailform-radio LEGEND {
	color: #FFF;
}
DIV.csc-mailform-field INPUT.csc-mailform-submit {
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 80px;
}
DIV.csc-mailform-field SELECT {
	width: 50px;
}
.filelinks {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #990000;
}
.filelinkssize {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Green;
}
.sitemap1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #003399;
	font-weight : normal;
}
.sitemap2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #0066CC;
	margin-left : 2px;
	font-weight : normal;
}
.sitemap3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #0099CC;
	margin-left : 4px;
	font-weight : normal;
}
.sitemap4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #00CCFF;
	margin-left : 6px;
	font-weight : normal;
}
.celmenu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : olive;
	margin-top : 10px;
}
.celsubmenu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666699;
	margin-left : 20px;
	margin-top : 3px;
}
.csc-firstheader{
 font-family:arial narrow, verdana, arial;
 color:#303030;
 font-size:32px;
 font-weight:normal;
}
