body 
	{
	background-color: white;
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#logo, #nav, #sidenav, #content, #popup
	{
	position: absolute;
	}

a
	{
	text-decoration: none;
	}

#logo
	{
	top: 0px;
	left: 0px;
	width: 800px;
	}
	
#logo2
	{
	top: 0px;
	left: 0px;
	}

#nav
	{
	top: 89px;
	left: 184px;
	color: #999;
	font-weight: bold;
	}

#nav a
	{
	color: #5D8B01;
	font-weight: bold;
	}
	
#nav a:hover
	{
	color: #A7D200;
	}
	
#sidenav
	{
	top: 168px;
	left: 0px;
	width: 134px;
	text-align: right;
	}
	
#sidenav a, #popup a:hover
	{
	color: #999;
	}
	
#sidenav a:hover, #popup a
	{
	color: #A7D200;
	}
	
#content
	{
	top: 168px;
	left: 184px;
	width: 550px;
	}

#content a
	{
	color: #5D8B01;
	}
	
#content a:hover
	{
	color: #A7D200;
	}

#popup
	{
	top: 120px;
	left: 80px;
	width: 450px;
	}
	
#popup p
	{
	padding: 0;
	margin: 0 0 18px; 0;
	}


h1
	{
	font-size: 17px;
	padding: 0 0 0 0;
	margin: 0 0 35px 0;
	}

h2
	{
	font-size: 15px;
	margin: 0 0 15px 0;
	padding: 0;
	}

p
	{
	padding: 0 0 0 0;
	margin: 0 0 35px 0;
	}