/* CSS Document */
body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;

	}

#container{
	margin: 0px auto 0px auto;
	width: 760px;
	background-color: #ffffff;
	padding:1px;
	border: 1px dashed #BABAB8;

}

#navigation{
	padding: 5px;
	line-height:20px;
	float: left;
	background-color: #ffffff;
	width: 210px;
	font-family:verdana; font-size:11px;  color:#000000; font-weight:bold; text-align:left;

	}

	a{color:#000000;}
	a:hover{color:#c6c6c6;}
	a:link {text-decoration: none;}
	a:visited {text-decoration: none;}
	a:hover {text-decoration: none;}
	a:active {text-decoration: none;}
	

#content{
	float:right ;
	width:500px;
	background-color: #ffffff;
	font-family:verdana; font-size:11px;
	padding:10px 10px 10px 10px;
}

#footer{
	padding-right:5px;
	line-height:20px;
	clear: both;
	height:20px;
	font-size: 75%;
	color: #ffffff;
	background-color:#B33B4C;


}

#header{
	background-image:url(images/header-logo.gif); background-repeat:no-repeat;
	margin: 0x;
	height:76px;
	background-color:#B33B4C;
}


h1	{font-size:18px; color: #BABAB8; font-weight:bold;}
h2	{font-size:11px; color: #386DA5;}
h3	{font-size:11px; color: #386DA5;}

.footer1 a:hover{
color:#7c7c7c;
}
.footer1 a:link {
color:#FFFFFF;
}
.footer1 a:visited{
color:#FFFFFF;
}
#textheader {
	line-height:1px;
	padding:5px;
	position:absolute;
	left: 553px;
	top: 29px;
	width: 440px;
	height: 76px;
}
.title{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; font-weight:100; padding:2px;}

