/*	PAGE LAYOUT */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5;
	background-color: #f2ffb9;
}

#leftcolumn {
  	margin: 5px;	
	padding: 0px 0px 0px 0px;
	float: left;
	background-color: #f2e069;
	border: none;
	width: 168px;
}

#navigation {
	margin: 5px 5px 0px 5px;
	width: 150px;
	padding: 4px;
	background-color: #f2e069;
	border: none;
}

.subnavig {
	margin: 0px 0px 0px 35px;
	width: 114px;
	padding: 0px;
	text-align: right;
	line-height: 10px;
}
	
#centercontent {
	margin: 5px 5px 0px 180px;	
	padding: 0px 5px 0px 5px;
	border: none;
	min-width: 672px;
/*	max-width: 856px; 
	width: 672px; */
}
	
#bottom {
	  padding: 5px;
	  margin: 5px 5px 0px 5px;
	  clear: both;
}

/*  NAVIGATION BAR*/
#navigation a {
	margin: 0px;
	padding: 3px 10px;
	color: #ff3300;
	text-decoration: none;
	font-weight: bold;
 	background-color: #f2ffb9;
	border: 2px groove #ff3300;
	display: block;
}

#navigation a:hover {
	padding: 3px 10px;
	color: #f2ffb9;
	background-color: #ff3300;
	border: 2px groove #f2ffb9;
}

#navigation em {
	padding: 3px 10px;
	border: 2px solid #fff;
	background-color: #f2ffb9;
	border: 2px groove #ff3300;
	display: block;
}

#navigation p {
	margin: 0px;
	padding: 3px 10px;
	color: #ff3300;
	font-weight: bold;
 	background-color: #f2ffb9;
	border: 2px groove #ff3300;
	display: block;
}

#navigation div.subnavig a {
	margin-top: 3px;
	padding: 3px 10px;
	color: #f2ffb9;
	text-decoration: none;
	font-weight: normal;
	background-color: #ff3300;
	border: 2px groove #f2ffb9;
	display: block;
	width: 114px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 90px;
}
	
#navigation div.subnavig a:hover {
	padding: 3px 10px;
	color: #ff3300;
	background-color: #f2ffb9;
	border: 2px groove #ff3300;
	width: 114px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 90px;
}
	
#navigation div.subnavig em {
	margin-top: 3px;
	padding: 3px 10px;
	border: 1px solid #fff;
	background-color: #ff3300;
	border: 2px groove #f2ffb9;
	display: block;
	width: 114px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 90px;
}	

/* FORMATTING */
a {
	color: #ff3300;
	text-decoration: none;
}	
	
a:hover {
  	background-color: #ff3300;
	color: #f2ffb9;
}	

.middle {
	text-align: center;
}
	
.indent {
  padding-left: 8px;
	}					
				
h1 {
	font-size: 24px;
	font-family: "Comic Sans MS", Verdana, sans-serif;
	color: #ff3300;
	background-color: #f2e069;
	text-align: center;
	margin: 0px;
}

h2 {
 	font-size: 18px;
 	font-family: Verdana, sans-serif;
 	font-weight: bold;
 	text-align: center;
	line-height: 22px;
	color: red;
}
		
h3 {
	font-weight: bold;
	font-size:14px;
	color: #000;
	padding: 2px;
	margin:2px;
	text-decoration: underline;
}
		
h4 {
	margin-top: 0;
	font-style: italic;
	font-size: 12px;
}
	
h5 {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
}
	
p {
	margin:5px;
	text-align: justify;
}

hr {
	color:#cc6;
	height: 4px;
	background-color: #cc6;
}
	 
table.position td {
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
	 
table.data td {
	background-color: #f2ffb9;
	padding: 6px 6px;
	font-size: 10px;
	border: 1px solid #cc6;
}
		
th {
	background-color: #cc6;
	color: #000;
	font-size: 10px;
	border: 0px solid #000;
}
		
th.left {
	text-align: left;		
}
	 				
td.centre {
	text-align: center;		
}

em {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}
	 
img, a img {
	border: none;
	margin: 0px 10px;
}
	 
table img {
	margin: 0px;
}	 

usemap {
	display: none;
}

