/*holds everything together*/
#content {
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	border-style: solid;
	width: 768px;
	padding: 0px;
	background-color: #990000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}
/*links for the right hand Navigation*/

a.rightlink {
	color: #ffffff;
	text-decoration: none;
}
a.rightlink:link {
	text-decoration: none;
	color: #ffffff;
	background-color:#990000;
}
a.rightlink:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a.rightlink:visited {
	color: #ffffff;
	text-decoration: none;
	}




/*red margin that contains the links*/
#rightnav {
	float:right;
	background-color:#990000;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	width: 165px;
}

/*Setting for the site settings box*/
#sitesettings {
	background-color: #CCCCCC;
	padding: 4px;
	width: 155px;
	border: 1px solid #000000;
	clear:both;
}
#sitesettings p {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#sitesettings a{}
#sitesettings a:visited{
color:#000000;
}


	
.whiteline {
	color: #FFFFFF;
	background-color: #FFFFFF;
}