﻿/* BASIC TAGS */
/*margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0;*/
* { 
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
}
.container
{
	/*background-color: #2F3E4C;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	background-color: #D1C9BE;
	padding: 0px 0px 0px 0px;*/
	width: 800px;
	margin: 0px auto auto auto;
	text-align: left;
	vertical-align: top;
	border: none;
}
.leftnav 
{
	position:relative;
	float: left;
	text-align: right;
	width: 190px;
	/*padding: 0px 0px 0px 40px;*/
}
.rightnav 
{	
	position:relative;
	float: right;
	text-align: left;
	width: 190px;
	/*padding: 0px 40px 0px 0px;*/
}
.middlenav
{
	float: left;
	text-align: center;
	width: 279px;
	/*margin: 0px 0px 0px 40px;
	border: none;*/
}
.leftmenu
{
	float: left;
	padding-top: 30px;
	width: 140px;
	height: 417px;
	vertical-align: top;
	border: none;
	background: Black url(../images/sidebar.jpg) no-repeat;
}
.rightcontent
{
	float: left;
	width:660px;
	text-align: left;
	border: none;
	height: 427px;
	/*light grey*/
	background: #C9C9C9 url(../images/bg.gif) no-repeat;
}
.rightcontentalt
{
	float: left;
	width:660px;
	text-align: left;
	border: none;
	height: 427px;
	/*light grey*/
	background: #000000 url(../images/bgFront.gif) no-repeat;
}
.bodyalt
{
	color: #ffffff;
}
.divp
{
	text-align: center;
	border: 0;
	margin: 0;
	width: 660px;
	height: 387px;
}
/*.divpnav
{
	background: #D1C9BE url(../images/bottombar.jpg);
	width: 660px;
	height: 40px;
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}*/
p {
	line-height: 1.4em;
	text-align: left;
}
hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}
a {
	text-decoration: none;
	color: #ffffff
	/*color: #464646;*/
}
a:hover {
	text-decoration: underline;
	color: #464646;
}
a:active {
}
body
{
	min-width: 800px;
	/* taupe #D1C9BE */
	background-color: #000000;
	text-align: center;
	font-size: 0.7em;
	color: #464646;
	/*background-repeat: repeat-x;*/
}
img {
	border: none;
}

/* 1 HEADER */
.header
{
	width: 800px;
	height: 73px;
	background: Black url(../images/header.jpg) no-repeat;
}
h1, h2, h3, h4, h5, h6
{
	text-align: left;
	margin-top: 1.0em;
	margin-bottom: 1.12em;
}
h1
{
	margin-top: 0;
	font-size: 1.8em;/*18px;*/
}
h2
{
	margin-top: 0;
	font-size: 1.7em;/*11px;*/
}
h3
{
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
}
.menua
{
	color: #ffffff;
	vertical-align:top;
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
	margin-left: 45px;
}
table 
{
	text-align: left;
	font-size: 1em;
	vertical-align: top;
	border: none;
	margin: 0;
	padding: 0;
}
.tbmain
{	
	background-color: #D1C9BE;
	width: 660px;
	text-align:left;
}
td
{
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tdcontent
{
	margin: 20px 20px 20px 20px;
}
.footer
{
	margin: inherit auto inherit auto;
	text-align: center;
	font-size: 10px;
}

