body {
	background-color : #D8007F;
	background-image : url(images/bg.gif);
	background-repeat : repeat-x;
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 11px;
	color : #6A6A6A;
}

a {
	color : #D8007F;
	text-decoration : none;
}

a:visited {
	color : #D8007F;
	text-decoration : none;
}

a:hover {
	color : #848484;
	text-decoration : underline;
}

a:active {
	color : #848484;
	text-decoration : underline;
}

#PageContainer {
	width : 950px;
	text-align : left;
	margin-left : 25px;
	/*margin-right : auto;*/
}

#Header {
	height : 100px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
}

#Container {
	width : 875px;
	text-align : left;
}

#Menu {
	width : 150px;
	color : #D8007F;
	padding-left : 10px;
	margin-top : 5px;
	line-height : 20px;
	float : left;
}

#Menu ul {
	padding : 0;
	margin : 0;
}

#Menu li {
	list-style : none;
}

.menu {
	color : #D8007F;
	text-decoration : none;
	text-align : left;
	/*padding-left : 10px;
	padding-right : 10px;*/
}

.menu:visited {
	color : #D8007F;
	text-decoration : none;
}

.menu:hover {
	color : #848484;
	text-decoration : none;
}

.menu:active {
	color : #848484;
	text-decoration : none;
}

.menuItem {
  padding : 5px;
  border-bottom : 1px solid #DDDDDD;
}

.menuItem:hover {
  background-color : #848484;
}

.menuItem a {
  color : #D8007F;
  text-decoration : none;
}

.menuItem a:hover {
  color : #848484;
  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 {
	width : 650px;
	padding : 5px 25px 25px 25px;
	text-align : justify;
	float : left;
	overflow : auto;
}

h1 {
	font-size : 17px;
	color : #D8007F;
	font-weight : normal;
	padding : 0;
	margin : 0;
}

h2 {
	font-size : 15px;
	color : #848484;
	font-weight : normal;
	padding : 0;
	margin-top : 0;
}

h3 {
	font-size : 13px;;
	color : #848484;
	font-weight : normal;
	padding : 0;
	margin : 0;
}

hr {
	border : 1px dotted #848484;
	height : 1px;
	width : 100%;
}

li {
	list-style : disc;
}

#Footer {
	width : 900px;
	font-size : 10px;
	color : #848484;
	text-align : left;
	height : 25px;
	line-height : 25px;
	clear : both;
}

a.footer {
	color : #848484;
}

a.footer:visited {
	color : #848484;
}

a.footer:hover {
	color : #D8007F;
	text-decoration : underline;
}

a.footer:active {
	color : #D8007F;
	text-decoration : underline;
}