body
{
	margin: 20px 0 20px 0;
	font-family: Arial, sans-serif;
	color: #333;

	background: #fff url(../images/bg.jpg) no-repeat;
	
	text-align: center;
}

body, td, th, input, select, textarea
{
	font-size: 12px;
}

.float-right {
	float: right;
}

.center {
	text-align: center;
}

h1, h2, h3, h4, h5, h6
{
	margin: .5em 0 1em 0;
	padding: 0;

	color: #005998;
}

h1
{
	margin-top: 0;
}

h1, h2, h3
{
	font-weight: normal;
}

h3
{
	padding-bottom: 0;
	margin-bottom: 5px;
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.2em;
}

p {
	line-height: 1.6em;
	margin-right: 200px;
}

a:link, a:visited
{
	color: #1e4c98;
	text-decoration: none;
}

a:hover, a:active
{
	color: #00236a;
	text-decoration: underline;
}

img
{
	border: 0;
}

#page
{
	margin: 0 auto;
	width: 790px;
	
	text-align: left;
	
	background: #fff;
	border-top: 4px solid #005998;
}

#page div.inner {
	margin: 10px;
	background: url(../images/logo.png) top right no-repeat;
}

#footer {
	margin: 20px -10px -10px -10px;
	background-color: #eee;
	
	padding: 10px;
}


#footer p {
	margin: 0;
	padding: 0;
}



fieldset {
	border: 0;
	margin: 0 0 15px 0;
	padding: 5px;
	
	background-color: #E9EDF3;
}

fieldset legend {
	margin: 0 0 10px 0;
	padding: 0;
	color: #bf3706;
	font-size: 14px;
}

fieldset label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

fieldset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

fieldset ul li {
	margin-bottom: 10px;
}

fieldset ul.col-3 li {
	width: 33%;
	float: left;
}

fieldset ul.col-3 li.colspan-2 {
	width: 66%;
}

input.text,textarea,select {
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background: #fff url(../images/form/input-bg.png) repeat-x top;
	padding: 4px;
}

textarea {
	height: 4em;
	width: 98.5%;
}

textarea.content {
	height: 500px;
}

input.text, select {
	width: 220px;
}

input.wide {
	width: 98.5%;
}

input.text-short {
	width: 3em;
	text-align: center;
}

input.button,a.button {
	border-left: 1px solid #b2ccf1;
	border-top: 1px solid #b2ccf1;
	border-right: 1px solid #4d83c1;
	border-bottom: 1px solid #4d83c1;
	
	background: #e9f1fd url(../images/form/button-bg.png) repeat-x bottom;
	color: #00357c;
	font-weight: bold;
	padding: 3px;
}

a.button {
	text-decoration: none;
}

input.button:active {
	border-left: 1px solid #4d83c1;
	border-top: 1px solid #4d83c1;
	border-right: 1px solid #b2ccf1;
	border-bottom: 1px solid #b2ccf1;
}

input.text:focus,select:focus,textarea:focus {
	border-left: 1px solid #4d83c1;
	border-top: 1px solid #4d83c1;
	border-right: 1px solid #b2ccf1;
	border-bottom: 1px solid #b2ccf1;
}

span.required {
	font-weight: bold;
	color: #cd0000;
}

fieldset p {
	margin-bottom: 0;
	line-height: 1.7em;
}

input.checkbox {
	float: left;
}

p.error {
	color: #cd0000;
	font-size: .9em;
	
	margin-bottom: 0;
	padding-top: .3em;
	
	font-weight: bold;
}

