body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #BED3E8;
	color: #0033FF;
	background-image: url(../images/background-1.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #993333;
	background-color: #FFFFFF;
}
#container #menu {
	float: left;
	width: 160px;
	background-color: #ffc20e;
	padding: 5px;
	border-top: 1px none #993333;
	border-right: 1px solid #993333;
	border-bottom: 1px solid #993333;
	border-left: 1px none #993333;
	text-align: center;
}
#container #textcontainer {
	float: right;
	padding: 10px;
	width: 700px;
	line-height: 25px;
}
#container #footer {
	clear: both;
	height: 60px;
	font-size: .7em;
	text-align: center;
	border-top: 2px solid #993300;
	padding: 5px;
}
.footer {
	font-size: .6em;
	text-align: center;
}
#container #headingtextbold {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	text-indent: 400px;
	top: 100px;
}
#container #headingtext {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	text-indent: 400px;
}

#container #header {
	font-size: xx-large;
	color: #993333;
	background-image: url(../images/bannerNEW.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #993300;
	height: 189px;
}
#container #header #topmenu {
	font-size: 0.4em;
	text-align: right;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	color: #FF0000;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.heading {
	color: #993333;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}
.smallheading {
	color: #993333;
	font-size: 1.2em;
	text-align: center;
}.underline {
	color: #993300;
	text-decoration: underline;
}
.crumbs {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.headings {
	font-weight: bold;
	color: #993333;
	text-align: center;
	font-size: 1.6em;
}

