body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 10px;
	z-index: 0;
	font-family: Arial, serif;
	font-size: 12pt;
}
img {
	border: 0;
}
p {
	margin: 0 0 10px 0;
}
h1 {
	margin: 0 0 10px 0;
	font-family: Georgia, serif;
	font-size: 14pt;
}
h2 {
	margin: 0 0 10px 0;
	font-family: Georgia, serif;
	font-size: 12pt;
}
td.header {
	font-weight: bold;
	font-size: 10px;
}
div.badsubmit {
	padding: 2px;
	background-color: #FFFFE0;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	color: #FF0000;
	font-weight: bold;
}
.baditem {
	color: #FF0000;
}

.subtext {
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

#layoutframe {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 750px;
	max-width: 1000px;
}
	#layoutframe #header {
		position:relative;
		height: 154px;
		background: url("images/layout-top.jpg") repeat-x 0 0;
	}
		#layoutframe #header #top-left {
			position: relative;
			float: left;
			width: 570px;
			height: 154px;
			background: url("images/layout-topleft.jpg") no-repeat 0 0;
		}
		#layoutframe #header #top-right {
			position: relative;
			float: right;
			width: 34px;
			height: 154px;
			background: url("images/layout-topright.jpg") no-repeat 0 0;
		}
		#layoutframe #header #menu {
			position: absolute;
			top: 132px;
			right: 12px;
			height: 14px;
			overflow: hidden;
			white-space: nowrap;
			font-family: Arial,sans-serif;
			font-size: 12px;
			font-weight: bold;
			padding: 3px;
		}
			#layoutframe #header #menu a.menuitem:link {
				text-decoration: none;
				color: #FFFFFF;
				height: 14px;
				padding: 3px 5px;
			}
			#layoutframe #header #menu a.menuitem:active {
				text-decoration: none;
				color: #000000;
				height: 14px;
				padding: 3px 5px;
			}
			#layoutframe #header #menu a.menuitem:visited {
				text-decoration: none;
				color: #FFFFFF;
				height: 14px;
				padding: 3px 5px;
			}
			#layoutframe #header #menu a.menuitem:hover {
				text-decoration: none;
				color: #000000;
				background-color: #76B1E7;
				height: 14px;
				padding: 3px 5px;
			}
	#layoutframe #main-left {
		position: relative;
		background: url("images/layout-left.jpg") repeat-y 0 0;
		background-color: #FFFFFF;
		padding-left: 11px;
	}
	#layoutframe #main-right {
		position: relative;
		background: url("images/layout-right.jpg") repeat-y 100% 0;
		background-color: #FFFFFF;
		padding-right: 11px;
	}
	#layoutframe #mainbg {
		position: absolute;
		width: 430px;
		height: 355px;
		background: url("images/layout-bgstar.jpg") no-repeat 100% 0;
	}
	#layoutframe #main {
		position: relative;
		color: #000000;
		z-index: 10;
		min-height: 375px;
		height: auto !important;
		height: 375px;
		padding: 25px 30px 0px 50px;
	}
		/* IE HACK */
		/* Hides from IE-mac \*/
		* html #main {height: 1%;}
		/* End hide from IE-mac */
		/* END IE HACK */

		#layoutframe #main-end {
			content: ".";
			display: block;
			height: 0px;
			clear: both;
			visibility: hidden;
		}
	#layoutframe #footer {
		position:relative;
		height: 47px;
		background: url("images/layout-bottom.jpg") repeat-x 0 0;
		clear: both;
		text-align: center;
		font-family: Arial, sans-serif;
		font-size: 10px;
	}
		#layoutframe #footer #bottom-left {
			position: relative;
			float: left;
			width: 34px;
			height: 47px;
			background: url("images/layout-bottomleft.jpg") no-repeat 0 0;
		}
		#layoutframe #footer #bottom-center {
			position: relative;
			padding-top: 20px;
		}
		#layoutframe #footer #bottom-right {
			position: relative;
			float: right;
			width: 34px;
			height: 47px;
			background: url("images/layout-bottomright.jpg") no-repeat 0 0;
		}

div.pagebody {
	background-color: #FFFFFF;
	margin: 0 -10px;
	padding: 5px 0 0 0;
	z-index: 10;
}

table.contact {
	margin-bottom: 20px;
}
	table.contact td {
		vertical-align: top;
		padding-bottom: 20px;
	}
ul.contact {
	list-style: none;
	padding: 0px;
	margin: 0px 50px 20px 0px;
}
	ul.contact li {
		padding-left: 4px
	}
		ul.contact li.title {
			padding-left: 0px;
			font-weight: bold;
		}
