body
{
    background: url('images/bg_navi.gif') left repeat-y;
    color: #b52025;
    font: 11pt normal Arial, Sans-Serif;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}

a
{
	color: #b52025;
}

img
{
    border: 0;
}

input
{
	width: 300px;
}

#top 
{
    background: url('images/top.gif');
	height:26px;
    width: 1024px;
}

#upper
{
    background-image: url('images/upper.gif'); 
    background-repeat: repeat-x;
}

#banner 
{
    background: url('images/top_banner.gif');
    width: 1024px;
	height:60px;
}

#bannerbox
{
    height: 60px; 
    padding-left: 538px;
    width: 468px; 
}

#emblem 
{
	background-image: url('images/emblem.gif');
	width:1024px;
	height:65px;
}

#emblem_end 
{
    background-image: url('images/emblem_end.gif');
	width:1024px;
	height:21px;
}

#navigation 
{
    float: left;
	width: 222px;
}

#content 
{
	position: absolute;
	left: 220px;
	top: 180px;
    float: left;
    background: #fff;
    margin: 0;
    padding: 0;
    margin-left: 40px;
    width: 700px;

}

#content div.box
{
	background: #fefbdb;
	padding: 5px;
}

#site
{
    background: #fff;
    margin: 0;
    padding: 0;
}


table.edit
{
	border: 0;
	width: 600px;	
	
}

table.edit td
{
	vertical-align: top;
	width: 300px;
}



h1
{
    margin-top: 0;
    font-size: 13pt;
}

h2
{
	font-size: 12pt;
}

h3
{
	font-size: 11pt;
}

p
{
    font-size: 11pt;
    letter-spacing: 0.3pt;
    line-height: 15pt;
}

ul.list
{
}

ul.list li
{
	padding: 5px;
}

ul.navigation
{
    margin: 0;
    line-height:18px;
    list-style-type: none;
    padding: 0;
    padding-left: 1px;
    width: 222px; 

}



ul.navigation li
{
    background: url('images/bg_li.gif') no-repeat;
    color: #b52025;
    display: block;
    font-weight: bold;
    margin-bottom: 1px; 
    padding: 8px; 
    padding-left: 30px;
    text-align: left;   
    width: 222px;
}

ul.navigation li a
{
    color: #b52025;
    text-decoration: none;
}

ul.navigation li.sub
{
    background: #b52025;  
    color: #fff; 
    font-size: 9pt;
    padding: 6px;

    width: 202px;
}

ul.navigation li.sub a
{
	padding-left: 40px;
    color: #fefbdb;
    text-decoration: none;
}

