body {
		background: url(./images/srrbg.gif) #F7E7BD;
		margin:0;
		padding:0;
}
.content a {
	text-decoration:none;
	font-weight:bold;
	color:black;
}
.content a:hover {
	text-decoration:none;
	font-weight:bold;
	color:white;
}
div,body,font,ul,li {
		font-family:verdana,tahoma,arial;
		font-size:12px;
		color:#990000;
		text-align:left;
}

H1,H2,H3,H4,H5,H6,H7 { color: #990000; margin:5px;}

.maindiv {
		width:800px;
		margin:0;
}
.title {
		width:800px;
		height:100px;
		background: url(./images/title.gif);
		margin-top:5px;
}

.navigation {
		width:800px;
		height:30px;
		background:#990000;
}

.navlink {
		width:160px;
		height:30px;
		text-decoration:none;
		color:white;
		text-align:center;
		padding-top:8px;
		float:left;
}
.navlink a:hover {
		background:#996666;
}
.navlink a {
		color:white;
		text-decoration:none;
}
.content {
		border-left:solid 2px #990000;
		border-right:solid 2px #990000;
		border-bottom:solid 2px #990000;
		padding:5px;
}
.copyright {
		border-top:solid 1px #990000;
		width:90%;
		text-align:center;
		padding-top:2px;
}
