body
{
	background-color: #FFF;
	border-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
}

*
{
	margin: 0px;
	padding: 0px;
}

/* ---------- Block elements ---------- */
h1
{
	font-size: 22px;
	font-weight: bold;
	color: #009;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	color: #009;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: #009;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
}

p
{
	color: #333;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	line-height: 14px;
	text-align: left;
	font-size: 12px;
}

#footer p
{
	color: #009;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size: 10px;
	text-align: center;
}

a, a:link, a:active, a:visited
{
	color: #009;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size: 12px;
	text-decoration: underline;
}

a:hover
{
	color: #009;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size: 12px;
	text-decoration: none;
}

#navbar p
{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#navbar a, a:link, a:active, a:visited
{
	color: #FFF;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	border-width: 0;
	border-style: none;
	margin: 0px 10px 0px 10px;
	width: auto;
}

#navbar a:hover
{
	color: #039;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
	background-color: #ccf;
	margin: 0px 10px 0px 10px;
	width: auto;
}

#footer a, a:link, a:active, a:visited
{
	color: #009;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size: 10px;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#footer a:hover
{
	color: #009;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size: 10px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/* ---------- Table and div ID's ---------- */
#header
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#logo
{
	margin: 0px auto 0px auto;
	width: 414px;
	height: 110px;
	padding: 0px;
}

#navbar
{
	background-color: #009;
	background-image: url(../images/nav_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-width: 1px 0 1px 0;
	border-style: solid none solid none;
	height: 23px;
	border-color: #006;
	text-align: center;
	padding: 7px 0px 0px 0px;
}

#content
{
	width: 700px;
	background-color: none;
	padding: 10px;
	margin: 10px auto 10px auto;
	border-right: #009;
	border-left: #009;
	border-width: 0px 1px 0px 1px;
	border-style: none dashed none dashed;
}

#textframe
{
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#formresult
{
	margin: 0px;
	padding: 0px 10px 0px 0px;
	height: 400px;
}

#formresult a, a:link, a:active, a:visited
{
	color: #009;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size: 12px;
	text-decoration: underline;
}

#formresult a:hover
{
	color: #009;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size: 12px;
	text-decoration: none;
}

#textframe a, a:link, a:active, a:visited
{
	color: #009;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size: 12px;
	text-decoration: underline;
}

#textframe a:hover
{
	color: #009;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size: 12px;
	text-decoration: none;
}

#imageframe
{
	float: right;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	text-align: center;
}

#fullframe
{
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border-color: #009;
	border-width: 1px 0px 1px 0px;
	border-style: solid none solid none;
	clear: both;
	height: 20px;
}

#footer
{
	border-color: #006;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	padding: 5px;
	margin: 10px 10px 0px 10px;
	clear: both;
}

.ftext
{
	color: #009;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	line-height: 14px;
	text-align: left;
	font-size: 10px;
}

.error
{
	color: #F00;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}

.success
{
	color: #039;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	font-weight: bold;
}
