body {
	font:	14px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background:#ddd;
	margin:10px 10px 0px 10px;
	padding:0px;
	}
	
a {
	text-decoration:underline;
	font-weight:bold;
	color:#3399FF;
	}

a:hover {
	color:#3366FF;
	}

pre {
	font-size:11px;
	color:blue;
	}
	
ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}

h1 {
	font-size:24px;
	padding-top:10px;
	color:#3399FF;
	}
	
h2 {
	font-size:18px;
	padding-top:10px;
	color:#3399FF;
	}

h3 {
	font-size:16px;
	padding-top:10px;
	color:#3399FF;
	}

h4 {
	font-size:14px;
	padding-top:10px;
	color:#3399FF;
	}

h5 {
	font-size:14px;
	padding-top:10px;
	color:#3399FF;
	}

h6 {
	font-size:14px;
	padding-top:10px;
	color:#3399FF;
	}
	
fieldset {  
	float: left;  
	clear: both;  
	width: 100%;
	margin: 0 0 1.5em 0;  
	padding: 0;  
	border: 1px solid #BFBAB0;  
	background-color: #F2EFE9; 
}

legend {  
	margin-left: 1em;  
	padding: 0;  
	color: #000;  
	font-weight: bold; 
}

fieldset ol {  
	padding: 0 1em 0 1em;  
	list-style: none; 
} 

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	/*padding-bottom: 1em; */
	
} 

fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 12em;
	background-color: transparent; 
}

label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;
	border-bottom: 1px #999999 dashed;
}

#leftcontent {
	position: absolute;
	left:10px;
	top:95px;
	width:200px;
	background:#3399FF;
	border:1px solid #000;
	}
/*
#leftcontent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: none;
	text-transform: none;
	font-weight: lighter;
	display: block;
	border: 1px solid ;
	padding: 4px;
}

#leftcontent a:link { 
    color: rgb(255,255,255);
    text-decoration: none
 }

#leftcontent a:visited { 
    color: rgb(255,255,255);
    text-decoration: none 
 }

#leftcontent a:active { 
    color: rgb(255,255,255);
    text-decoration: none 
 }

#leftcontent a:hover { 
    color: #3399FF;
    background: rgb(255,255,255);
    text-decoration: none 
 }
*/
#centercontent {
	background:#fff;
	margin-left: 209px;
	margin-right:209px;
	border:1px solid #000;
	padding:0px 10px 10px 10px;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	*/
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 211px;
	margin-right:211px;
	}

#rightcontent p {
	margin-top:		0px;
	padding-top:	0px;
	}
	
html>body #centercontent {
	margin-left: 211px;
	margin-right:211px;
	}

#rightcontent {
	position: absolute;
	float: right;
	right:10px;
	top:95px;
	width:200px;
	background:#ddd;
	border:0px;
	}

#banner {
	background:#fff;
	height:75px;
	margin-bottom:10px;
	border:1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 74px;
	margin-bottom:9px;
	}
html>body #banner {
	height:75px;
	}
	
#footer {
	border-top: 1px solid #000;
	text-align: center;
	font-size:10px;
	padding: 10px;
	}

#banner h1 {
	font-size:36px;
	padding:10px 10px 0px 210px;
	margin:0px;
	}

#rightcontent p {
	font-size:10px
	}

td {
	padding: 5px;
}

#tableheader {
	background-color:#CCCCCC;
	font-weight:bold;
	text-align:center;
}
