/* main */

body{
        background-image:url(../img/bg_main.gif);
        background-attachment:fixed;
        background-color: #ffcd36;
        background-repeat: no-repeat;
        background-position: center;
	font-family:Garamond, Times New Roman, Times, serif;
        font-size:16px;
	cursor: default;
	margin: 0px;
	padding: 0px;
        overflow-y: scroll;
}

a {
	color:#ff9933;
	text-decoration:  none;
	border: none;
}

a:hover {
	color:#000000;
	text-decoration:  underline; 
	border: none;
}



/* layout */

#main{
        background-color: transparent;
	background-attachment: scroll;
	position: absolute;
        width: 930px;
        height: 100%;
	top: 15px;
	left: 35px;
        overflow: visible;
}

 

#left{
        background-color: transparent;
	background-attachment: scroll;
	width: 170px;
	position: absolute;
	top:0px;
	left:0px;
	overflow: hidden;
}

#footline{
	font-family:Garamond, Times New Roman, Times, serif;
        font-size:12px;
}



/* mainmenu - othermenu */

a.mainlevel {
	width: 170px;
	display: block;
	margin-bottom: 15px;
}



/* other stuff */

.contentheading {
        width: 490px;
        height: 20px;
        background-color: #ffcd36;
	font-family:Garamond, Times New Roman, Times, serif;
        font-size:16px;
        font-weight: bold;
        padding: 4px;
}

.buttonheading {
        width: 30px;
        height: 20px;
        background-color: #ffcd36;
        text-align: center;
}

.contentpaneopen {
        width: 550px;
        border-spacing: 0px;
        font-family:Garamond, Times New Roman, Times, serif;
        font-size:16px;
        padding: 4px;
}

table.contentpane td.contentheading {
        width: 550px;
        height: 20px;
        background-color: #ffcd36;
	font-family:Garamond, Times New Roman, Times, serif;
        font-size:16px;
        font-weight: bold;
        padding: 4px;
        border: none;
}

.componentheading {
	font-family:Garamond, Times New Roman, Times, serif;
	font-weight: 900;
	font-size: 22px;
	border-bottom: 1px solid #000000;
	margin-bottom: 8px;
}

.sectiontableheader {
        text-align: center;
}

.sectiontableentry1 {
        text-align: center;
}

.sectiontableentry2 {
        text-align: center;
}
