body
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	background: white;
	}


#PageWrapper
	{
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	/* border-width: 1px; */
	/* border-style: solid; */
	/* border-color: #820054; */
	}


#Menu
	{
	float:left;
	width: 181px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	}
#Menu ul
	{
	list-style: none;
	margin: 50px 0px 0px 0px;
	padding: 0px;
	}
#Menu a
	{
	display: block;
	/* border-width: 1px; */
	/* border-style: solid; */
	/* border-color: #ffffff; */
	margin: 0px;
	padding: 10px 5px 10px 20px;
	color: #CC99CC;
	/* background: #5f8a2e; */
	text-decoration: none;
	}
#Menu a:hover
	{
	/* color: #5f8a2e; */
	color: white;
	background: #CC99CC;
	/* #CC99CC */
	}

#Menu li
	{
	position: relative;
	padding-left: 10px;
	}

#Menu ul ul
	{
	position: absolute;
	top: 0;
	left: 100%;
	width: 12em;
	font-size:12px;
	}
div#Menu ul ul
	{
	display: none;
	}
div#Menu ul li:hover ul
	{
	display: block;
	}
/* All complient browsers work upto here, the IE fix is a conditional statement in a php include */


#PageContent
	{
	width: 460px;
	margin: 100px 15px 10px 10px;
	padding: 10px 10px 10px 10px;
	float: right;
	/* border-width: 1px;
	border-style: solid;
	border-color: #000000;  */
	color: #666666;
	}
#PageContent h1
	{
	margin-top: 0px;
	padding-top: 0px;
	color: #CC99CC;
	font-size: 16px;
	}
#PageContent h2
	{
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #CC99CC;
	font-size: 14px;
	}
#PageContent p
	{
	padding-right: 50px;
	}


#Footer
	{
	clear:both;
	text-align:center;
	font-size: 10px;
	color: #CC99CC;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#Footer a
	{
	color: #CC99CC;
	text-decoration: none;
	}

#FooterPhoto
	{
	clear:both;
	width:800px;
	text-align:center;
	}
#netneo
	{
	width:100%;
	display:none;
	}

#quote p
	{
	padding-left: 20px;
	padding-right: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #DBDBDB;
	}

.highlight
	{
	color: #CC99CC;
	font-weight: bold;
	}

