
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.linkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	text-colour: blue;
	text-align: center;
	
	}
.linkText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-colour="#0F52BA"
	text-align: center;
}
#header {
  font-size: 18px;
  font-family: 'georgia';
  font-weight: bold;
  text-align: center;
}

#spacer1 {
	float: left;
	height: 40px;
	width: 960px;
	background-color: #FFF;
}
#spacebarLeft2 {
	background-color: #CFF;
	float: left;
	height: 300px;
	width: 960px;
}
#boxleft {
	float: left;
	height: 320px;
	width: 260px;
	background-color: #CCC;
}
#vertBlank {
	float: left;
	height: 300px;
	width: 40px;
	background-color: #FFF;
}
#boxright {
	height: 300px;
	width: 920px;
	background-color: #FF0;
}
#spacebarRight2 {
}
#spacebarRight2 {
	float: left;
	height: 300px;
	width: 100px;
}
#navcontainer ul
{
text-align: left;
padding-bottom: 5px;
padding-top: 6px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: black;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #E01120;
color: white;
}

#navcontainer #active {
	border-left: 1px solid #fff;
	text-align: left;
}
