body {
	margin: 0;
	margin-top: 1px;
	padding: 0;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
img {
	border: 0;
}
h1, h2 {
	font-size: 120%;
	margin-top: 0px;
}

/* common background color */
#topnav, #left, #right, #footer {
	background-color: #0099c3;
}

.container {
	margin: auto;
	width: 900px;
	text-align: left;
	border-bottom: 1px solid white; /* FF1 fix */
}
.containerbg {
	background-image: url(/images/bgc.gif)
}

#headerleft {
	float: left;
	/*width: 400px;*/
	padding-top: 15px;
}
#headerleft a {
	font-size: 200%;
	color: #0099c3;
	font-weight: bold;
	text-decoration: none;
}
#headerright {
	float: right;
	width: 600px;
	text-align: right;
}
#headerright a {
	margin-left: 1px;
}

#topnav, #footer {
	text-align: center;
}
#topnav a, #footer a {
	color: white;
	text-decoration: none;
	padding: 0px 0.5em;
	line-height: 200%;
}
#topnav a:hover, #footer a:hover {
	color: #ff9000;
}

#left {
	width: 160px;
	float: left;
}
#left h2 {
	font-size: 100%;
	margin: 0px;
	padding: 3px 0px 3px 3px;
}
#left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 1em;
}
#left li {
	margin: 0px;
	padding: 0px;
}
#left li a {
	display: block;
	text-decoration: none;
	color: #EEEEEE;
	padding-left: 12px;
}
* html #left li a { /* IE fix */
	width: 100%;
}
#left li a:hover {
	background-color: #FF9000;
	color: #FFFFFF;
}

#center {
	width: 560px;
	float: left;
}

#content {
	padding: 10px;
}

#right {
	width: 160px;
	float: right;
}

.clear {
	clear: both;
}

.image {
	float: left; 
	width: 45%;
	margin: 1px;
	border-top: 1px solid #CCCCCC;
}
.image h2, .image img, .image p {
	padding: 0px 10px;
	margin: 4px 0px;
}

.image form {
	margin: 10px 0;
	text-align: center;
}
