body {
	background-color: #99415b;	
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	line-height: 1.4em;
	font-weight: normal;
}

div#newwrap {
	position: absolute;
	top:100px;
	width: 100%;
	min-width: 600px;
}
div#headpic {
	position: absolute;
	background: #99415b url(../images/rainbowbg.jpg) repeat-x;
	text-align:center;
	margin-top:0;
	width:100%;
}
div#headpic img {
	height: 103px;
	margin-right: 10px;
}
div#homelinks a {
	background: #f09;
	}
#middle {
	text align: center;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 0px;
	padding-right: 0px;
	max-width: 900px;
	min-width:400px;
	width: 58%;
	}
#back {
	background: #000;
	padding: .75em;
	margin: 2em 2em 2em 1em;
	}
#section {
	text-align: left;
	background: #fff;
	margin: -2em -2em 0 0;
	border: 1px solid #ddd;
	padding: .75em;
	}

#newweb {
	margin-top:1.5em;
	text-align:center;
}
#newweb a 	{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
#newweb a:hover {
	text-decoration: underline;
	}

#newweb1 {
	text-align:center;
	margin-top:1.5em;
	font-weight: normal;
	color: #fff;
}
#newweb2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 100px;
	height: 110px;
	text-align:center;
	line-height: 1em;
	background: #99415b url(../images/staryellow.jpg) no-repeat;
}
#newweb3 {
	padding: 45px 0 30px 0;
}

#newweb1 a 	{
	font-weight: bold;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	}
#newweb1 a:hover {
	text-decoration: underline;
	}
	
.b {
	font-weight: bold;
	}
.bi {
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
	}
a 	{
	font-weight: bold;
	color: #903;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

h1 {
	text-align: left;
	margin-top:6px;
	margin-bottom:6px;
}

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;
}

p {
	text-align:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
}

ul {
	margin-top:-1px;
}
li {
	margin-top: 3px;
}


