body { 
		 font: 14px Arial; 
		 color: #fff; 
		 background:#2E2E2E; 
		 } 
.break { page-break-before: always; }

#header  {
		margin-left: 20em;
}	

#header2 { text-align: center; }	

#footer {
	font: 10px Arial;
	text-align: center;
	margin : 0 5em 0 12em;
	width:1200px;	
	}
	
#footer2 {
	font: 10px Arial;
	text-align: center;
	margin : 30em 5em 0 12em;	
	}
	
a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #999;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #D52500;
	} 	
	
#footer a
{
    COLOR: #fff;
    TEXT-DECORATION: none;
		font-size: 11px;
}

#footer a:hover
{
    TEXT-DECORATION: underline;
		color: #D52500;
}

#footer .biz { 
				font-size: 11px;
				text-align: center;
					 }

#content {
		margin : 0 5em 0 20em;
		width: 900px;
		padding-left: 0.5em;
		text-align: justify;
		min-height: 500px;
		_height: 500px;
	}		

#box {
   font: 12px Arial;
	 border: 1px solid #666;
	 padding: 5px 10px;
	 } 

	
.center { text-align: center; }

.figure { font-style: italic;
					text-align: center; 
				}

.bold { font-weight: bold; }

h4 {
	font-style: italic;
}

p.front {
	margin-top: 100px;
	line-height: 25px;
}

p.article {
	line-height: 25px;
}

li.article {
	line-height: 25px;
}
		 
/*-----------Menu---------*/	


#menu {
	width: 285px;
	font: 10px Tahoma; 
	position: absolute;
	top: 150px;
	left: 5px;
	margin: 0px;
	padding: 0px;
	}

#list {
	padding: 0px 15px 45px 15px;
	margin: 0px;
	}

#menu h3 {
	font-size: 11px;
	padding: 3px 3px 3px 1px;
	color: #E98523;
	margin-bottom: 10px;
	margin-top: 20px;
	}

#list ul{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#list li {
	padding: 5px 0px;
	background: url(images/bullet2.gif) no-repeat 0 50%;
	}

#list li a {
	display: block;
	}

#list li a.c {
	display: inline;
	}

#list ul li {
    border-bottom: 1px solid #666;
    display: block;
    padding: 5px 0 5px 15px;
    }

#blank { list-style-type: none; }	