body {
	background-color: #fff;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: small;
	background-image: url(images/BGGradient.png);
	background-repeat: repeat-x;
}

a:link {
	color: #f99911;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a img {
	text-decoration: none;
	border: none;
}

h1 {
	font-size: 160%;
	color: #7e929f;
}

p {
	display: inline-block;
}

img#logo {
	padding-bottom: 25px;
}

.orange {
	color: #f99911;
}

.smalltext {
	font-size: 80%;
	color: #7e929f;
}

#mid ul {
	margin-bottom: 0;
}

#page {
	margin: 0 auto;
	width: 648px;
}

#container {
	position: absolute;
	top: 20px;
	left: auto;
	width: 648px;
	z-index: 2;
}
#top {
	background: url(images/containertop.png) no-repeat;
	width: 648px;
	height: 27px;
	margin-top: 30px;
}
#mid {
	background: url(images/containermid.png) repeat-y;
}
#bottom {
	background: url(images/containerbottom.png) no-repeat;
	width: 648px;
	height: 30px;
}

#header {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border: 1px solid #fff;
	margin: 0 20px;
}

#content {
	margin: 0 20px;
}

#footer {
	margin: 10px auto 10px;
	text-align: center;
	font-size: 90%;
}

#resource h3 {
	font-size: 100%;
	margin-top: 3px;
	text-align: center;
}

#resource h3 a {
	font-weight: bold;
	border: 1px solid #c8c8c8;
	padding: 2px 5px;
	display: block;
	color: #f99911;
	background-color: #eee;
}

#resource h3 a:hover {
	color: #0066cc;
	background-color: #f9f9f9;
	border-style: dotted;
}

td, th {
	vertical-align: top;
	padding-bottom: 10px;
}

table td#form {
	width: 70%;
}

table th {
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
	width: 130px;
}

table#faq th, table#faq td {
	vertical-align: top;
	text-align: left;
}

table#faq th.leftcolumn {
	width: 5%;
}

table#faq {
	text-align: left;
	width: 100%;
}

table#faq td {
	padding-bottom: 20px;
}

input.flav, textarea.flav {
	width: 250px;
	margin: 0;
	border: 1px solid #c8c8c8;
	padding: 5px 3px;
	color: #666;
	background-color: #f9f9f9;
}

input.flav2 {
	border: 1px solid #c8c8c8;
	padding: 5px 3px;
	color: #666;
	margin: 0;
	color: #666;
	background-color: #f9f9f9;
}
