@charset "iso-8859-1";

@media screen, projection, print
{
	* {margin: 0; padding:0;}
	html, body {font-size: 100.01%; }
	body {background: #FFFFFF url("./images/body_bg.png"); font-family: Tahoma, Arial, Verdana, Helvetica, serif, san-serif; color: #696969;}
	
	/*Box-/Container-Structure and Styles*/
	#page_margins { width: 1000px; margin: 20px auto;} 
	#page {background: #ffffff; width: 980px; margin: 0 auto; border: 1px solid #ff6600; } 
	#header {background: #ff6600; height: 120px; }
	#content { }
	#main {margin: 20px 30px 0 30px;}
	#bottom {border-top: 1px dotted #696969; padding: 20px; margin-top: 50px;}
	#footer {position: relative; height: 20px; padding: 2px;}
	
	/*Header-Styles*/
	#header h1 {color: #ffffff; font-size: 197%; letter-spacing: 3px; font-weight: bold; font-style: italic; padding: 30px 0 0 50px;}
	#header h2 {color: #ffffff; font-size: 70%; letter-spacing: 1px; font-weight: normal; width: 414px; margin: 5px 49px; padding-left: 4px; padding-top: 3px; border-top: 1px dotted #ffffff;}	
	/**/
	
	/*Content-Style*/
	#content {font-size: 0.8em; line-height: 150%;letter-spacing: 1px;}
	#content h1 {margin: 30px 0 30px 0; text-align: center;}
	#content h3 {margin: 20px 0 20px 0; }
	#content h4 {text-decoration: underline;}
	#content a { text-decoration: none; }
	#content a:link { color: #ff6600; border-bottom: 1px dotted #ff6600;}
	#content a:active {color: #000000; border-bottom: 2px solid #000000;}
	#content a:visited { color: #ff6600; border-bottom: 1px dotted #ff6600;}
	#content a:hover { color: #000000; border-bottom: 2px solid #000000;}
	
	#content ul { list-style: disc; margin-left: 20px;}
	#content li {margin-left: 5px;}

	
	#main {text-align: center; color: #000000; font-size: 1.0em;}
	#main sup {font-size: 60%; margin-left: 3px;}


	#bottom {letter-spacing: 0;}
	/**/
	
	
	/*Footer-Styles*/
	#footer {font-size: 0.7em; color: #c0c0c0; text-align: center; border-top: 1px dotted #c0c0c0;}
	/**/
}

@media print
{
	html, body { font-size: 100.01%; margin-left: 0;}
	body { background: #FFFFFF; color: #000000;}
}
