body {

	background-image: url(bgdip.jpg);
	background-repeat: no-repeat;
	background-position: absolute;
	left:0; 
	top:0;
	
	}

p.title {
		font-family: Times New Roman;
		font-size: 15px;
		font-color: red;
		font-variatioin: italize;
	}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: green;
color: White;
float: right;
width: 100%;
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: green;
color: white;
text-decoration: none;
float: right;
border-left: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #31b231;
color: white;

}

p.cond {

		font: 15px Verdana;
		color: green;
		margin: 0;
		font-weight: bold;
	}

p.condsub {
		font: 12px Verdana;
		color: #000;
		margin-left: 20px;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0;
		font-weight: normal;
	}


a:link.condsub {
		font: 12px Verdana;
		color: #000;
		margin-left: 20px;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0;
		font-weight: normal;
		text-decoration: underline;
		
	}

a:hover.condsub {
		font: 12px Verdana;
		color: #000;
		margin-left: 20px;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0;
		font-weight: bold;
		text-decoration: underline;
		
	}
a:active.condsub {
		font: 12px Verdana;
		color: #000;
		margin-left: 20px;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0;
		font-weight: normal;
		text-decoration: underline;
		
	}

a:visited.condsub {
		font: 12px Verdana;
		color: #000;
		margin-left: 20px;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0;
		font-weight: normal;
		text-decoration: underline;
		
	}

