/* GLOBAL VARIABLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #dddddd;
	text-align:center;
	font-size: 1em;
}
* {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
li {
	font-size: .75em;
	line-height: 1.5em;
}
li li {
	font-size: 1em;
	line-height: 1.5em;
}
p {
	font-size: 0.75em;
	line-height: 1.5em;
}
h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}
h2 {
	font-size: 1.25em;
	line-height: 1.5em;
}
h3 {
	font-size: 1.125em;
	line-height: 1.5em;
}
h4 {
	font-size: 1em;
	line-height: 1.5em;
}
h5 {
	font-size: .875em;
	line-height: 1.5em;
}
h6 {
	font-size: .75em;
	line-height: 1.5em;
}
address, caption, cite, code, dfn, th, var	{ 
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: .75;
}
img {
	border: 0;
}
a:link, a:active, a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
.clear_floats {
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.body_error {
	font-size: 1em;
	color: #990000;
	text-align: center;
}
.content_line {
	border-top: #000000 solid 2px;
}
#main_wrapper {
	width: 850px;
	margin: 0px auto 0px auto;
	border: #444444 solid 1px;
	background: #ffffff url(images/bg_sidemenu.jpg) repeat-y top;
}

/* FORM VARIABLES */
label {
	color: #444444;
	font-size: .75em;
}
input, checkbox, select, textarea {
	border: 1px solid #444444;
	background-color: #e1eae6;
	color: #444444;
	font-size: .75em;
}
input:focus, checkbox:focus, select:focus, textarea:focus {
	background: #ffccc7
}
.submitbutton {
	background: #65736d;
	cursor: pointer;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: .75em;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
}
.submitbutton:hover {
	color: #00a1ef;
}
.inputboxes {
	width: 200px;
	height: 20px;
	padding: 0px;
}
.inputareas {
	width: 200px;
	height: 50px;
	padding: 0px;
}

