/* CSS Document */

body {
	text-align:center;
	background-color: #000000;
	color: #00CC00;
		}
	
	#frame {
		width:649px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
	width:200px;
	padding:0px;
	float:left;
	background:#000000;
	color: #00CC33;
	margin-top: 100px;
	}
	
	
	#contentcenter {
		width:400px;
		padding:0px;
		float:left;
		background:#000000;
		}
	
	
	
	#contentheader {
	text-align:center;
	background:#000000;
	background-repeat:no-repeat;
	background-position:left;
	height: 131px;
	background-image: url(images/Images%20Layout%201/Layout-1c_02.gif);
	   	}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
	
	#rightbox {
	background-color:#000000;
	width: 130px;
	border-color: #00FF00;
	border-width: 1px;
	border-style: solid;
	}
	
	a.slinks, a.slinks:link,a.slinks:visited {
    line-height:17px;
    height:17px;
    display:block; 
    width:130px; 
    background:#eced61;
    text-align:center; 
    text-decoration:none; 
    font-family:tahoma; 
    font-weight:none; 
    font-size:10pt; 
    color:#777777; 
    overflow:hidden;
	}

    a.slinks:hover { 
	line-height:17px;
    height:17px;
    display:block; 
    width:130px; 
    border:1px;
	boder-style: groove ;
	border-color:#cccccc;
    background-color: #4ced61;
	text-decoration:none; 
    font-family:tahoma; 
    font-weight:none; 
    font-size:10pt; 
    color:#777777; 
    overflow:hidden;
    }
	
a:link {
	color: #00CC00;
	text-decoration: none;
}
a:hover {
	color: #eced61;
	text-decoration: none;
}

a:visited {
	color: #00CC00;
	text-decoration: none;
}
