/* General */

body {
	margin:0;
	padding:0;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}


img {
	border: 0px;
}



/* IE specific crap and workarounds */

html {
	overflow: auto; /* Vertical scrollbar as needed */
}

/*
body {
	scrollbar-face-color: #C95C27;
	scrollbar-highlight-color: #FFF2AF;
	scrollbar-3dlight-color: #FFF2AF;
	scrollbar-darkshadow-color: #FFF2AF;
	scrollbar-shadow-color: #FFF2AF;
	scrollbar-arrow-color: #FFF2AF;
	scrollbar-track-color: #FFF2AF;
}
*/



/* Layout IDs */

#main {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 732px;
	height: 579px;
	margin-left: -366px;
	margin-top: 0px;
	z-index: 2;
	background-color: #FFFFFF;
	overflow: visible;
	border-top: 0px none #798798;
	border-right: 4px solid #798798;
	border-bottom: 4px solid #798798;
	border-left: 4px solid #798798;
}


#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 732px;
	height: 99px;
}


#navigation {
	position: absolute;
	left: 5px;
	top: 106px;
	width: 712px;
	height: 20px;
	z-index: 10;
}


#side_image {
	position: absolute;
	left: 0px;
	top: 142px;
	width: 353px;
	height: 444px;
	z-index: 10;
}

#content {
	position: absolute;
	left: 345px;
	top: 174px;
	width: 373px;
	height: 376px;
	z-index: 15;
	overflow: auto;
}

#footer {
	position: absolute;
	left: 0px;
	top: 560px;
	width: 732px;
	height: 16px;
	background-color: #798798;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	padding-top: 4px;
	z-index: 20;
}

/* Links */

a.navigation:link, a.navigation:hover, a.navigation:active, a.navigation:visited {
	color: #612C0E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a.navigation:hover, a.navigation:active {
    color: #8B461F;
	text-decoration: underline;
}

.navigation-active-page {
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-decoration: underline;
}

a.mail:link, a.mail:hover, a.mail:active, a.mail:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Images */

img.in_text {
    border: 2px solid #798798;
	margin: 3px;
}

