body {
	background-color: #009;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	line-height: 1.4em;
	font-weight: normal;
}

div#newwrap {
	position: absolute;
	top:100px;
	padding-top: 9px;
	width: 100%;
	min-width: 650px;
}
div#headpic{
	background: #009 url(../images/linksbg.jpg) repeat-x;
	position: absolute;
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
	margin-top:0;
	width:100%;
}
div#linkslinks a {
	background: #ff3;
	}
#middle {
	background: #fff;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 0px;
	padding-right: 0px;
	max-width:1000px;
	min-width:400px;
	width: 58%;
	border: 5px solid #ff0;
	}
#right h3 {
	text-align:center;
	background: #fff;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	line-height: 1.2em;
	font-weight: normal;
	margin:0;
}
#right h4 {
	text-align:center;
	background: #eef;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	line-height: 1.2em;
	font-weight: normal;
	margin:0;
}
#links {
	border: 1px solid #ff0;
	}

#right a {
	font-weight: normal;
	color: #03c;
	text-decoration: none;
	}
#right a:hover {
	text-decoration: underline;
	}
a 	{
	font-weight: bold;
	color: #03c;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

.toplink {
	margin: 0 0 6px 12px;
}
a.toplink {
	font-style: italic; 
	font-size: .9em;
	font-weight: normal;
}

h1 {
	background:#ff9;
	color: #009;
	text-align: left;
	font-size: 1em;
	line-height: 1.7em;
	font-weight: bold;
	padding: 1px 3px 0 3px;
	margin:0;
}
h2 {
	text-align:left;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}
.updated {
	margin-left:20px;
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
	}
	
.ultitle {
	margin-left: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
	}
ul {
	margin-top:0;
	margin-bottom: 2px;
	padding-right:5px;
}
li {
	margin-top: 3px;
}
p {
	text-align: left;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 9px;
}

hr {
	border: none 0; 
	border-top: 1px dashed #ccc;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
} 

