/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
	color : white;
	background-color : rgb(255,255,255);
	background-image : url(images/valp.jpg);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat;
}

	
h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}



/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	max-width:45em;
}

a:link, a:visited, a:active 
{
	color:#000099 ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	text-decoration: none
	}

a:hover {
	color:#990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	text-decoration: none}


ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : left;
	background-image : url(images/filter.gif);
	border : thin solid rgb(0,0,0);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	}

.menu a
{ 
	color: #000099;
	background-color : inherit;
	text-decoration: none;
}

.menu a:hover
{
	color:#990000;
	text-decoration: none;
}


.menu strong
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.95em;
	text-decoration: none;
}

.menu h2
{
	color:#990000;
}	

.other
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	text-align : left;
	background-image : url(images/filter.gif);
	border : thin solid rgb(0,0,0);
	color:#000000;
	}

.other h2
{
	color:#990000;
}	

.contentText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #000000;
	background-image: url(images/filter.gif);
	border : thin solid;
}

.contentText h2
{
	color:#990000;
}

.contentText td
	{
	position: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000
		}
.footer
{
	background-image : url(images/filter.gif);
	}

.footer a:link
{
	color: #0000FF;
}