body { 
	margin:0px; 
	padding:0px; 
	font-family:Arial,Helvetica,sans-serif; 
	width:100%; 
	background-color:silver; 
	}

#pframe { 
	width:1024px; 
	max-width:1024px; 
	height:768px; 
	overflow:auto; 
	margin:0px auto; 
	padding:0px; 
	background-color:#EAEDC5; 
	color:#000000;
	}

#header { 
	position:relative;	
	color:#000000; 
	font-weight:bold;	
	height:120px; 
	margin:0px; 
	padding:0px; 
	left:0px; 
	vertical-align:middle; 
	text-align:center;
	font-size:3em; 
	text-decoration:none;
	width:1024px;
	}

#navbar, #pcontent {
	padding-top:5px;
	}

/* navigation layout */
 /* navigation column */
#navbar { 
	float:left; 
	width:150px; 
	text-align:center; 
	padding:5px;
	}

 /* navigation entries */
#navbar a {
	display:block; 
	font-weight:bold; 
	font-size:0.8em; 
	color:#AAAAAA;
	background-color: #FFFFFF;
	border: 2px solid #BBBBBB;
	text-decoration: none;
	width: 150px;
	line-height:3em;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 10px;
	}

#navbar a:hover {
	color:#FFFFFF;
	background-color: #AAAAAA;
	}

/* content section */
#pcontent { 
	width:784px; 
	overflow:auto; 
	margin:0px auto; 
	padding-left:20px; 
	padding-right:20px;
	}
/* level 1 heading in content section, moved to header section! */
#header h1 {
        position:relative;
	font-size:0.6em;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:20px;
	text-align:center;
	}

/*level 2 heading in content section */
#pcontent h2 {
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	margin-bottom:10px;
	margin-top:0px;
	}

/* paragraph in content section */
#pcontent p { 
	font-size:1em; 
	text-decoration:none; 
	font-weight:normal;
	text-align:justify;
	margin-top:0px;
	margin-bottom:5px;	
	}
#pcontent p .notice {
	font-weight:bold;
	text-transform:uppercase;
}


/* link in content sections */
#pcontent a {
	font-weight:bold;
	color:#0000FF;
	text-decoration:none;
	}
#pcontent a:hover {
	text-decoration:underline;
	}

/* picture on home page */
#homeimage {
 display:block;	
	width:650px;
		margin:0px auto 10px auto;
		}

/* list terms of use */
#terms {
	font-size:0.95em;
	font-weight:bold;
	text-decoration:none;
	list-style-type:decimal;
	}
/* list terms of use entries */
#terms li {
	font-size:0.95em;
	margin-bottom:3px;
	font-weight:normal;
	text-decoration:none;	
	}
/*registration procedure */

/* registration procedure list */
#registration {
	font-size:0.95em;
	font-weight:bold;
	text-decoration:none;
	list-style-type:decimal;
	}

/* item procedure list */
#registration li {
	font-size:0.95em;
	margin-bottom:5px;
	font-weight:bold;
	text-decoration:none;	
	}

/* subparagraphs in proceedure list */
#registration li p {
	font-weight:normal;
	}

/* registration form*/
form {
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
	}
fieldset {
	border:solid 2px #BBBBBB;	
	}


