/* CSS Document */


body 
	{
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px; background-color:#f7f3e6;
	width:990px;
	color:#333333;
	}

h1, h2
	{ margin: 0 0 10px 0; font-size: 22px; color: #000000; }
	
h3
	{font-size: 15px; color: #000000;}

a	{ color:#336699; }

a:hover	
	{color:#FF9900;}
/*********************************************/
/* div                                       */
/*********************************************/
	
#container
	{
	width: 880px;
position:absolute;
left:60px;



	}

#main
	{
	
	margin-right: 0px;
	margin-left:0px; 
	margin-top:-3px; 
	 
	background-color:white;
	padding-right:20px;
	padding-left:20px;
	padding-top:5px;
	   background-color: #FFF;
 
    -moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#666699'), progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#666699'), progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#666699')";}


#emailprint
 	{
	background-color:#f8f8f9;
	position:absolute;
	width: 161px;
	padding: 10px;
	margin-left:2px;
	margin-bottom: 2px;
	border: 1px dotted #CCCCCC;
	text-align:center;
	z-index:200;
	left: 658px;
	top: 122px;
	height: 35px;
		}


	
.clearleft
	{
	clear:left;
	}

.clearboth
	{
	clear:both;
	}
	
	
/*  Footer */
#footer {
	clear:both;
	color: #000;
	text-align:center;
	width:100%;
	border-top: 1px solid #efddc4;
	font-size: 90%;
	margin-top: 25px;
}

#footer a:link {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	font-weight: underline;
	color: #000;
	text-decoration: none;
}
#footer a:active {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

