body {
	background-color : #6a6a6a;
	background-image : url(images/bg.gif);
	background-repeat : repeat-x;
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 11px;
	color : #EA77AF;
	padding : 0;
	margin : 0;
}

a {
	color : #EA77AF;
	text-decoration : none;
}

a:visited {
	color : #EA77AF;
	text-decoration : none;
}

a:hover {
	color : #848484;
	text-decoration : underline;
}

a:active {
	color : #848484;
	text-decoration : underline;
}

#PageContainer {
	/*width : 900px;*/
	background-image : url(images/bg.gif);
	background-repeat : repeat-x;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	background-color : #6a6a6a;
}

#Header {
	height : 100px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}

#Strapline {
	height : 10px;
	text-align : center;
	background-color : #999999;
}

#Container {
	/*width : 1200px;*/
	background-color : #6a6a6a;
	background-image : url(images/bg.jpg);
	background-repeat : repeat;
}

#Menu {
	background-color : #6a6a6a;
	height : 25px;
	width : 849px;
	padding-left : 50px;
	cursor : pointer;
	border-left : 1px solid #848484;
	border-right : 1px solid #848484;
	margin-left : auto;
	margin-right : auto;
}

/*#Menu ul {
	padding : 0;
	margin : 0;
}

#Menu li {
	list-style : none;
	height : 25px;
	line-height : 25px;
	float : left;
	border-right : 1px solid #999999;
	padding-left : 10px;
	padding-right : 10px;
}*/

.menu {
	color : #EA77AF;
	text-decoration : none;
	background-color : #6a6a6a;
	text-align : center;
	/*padding-left : 10px;
	padding-right : 10px;*/
}

.menu:visited {
	color : #EA77AF;
	text-decoration : none;
}

.menu:hover {
	color : #FFFFFF;
	text-decoration : none;
}

.menu:active {
	color : #FFFFFF;
	text-decoration : none;
}

.menuItem {
  padding : 5px;
  border-bottom : 1px solid #DDDDDD;
}

.menuItem:hover {
  background-color : #848484;
}

.menuItem a {
  color : #EA77AF;
  text-decoration : none;
}

.menuItem a:hover {
  color : #FFFFFF;
  text-decoration : none;
}

/*#demo {
  background-color:#eeeeee;
  cursor:pointer;
  padding:5px 20px 5px 20px;
  margin: 30px 0;
  width: 425px;
}*/

#menu span {
	cursor:pointer;
	border-right : 1px solid #848484;
 	padding-left : 10px;
	padding-right : 10px;
}

#menu span:hover {
  text-decoration:underline;
}

.menuspacer {
	width : 20px;
	border-right : 1px solid #848484;
}

#Content {
	background-color : #6a6a6a;
	color  : #FFFFFF;
	padding : 25px 25px 15px 25px;
	text-align : left;
	width : 849px;
	border-left : 1px solid #848484;
	border-right : 1px solid #848484;
	clear : both;
	margin-left : auto;
	margin-right : auto;
}
	
#Text {
	width : 660px;
	text-align : justify;
}

h1 {
	font-size : 17px;
	color : #EA77AF;
	font-weight : normal;
	padding : 0;
	margin : 0;
}

h2 {
	font-size : 15px;
	color : #FFFFFF;
	font-weight : normal;
	padding : 0;
	margin-top : 0;
}

h3 {
	font-size : 13px;;
	color : #FFFFFF;
	font-weight : normal;
	padding : 0;
	margin-top : 0;
}

hr {
	border : 1px dotted #838383;
	height : 1px;
	width : 100%;
}

li {
	list-style : disc;
}

#Footer {
	background-color : #848484;
	font-size : 10px;
	color : #FFFFFF;
	height : 25px;
	line-height : 25px;
	padding-left : 200px;
	padding-right : 200px;
	clear : both;
}

a.footer {
	color : #FFFFFF;
}

a.footer:visited {
	color : #FFFFFF;
}

a.footer:hover {
	color : #EA77AF;
	text-decoration : underline;
}

a.footer:active {
	color : #EA77AF;
	text-decoration : underline;
}