@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #D9D9D9;
	background-image:url(../graphics/bg_body.jpg);
	background-position: left top;
	background-repeat:repeat-x;
	color: #000000;
}
p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
blockquote {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
form, select { 
	margin: 0px; 
	padding: 0px; 
}
input {
	padding: 0px;
	position:relative;
	line-height: 18px;
}
textarea, input, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}
/* CONTENT WRAPPERS */
#wrapper_body {
	width: 820px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image:url(../graphics/bg_page.jpg);
	background-position: left top;
	background-repeat:repeat-y;
}
#wrapper_header {
	width: 820px;
	height: 320px;
	margin: 0px;
	padding: 0px;
}
#wrapper_content {
	width: 780px;
	margin: 0px 20px 0px 20px;
	padding: 0px;
	background-image:url(../graphics/bg_content.gif);
	background-position: left top;
	background-repeat:no-repeat;
}
#wrapper_footer {
	width: 820px;
/*	height: 270px;
*/	margin: 0px;
	padding: 0px;
}
/* CONTENT */
.content_header {
	height: 26px;
	margin: 0px 0px 10px 80px;
	padding: 0px;
}
.content_container {
	width: 620px;
	margin: 0px 80px 0px 80px;
	padding: 0px 0px 100px 0px;
}
.error_box {
	width: 600px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background-color:#FFFFFF;
	border: 1px solid  #FF0000;
	color: #FF0000;
}
.error_box ul{
	width: 560px;
	margin: 0px 0px 10px 30px;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
	border: 1px solid  #FF0000;
	color: #FF0000;
	font-weight:bold;
}
.error_box li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

/* FOOTER */
#footer_image {
	width: 780px;
	height: 250px;
	position: relative;
	float:left;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	background-image:url(../graphics/bg_footer_top.jpg);
	background-position: left bottom;
	background-repeat:no-repeat;
}
#footer_text {
	width: 780px;
	height: 20px;
	margin: 0px 0px 0px 100px;
	padding: 0px;
	position: absolute;
	left: 0px;
	bottom: 10px;
	color: #FFFFFF;
	text-align: left;
}
#footer_bottom {
	width: 820px;
	height: 20px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image:url(../graphics/bg_footer_bottom.jpg);
	background-position:left top;
	background-repeat:no-repeat;	
}
/* FORM ELEMENTS */
.input_40px {
	width: 40px;
	height: 18px;
	margin: 3px 0px 3px 0px;
	border: 1px solid #666666;
}
.input_80px {
	width: 80px;
	height: 18px;
	margin: 3px 10px 3px 0px;
	border: 1px solid #666666;
}
.input_195px {
	width: 195px;
	height: 18px;
	margin: 3px 2px 3px 0px;
	border: 1px solid #666666;
}
.input_280px {
	width: 280px;
	height: 18px;
	margin: 3px 0px 3px 0px;
	border: 1px solid #666666;
}
.input_400px {
	width: 400px;
	height: 18px;
	margin: 3px 0px 3px 0px;
	border: 1px solid #666666;
}
.input_470px {
	width: 470px;
	height: 18px;
	margin: 3px 0px 3px 0px;
	border: 1px solid #666666;
}
.textarea_620px_130px {
	width: 620px;
	height: 130px;
	margin: 3px 0px 3px 0px;
	border: 1px solid #666666;
}
/* SPACERS */
.spacer_0px {
	clear: both;
	width: 210px;
	height: 0px;
	overflow: hidden;
}
/* FONTS + LINKS */
.small_font {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
}
.micro_font {
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
}
/* sIFR */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}