/* GLOBAL VARIABLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #633641;
	text-align:center;
	font-size: 1em;
	color: #333333;
	line-height: normal;
}
* {
	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-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #006699;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #334d55;
}
h4 {
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #333333;
}
h5 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
}
h6 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 75%;
	color: #334d55;
}
ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
address, caption, cite, code, dfn, th, var	{ 
	font-style: normal;
	font-weight: normal;
}
table { 
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
.img_float_left {
	float: left;
	margin: 0px 20px 0px 0px;
}
.img_float_right {
	float: right;
	margin: 0px 0px 0px 20px;
}
a:link, a:active, a:visited {
	color: #336699;
	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 {
	font-size: 1em;
	color: #990000;
	text-align: center;
}
.content_line {
	border-top: #000000 solid 2px;
}
#outer_wrapper {
	width: 955px;
	margin: 30px auto 0px auto;
	border: #666666 solid 1px;
	background: #ffffff url(images/navbar_bg.jpg) top left repeat-y;
}
#inner_wrapper {
	width: 955px;
	margin: 0px auto 0px auto;
	background: url(images/headlines_bg.jpg) top right repeat-y;
}

/* FORM VARIABLES */
label {
	font-family: Arial,sans-serif;
	color: #333333;
}
input, checkbox, select, textarea {
	border: 1px solid #666666;
	background-color: #eeeeee;
	color: #666666;
}
input:focus, checkbox:focus, select:focus, textarea:focus {
	background: #ffff99
}
.inputboxes {
	width: 200px;
	height: 20px;
	padding: 0px;
}
.inputareas {
	width: 200px;
	height: 50px;
	padding: 0px;
}

