/* This is the main layout */

* {
		margin: 0;
		padding: 0;
		}
		
h1 {

font-family: Georgia, Times, serif;
font-size: 26px;
line-height: 10px;
font-weight: bold;
color:#FF9900; 
text-align:center;
}

#links {
	width:750px;
	margin:0 auto;
	
}


/* Links*/
A:link {
	COLOR: #92C9E5; TEXT-DECORATION: dashed;
}
A:visited {
	COLOR: #b7dcef; TEXT-DECORATION: dashed;
}
A:hover {
	COLOR: #cb4602; TEXT-DECORATION: underline;
}
A:active {
	TEXT-DECORATION: dashed;
}
A:unknown {
	TEXT-DECORATION: underline;
	
}


.links {
	float: center;
	border-top-style: none;
	margin:0 auto;
	width:670px;

	
}

.links ul {
	list-style-type: none;
}

.links li {
width:440px;

margin-bottom: 10px;
width:640px;

}

.links li span.listheader {
	font-size: 20px;
	line-height: 20px;
	color: #FF6600;
	font-weight: bold;
}

.links li span.listdesc {
	color: #ffffff;
	line-height: 19px;
	width: 300px;
	font-size: 0.88em;
	padding: 0px 5px 5px 0px;
}
