/* CSS Document */

<style type="text/css">
	
	body {
		text-align:center;
				}
	
	#frame {
		width:900px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		border: 1px solid #cccccc;
		}
		
	#contentleft {
		width:200px;
		height:500px;
		padding:0px;
		float:left;
		background-image: url('images/sidebar3.jpg');
		background-repeat:no-repeat;
		}
	
	#contentcenter {
		width:700px;
		height:500px;
		padding:0px;
		float:left;
		background:#fff;
		overflow:auto;
		
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color: #999;
		
		}
	
	#contentright { 
		width: 150px;
		float:right;
		background:#ccc;
	} 
	
	#contentheader {
		background:#fff
		}
		
	#contentfiller-red {
		background:#AD1718;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:22px;
		font-family:Arial, Helvetica, sans-serif;
		color: #666666;
		margin-top: 15px;
		}
		
	h2  {
		font-size:16px;
		font-family:Arial, Helvetica, sans-serif;
		color: #999;
		margin-left: 9px;
		}
		
	
	.footer-text { 
		color: #fff;
		}
		
	.header2 { 
		color: #666666;
		padding:5px;
		font-stretch:expanded;
	} 
	
	.bullet-top {
	list-style-image:url(images/bullets_031.gif);
	font-stretch:expanded;
    padding:5px;
	color: #999;
	}
	
	#extra-menu {
		float:right;
		background-color: #fff;
		border: 1px solid #AD1718;
		padding:5px;
		margin: 25px 15px 15px 15px;
	} 
	

	/* -- menu -------------------------------- */	
	#button {
	width: 8em;
	padding: 10px;
	margin-bottom: 1em;
	background-color: #AD1718;
	color: #333;
	position: absolute;
	margin-top: 100px;
	width:100px;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		/* border-bottom: 1px solid #90bade; */
		margin: 5px;
		}
		
	#button li a {
		display: block;
		padding: 5px;
		/* border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4; 
		background-color: #2175bc;  */
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		/* border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0; */
		background-color: #ccc;
		color: #fff;
		}
		
		
 	/* -- End menu ------------------------------------------------ */
		
	
</style>

