﻿body 
{
    margin: 0;
    padding: 0px;
    
    background: #ffffff;
    
    font-family: Arial,Helvetica,Sans-Serif;
    font-size:11px;
    color:#204D60;
}
#Editor
{
}

a:link {
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:11px;
	text-decoration: underline;
	color: #ee6a00;
}
a:visited {
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:11px;
	text-decoration: underline;
	color: #ee6a00;
}
a:hover {
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:11px;
	text-decoration: none;
	color: #e28c0e;
}
a:active {
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:11px;
	text-decoration: underline;
	color: #ee6a00;
}

#container
{
}
.container
{
    display: table;
    width:810px;  
    margin: 0px auto; 
}

#top
{
    background: #834F1D;
    height: 132px;
}

#menu
{
    height: 30px;
    background: #bbbdaa;
}
#menu ul
{
    list-style: none;
    background: #bbbdaa;
    height: 30px;
    margin: 0px;
    padding: 0px;
    border-left:2px solid #ffffff;
}
#menu ul li
{
    float:left;
}
#menu ul li a
{
    display: block; 
	padding: 6px 26px 13px 26px;
	
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    text-align: center;
    
    border-right:2px solid #ffffff;
}
#menu ul li a:hover, #menu ul li a.selected
{
    background: url(images/navigation_selected.gif) no-repeat bottom center !important;
    color: #ddded5 !important;
}


#middle
{
    min-height: 600px;
}

#submenu
{
    float:left;
    padding-top:10px;
}

#submenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#submenu ul li a
{
	display: block ; 
    width:188px;
    
    margin-left: 5px;
    padding: 4px 3px 5px 0px;

    border-bottom: dashed 1px #bbbdaa;
    color:#60615f !important;
    font-size:12px;
    font-weight: bold;
    text-decoration:none;
}

#submenu ul ul
{
    display: none;
}
#submenu ul li.open ul
{
    display: block;
}

#submenu ul ul li a
{
	display: block ; 
    width:188px;
    
    margin-left: 5px;
    padding: 4px 3px 5px 10px;

    border-bottom: dashed 1px #bbbdaa;
    color:#60615f;
    font-size:11px;
    text-decoration:none;
}

#submenu a:hover, #submenu a.selected
{
    color: #000000 !important;
}

#content
{
    padding: 10px 2px 10px 2px;
    width: 100%;
}
div#submenu + div#content
{
    padding: 10px 2px 10px 2px;
    float: right;
    width: 600px;
}


#bottom
{
    clear: both;
	background: url("images/footer_bg.gif") repeat-x;
	text-align: center;
	height: 80px;
	margin: 0px;
	padding: 10px 0 0 0;
}


h1
{
    width: 100%;
    margin: 2px 0px 5px 0px;
    padding: 0px;
    font-family:  Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    color: #60615f;
    border-bottom: solid 1px #60615f;
}

h2
{
    margin: 2px 0px 5px 0px;
    padding: 0px;
    font-family:  Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    color: #204D60;
}

h3
{
    margin:0px;
    margin-top:20px;
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:14px;
    font-weight:normal;
    color:#ee6a00;
}

p{margin:2px;}

ul{}

.right
{
    padding-left: 6px;
}
.left
{
    padding-right: 6px;
}

input, textarea
{
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:11px;
    color:#000000;
    border:1px solid #9c9d9f;
}
