﻿h1{font-family: "arial black", georgia; font-weight: bold;text-align: center; color: #black; line-height: 95%; font-size: 32px;}
h2{font-family: "arial", georgia; color: black; font-size: 18px; line-height: 95%}
h3{font-family: "arial", georgia; font-size: 14px; line-height: 95%}
p{font-family: "arial", georgia; font-size: 14px; text-align: left;}


#container {position: relative;
	width: 800px; height: 1200px;
	margin: auto; 
	padding: 0 0; 
	background-position: left top;
    background-repeat:  no-repeat;
	border: 1px solid black;}

#navigation {position: absolute;
	top: 1px; right: 1px;
	margin-left: 480;
	text-align: center;
	width: 225px;
	height: 900px;
	background: #D4E7B2;
	padding: 20px;}	

#pageheader {position: absolute;
background-image: url(images/azureblue.png);
	background-repeat: repeat;
	top: 1px; left: 1px;
	width: 520px;
	height: 150px;
	padding: 15px;}
	
#content {position: absolute;
	top: 180px; left: 10px;
	width: 500px;
	height: 400px;
	padding: 10px}


a.button {text-decoration: none;
 font-family: "verdana", georgia; 
 font-size: 14px; text-align: left;
 display: block; width: 210px;
	background-color: #99CC66;
	color: #black;
	 border-width: 4px;
	 border-style: solid;
	 border-top-color:#DFDFDF;
	 border-right-color: #666;
	 border-bottom-color: #333;
	 border-left-color: #858585;
	 padding: 2px;}


	
#participants {position: absolute;
 margin-left: 10px; top: 550px;
	width: 275px;
	padding: 20px;
	height: 175px;}


#footer {
	position: absolute;
	top: 850px;
	left: 0px;
	background:#99CC66;
	width: 792px;
	padding: 5px;}
