/* CSS Document */


body {
 background-color: #FFFFFF;
 color: #555555;
 padding: 0; 
 margin: 0; 
}

a { color: #000099; background: inherit;  text-decoration: underline}
a:hover { color: #0000FF; background: inherit; text-decoration: underline}
h1 {font: 18px/18px Verdana, Arial, Helvetica, sans-serif; color:#555555; line-height: 1.2em;}
h2 {font: 14px/14px Verdana, Arial, Helvetica, sans-serif; color:#555555; line-height: 0.5em;}


.red {
	color: #FF0000;
}

.thin {
	border-right: 1px solid #577B9D;
	border-left: 1px solid #577B9D;
	border-top: 1px solid #577B9D;
	border-bottom:  1px solid #577B9D;
}

.caption {
	color: #999999;
	font: 11px/11px Arial, Helvetica, sans-serif;
}

.header {
	background: #EEF3F6;
	color: #000000;
	width: auto;
	height: 100px;
	margin: 0;
	padding: 5px;
	border-bottom:  1px solid #577B9D;
}

.spacer {
	background: #FFFFFF;
	width: auto;
	height: 10px;
}

.spacer_bg {
	background: #FFFFFF;
	background-image:url(images/top_border.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: auto;
	height: 8px;
/*	border-top:  1px solid #577B9D; */
}

.header_logo {
	float: left;
	padding: 10px 0 0 0;
}

.header_logo_right {
	float: right;
	padding: 30px 5px 0 0;
}

.content {
	background: #EEF3F6;
	background-image:url(images/bg_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font: 12px/12px Verdana, Arial, Helvetica, sans-serif; color:#555555; line-height: 1.4em;
	width: auto;
	height: auto;
	margin: 0px 10px 0px 10px;
	padding: 0;
}

.signup {
	float: none;
	margin: 0 10px 10px 10px;
	padding: 0 10px 10px 10px;
}

.form_area {
	background: inherit;
	font: bold 11px/11px Verdana, Arial, Helvetica, sans-serif; color:#555555; line-height: 1.4em;
	float: none;
	width: 700px;
	margin: 0 0 0 30px;
	padding: 0;
}

.info_area {
	background: inherit;
	font: 13px/13px Arial, Helvetica, sans-serif; color:#555555; line-height: 1.4em;
	float: none;
	width: 700px;
	margin: 0 0 0 30px;
	padding: 0;
}

.box_title_bar_toprounded {
	background-color: #EEF3F6;
	background: url(images/top_rounded.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: inherit;	
	margin: 0;
	padding: 0;
}

.box_title_bar_bottomrounded {
	background-color: #EEF3F6;
	background: url(images/bottom_rounded.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: inherit;	
	margin: 0;
	padding: 0;
}

.box_title_bar {
	background-color: #EEF3F6;
	width: inherit;	
	margin: 0;
	padding: 0;
	border-top: 0px;
 	border-right: 1px solid #577B9D;
	border-left: 1px solid #577B9D;
}

.box_content {
	background-color: #EEF3F6;
	width: inherit;	
	margin: 0;
	padding: 0;
	border-top: 1px solid #577B9D;
 	border-right: 1px solid #577B9D;
	border-left: 1px solid #577B9D;
}

.box_title_bar_sm {
	background-color: #F5F5F5;
	width: 400px;	
	margin: 0;
	padding: 0;
 	border-top: 1px solid #577B9D;
	border-right: 1px solid #577B9D;
	border-left: 1px solid #577B9D;
}

.box_content_sm {
	background-color: #FFFFFF;
	width: 400px;	
	margin: 0;
	padding: 0;
 	border: 1px solid #577B9D;
}

.bottom_links {
	float: none;
	width: auto;
	margin: 0;
	padding: 0 0 25px 0;
}

.text_padding {
	padding: 5px 5px 5px 5px;
}

.text_padding_border {
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #577B9D;
	border-right: 1px solid #577B9D;
	border-left: 1px solid #577B9D;
}
