/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	text-align: left;
	color: #C0C0C0;
	background-image: url('../images/background.gif');
}

h1 { font-size:16px;color:#444444;}
h2 { font-size:14px;color:#444444;}
h3 { font-size:12px;color:#444444;}

a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #777777;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
}

a:visited
{
	color: #660000;
}

a:hover
{
	text-decoration: underline;
}

a.menu
{
	display: block;
	text-align: left;
}

#container
{
	margin: 1em auto;
	width: 850px;
	background-color: #ffffff;
	border: 1px solid #777777;
}

#header
{
	height: 100px;
	width: 820px;
	margin: 14px 14px 0 14px;
	background-image: url('../images/hdr_home.jpg');
	background-repeat: no-repeat;
}

#navigation
{
	height: 18px;
	width: 820px;
	background-image: url('../images/btn_bar.jpg');
	background-repeat: no-repeat;
	position: relative;
	margin-left:   14px;
	margin-right:  14px;
	margin-bottom: 22px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}

#navigation ul
{
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #777777;
}

#navigation li
{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #777777;
}

#navigation li a:link
{
	text-decoration: none;
	color: #777777;
}

#navigation li a:hover
{
	text-decoration: underline;
	color: #777777;
}

#navigation li a:active
{
	text-decoration: none;
	color: #006600;
}

#navigation li a:visited
{
	text-decoration: none;
	color: #660000;
}

#left
{
	float: left;
	width: 140px;
}

.menucontainer
{
	widht: 125px;
	margin-left: 14px;
}

.menutitle
{
	font-weight: bold;
	text-align:  center:
	margin: 2px;
}

#right
{
    float: right;
    widht: 710px;
    border-left: 1px solid #777777;
    margin-bottom: 22px;

}

.contentcontainer
{
	width: 680px;
	margin: 0 14px;
	color: #444444;
}

.footer
{
	clear: both;
	color: #777777;
	text-align: center;
	font-size: 90%;
}