/* ---------------------
basic layout
--------------------- */

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
   	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

table, td
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-style: none;
    border-bottom-width: 0px;
    border-top-width: 0px;
    vertical-align: top;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#4e3007;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

a:hover
{
    text-decoration: underline;
    color: #cc0000;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

/* ---------------------
template layout
--------------------- */

h1{
    font-size: 14px;
    color: #4e3007;
    font-weight: bold;
    text-transform: capitalize;
}

h2{
    font-size: 12px;
    color: #4e3007;
    font-weight: bold;
    text-transform: capitalize;
}

h3{
    font-size: 12px;
    color: #4e3007;
    font-weight: bold;
    text-transform: capitalize;
}

td.leftback
{
    background: url(images/back_01.gif) fixed no-repeat left top ;  
}

td.left
{
    width:100px;
    }
    
img.left
{
    width:100px;
    }

td.outerleft {
	width: 205px;
	background: url(images/halbtrans.gif) repeat ;
	vertical-align:top;
}

td.outermiddle {
	float:left;
	clear:left;
	width:100%;
	margin-left: 8px;
}

td.outerright
{
	width: 200px;
    vertical-align: top;
}

img.right
{
    width:200px;
    }

#logo
{
    position: relative;
    width: 100%;
    float: none;
    background: transparent;
    vertical-align: middle;
}

/** div container for top menu. position:top **/
#topmenu {
	position:relative;
	float:left;
	clear:left;
	background:transparent;
	width: 100%;
}


/** div container for left column **/
#leftcol {
	position:relative;
}

#leftcolmenu
{
    position: relative;
    overflow: auto;
    min-height: 600px;
    height: 100%;
}

/** div container for mainbody **/
#content_main
{
    position: relative;
    float: left;
    background: transparent;
    min-height: 600px;
    vertical-align: top;
}

/** div container for right column **/
#rightcol_top,
#rightcol {
	float:left;
	clear:left;
	display:inline;
	overflow:auto;
}

/** div container for right column position:header **/
#rightcol_top {
	height:70px;
	min-height:70px;
	background:transparent;
}

#blackline {
	position:relative;
	clear:left;
	float:left;
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6B49B;
	background: transparent;
}
/** copyright **/

#copyright
{
    color: #4e3007;
    font-size: 10px;
    display: block !important;
    float: right;
    clear: left;
    text-align: right;
}

/** menu **/
div.menu_lev00, a.menu_lev00
{
    color: #4e3007;
    font-size: 10px;
    display: block;
    width: 202px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    border-top: #4e3007 thin dotted;
    border-bottom: #4e3007 thin dotted;
    margin-top: 10px;
    height: 18px;
    vertical-align: middle;
}

a.menu_lev01, a.menu_lev01:link, a.menu_lev01:visited
{
    color: #4e3007;
    font-size: 14px;
    display: block;
    width: 196px;
    height: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
    background-position: left center;
    background-image: url(images/fod_2020_dark.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    margin-top: 5px;
}

a.menu_lev01:hover, a.menu_lev01:active
{
    color: #990000;
    background-position: left center;
    background-image: url(images/fod_2020_red.gif);
    background-repeat: no-repeat;
}
    
a.menu_lev02, a.menu_lev02:link, a.menu_lev02:visited
{
    color: #4e3007;
    font-size: 12px;
    display: block;
    width: 196px;
    height: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
    background-position: left center;
    background-image: url(images/fod_2020_dark.gif);
    background-repeat: no-repeat;
    background-color: transparent;
}

a.menu_lev02:hover, a.menu_lev02:active
{
    color: #990000;
    background-position: left center;
    background-image: url(images/fod_2020_red.gif);
    background-repeat: no-repeat;
}

div.content_info
{
    font-size: 8px;
    color: #4e3007;
}

div.content_headline
{
    font-size: 12px;
    color: #4e3007;
    font-weight: bold;
    text-transform: capitalize;
}

div.content_submenu
{
    font-size: 10px;
    color: #4e3007;
    font-weight: bold;
    text-transform: capitalize;
}

img.content_2col_image
{
    max-width: 350px;
}

img.content_1col_image
{
    max-width: 700px;
}

div.alert
{
    font-weight: bold;
    color: #FF0000;
    width: 100%;
    height: 50px;
    border-style: solid;
    border-width: thin;
    vertical-align: middle;
    text-align: center;
}

.mySlides {
	display:none;
}