﻿a:visited {
	color: #ff3300;
	font-weight: normal;
}
a:link {
	color: #ff3300;
	font-weight: normal;
}
a:active {
	color: #ff3300;
	font-weight: normal;
}
a:hover {
	color: #009900;
	font-weight: normal;
}
body {
	background-color: #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../pagecontent/siteframe/background.png');
}
#toplogo {
	margin: 0px auto 10px auto;
	height: 56px;
	width: 710px;
}
#topborder {
	background-image: url('../pagecontent/siteframe/topborder.png');
	background-repeat: no-repeat;
	height: 80px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#middleborder {
	overflow: hidden;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../pagecontent/siteframe/middleborder.png');
	background-repeat: repeat-y;
}
#contentcontainer {
	width: 774px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 8px;
	min-height: 400px;
}
#bottomborder {
	background-image: url('../pagecontent/siteframe/bottomborder.png');
	background-repeat: no-repeat;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
}
#bottomcopyright {
	width: 822px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
}
