/* GLOBAL VARIABLES */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	font-size: 1em;
	background-color: #bbc4c3;
	background-image: url(images/bg_gradient.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
* {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
p {
	font-size: .75em;
	line-height: 1.4em;
}
h1 {
	font-size: 2em;
	color:#990000;
}
h2 {
	font-size: 1.25em;
	color:#0000FF;
}
h3 {
	font-size: 1.00em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .875em;
}
h6 {
	font-size: .75em;
}
address, caption, cite, code, dfn, th, var	{ 
	font-style: normal;
	font-weight: normal;
}
table { 
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
a:link, a:active, a:visited {
	color: #666056;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.clear_floats {
	clear: both;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.body_error {
	color: #990000;
}
.content_line {
	border-top: #000000 solid 2px;
}
#main_wrapper {
	width: 990px;
	margin: 0px auto;
}

/* FORM VARIABLES */
#form_box {
	width: 550px;
}
label {
	width: 225px;
	color: #666666;
	font-size: 1em;
	height: 25px;
	line-height: 25px;
	text-align: right;
	clear: both;
	float: left;
}
input, checkbox, select, textarea {
	border: 1px solid #666666;
	background-color: #eeeeee;
	color: #666666;
	font-size: 1em;
	width: 300px;
	margin: 0px 0px 10px 0px;
	clear: right;
	float: right;
}
input:focus, checkbox:focus, select:focus, textarea:focus {
	background: #dae5f2
}
input:hover, checkbox:hover, select:hover, textarea:hover {
	background: #dae5f2
}
.submitbutton {
	border: 1px solid #666666;
	width: auto;
	cursor: pointer;
	color: #666666;
	font-size: 1em;
	padding: 2px 10px;
	margin: 0px;
	text-align: center;
	clear: both;
	float: right;
}
.inputboxes {
	height: 25px;
}
.inputareas {
	height: 100px;
}
