*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #880044;
	font: normal 13px "Comic Sans MS";
	color: #FFF;
	text-align: center;
	margin: 20px;
}

hr
{
	background-color: #DCDCDC;
	color: #EAEEEE;
	height: 1px;
	border: 0;
	margin-bottom: 15px;
}

ul
{
	margin: 10px 15px;
}

li
{
	line-height: 1.2em;
	padding: 5px 0;
}

ul.shortcuts
{
	list-style-type: none;
	margin-left: 0;
}

img
{
	border: 0;
	vertical-align: middle;
}

a:link,
a:hover
{
	color: #EA8C00;
}

a:active
{
	color: #880044;
}

a:visited
{
	color: #EA8C00;
}

div#header,
div#content
{
	margin: 0 auto;
}

div#header
{
	position: relative;
	width: 737px;
}

div#header h1
{
	font-size: 1.85em;
	font-weight: bold;
	text-align: center;
}

div#header h1 span
{
	font-size: 0.7em;
}

div#header img
{
	display: block;
	position: absolute;
	z-index: 1000;
	top: 18px;
	left: -60px;
	width: 128px;
	height: 77px;
	visibility: visible;
}

div#header p.head_office
{
	font-size: 0.8em;
	line-height: 1.8em;
}

div#header span.email
{
	color: #FFB951;
}

div#content
{
	background-color: #FFF;
	font-family: arial;
	color: #000;
	text-align: left;
	margin-top: 20px;
	padding: 10px;
}

div#content h1,
div#content h2
{
	font-weight: bold;
	font-size: 1.1em;
	font-variant: small-caps;
	text-align: left;
	margin-bottom: 10px;
	padding: 5px;
}

div#content h1
{
	background-color: #FFB951;
}

div#content h2
{
	background-color: #EAEEEE;
}

div#content p
{
	text-align: justify;
	padding: 5px 0;
}

div#content p.form_msg,
div#content p.form_msg_error
{
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

div#content p.form_msg
{
	color: #008000;
}

div#content p.form_msg_error
{
	color: #FF0000;
}

div#content div.area
{
	width: 45%;
}

div#content div.left
{
	float: left;
}

div#content div.right
{
	float: right;
	padding-left: 10px;
}

div#content form
{
	margin: 15px 0;
}

div#content form.center,
div#content div.center
{
	margin-left: auto;
	margin-right: auto;
}

div#content form.login
{
	width: 50%;
}

div#content form.subscribe,
div#content form.account
{
	width: 80%;
}

div#content form.support
{
	width: 80%;
}

div#content form p.submit
{
	text-align: center;
	margin: 5px 0;
}

div#content fieldset
{
	border: 1px solid #DCDCDC;
	text-align: left;
	padding: 10px;
}

div#content fieldset p
{
	float: left;
	line-height: 1.5em;
	width: 50%;
	padding: 5px 0;
}

div#content input,
div#content select,
div#content textarea
{
	font: normal 13px Arial;
	padding: 2px;
}

div#content input.text_field,
div#content input.file_field,
div#content textarea
{
	width: 90%;
}

div#content input.error_field,
div#content select.error_field,
div#content textarea.error_field
{
	background-color: #FF6464;
	color: #FFF;
	font-weight: bold;
}

div#content input.submit_field
{
	cursor: pointer;
	padding: 2px;
}

div#content input.jump
{
	margin-top: 5px;
}

div#content div.support
{
	margin-top: 20px;
}

div#content div.support p
{
	line-height: 1em;
}

div#content p.new_message
{
	border-top: 1px solid #008080;
	margin-top: 10px;
	padding-top: 10px;
}

div#content p.new_message a
{
	color: #FF0000;
	text-decoration: none;
}

div#content p.new_message img
{
	vertical-align: middle;
}

div#content p.tree
{
	border-bottom: 1px solid #EAEEEE;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

div#content div.frame
{
	border: 1px solid #DCDCDC;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

div#content div.frame p
{
	background-color: #EAEEEE;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
}

div#content div.frame span.zip
{
	display: block;
	margin-top: 10px;
}

div#content div.field_center
{
	text-align: center;
}

div#content table
{
	border-collapse: collapse;
	border: 1px solid #DCDCDC;
	width: 100%;
	margin: 15px 0;
	padding: 5px;
}

div#content tr
{
	padding: 5px;
}

div#content td,
div#content th
{
	border: 1px solid #DCDCDC;
	text-align: center;
	padding: 5px;
}

div#content th
{
	font-weight: bold;
	font-variant: small-caps;
}

div#content td.left
{
	text-align: left;
}

.clear
{
	clear: both;
}

.important
{
	color: #FF0000;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.small
{
	font-size: 0.8em;
}

.hidden
{
	display: none;
}

.indent
{
	margin-left: 5px;
}
