@charset "ISO-8859-1";
/* CSS Document */


/* BASE PAGE PROPERTIES
----------------------------------------------------*/

body, td, th {
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	background-color: #FFF;
	margin: auto;
	width: 1024px;
}
h1, h2, h3 {
	color: #db5f43;
	text-transform: uppercase;
}
h2, h3 {
	text-transform: none;
}
a {
	color: #dd5532;
	font-weight: bold;
}
p {
	line-height: 1.62;
}
ul {
}
li {
	line-height: 1.38;
}
th {
	text-align: left;
}

/* LAYOUT REGIONS
----------------------------------------------------*/

#container {
	float: left;
}
	#header {
		float: left;
	}
		#header img {
			float: left;
		}
	#bar {
		clear: both;
		float: left;
	}
	#main {
		float: left;
		clear: both;
		}
		#navigation {
			float: left;
			width: 247px;
		}
		#info {
			width: 778px;
			float: left;
		}
			#text {
				width: 396px; /* 466px minus padding, margin */
				padding: 25px 35px 50px;
				float: left;
			}
				#text table td, #text table th {
					border-top: 1px solid #999;
				}
			#textimage {
				width: 311px;
				float: left;
			}
	#footer {
		float: left;
		clear: both;
	}


/* CUSTOM CLASSES
----------------------------------------------------*/
.footnote {
	font-size: small;
	line-height: normal;
	color: #666;
}
.required {
	color: #F00;
}
.blue {
	color: #06C;
}