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

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

a:visited {
	text-decoration: none;
}

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

h2 {
	font-size: 120%;
	color: #7e929f;
}

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

.orange {
	color: #f99911;
}

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

#container {
	margin: 0 auto;
	margin-top: 30px;
	width: 600px;
	background: #fff;
	border: 1px solid #666;
	padding: 20px;
	padding-bottom: 4px;
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 42px;
}

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

#footer a {
	color: #fff;
}

#footer a:hover {
	border-bottom: 1px dotted #fff;
}

#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;
}

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

table#front td#form {
	width: 70%;
}

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

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

table#faq {
	text-align: left;
}

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: #000;
	background-color: #f9f9f9;
	font-weight: bold;
}


