@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
/*	background: url(images/bg.png) lightgrey; */
	background: white; }

div.header{
	width: 864px;
	height: 128px;
	padding-bottom: 8px;
	text-align: center;
	vertical-align: bottom;
}

div.pagecontainer{
	width: 864px;
	margin: auto;
}

.menu_mid{
	width: 128px;
	background: url(images/menu_mid_2.png);
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
}

.menu_top{
	width: 140px;
	background: url(images/menu_top_2.png);
	height: 32px;
	text-indent: 2px;
}

.menu_bot{
	width: 140px;
	background: url(images/menu_bot_2.png);
	height: 32px;
	text-indent: 2px;
}

.content_mid{
	width: 704px;
	background: url(images/content_mid_2.png);
	padding-left: 10px;
	padding-right: 10px;
}

.content_top{
	width: 714px;
	background: url(images/content_top_2.png);
	height: 32px;
	padding-left: 10px;
	text-transform: capitalize;
	font-size: large;
        font-weight: bold;
	color:#6b0b83;
}

.content_bot{
	width: 724px;
	background: url(images/content_bot_2.png);
	height: 32px;
	text-indent: 17px;
	text-align: center;
	font-size: large;
        color:#6b0b83;
}

.footer{
	width: 864px;
	height: 28px;
	font:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform:capitalize;
	background: url(images/footer.png);
	padding-top: 4px;
}

a{
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color:#333333;
}

ul#menu {
  width: 126px;
  list-style-type: none;
  font-size: 12px;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  color: #666;
  text-align: left;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
  text-align: center;
}


ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #000000;
}

ul#menu a.active {
  color:#000000;
}

ol{
	font-size: 10px;
}

.colour{
	width: 100%;
	height: 100%;
	background: url(images/index_bg.gif) top right no-repeat fixed;
	float: right;
