@charset "utf-8";

/* Content styles */

html {overflow-y:scroll;}

body {	
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	margin:0px;
	background-image:url(../images/structure/bg.jpg);
	background-repeat:repeat-x;
}

a {color:#eb1c26;}

.title {
	color:#000000;
	font-size:20px;
	font-weight:bold;
}

.subtitle {
	color:#5f1d14;
	font-size:16px;
	font-weight:bold;
}

.subtitle2 {
	color:#5f1d14;
	font-size:13px;
	font-weight:bold;
}

.fineprint {font-size:10px;}

hr {
	background-color:#cccccc;
	border:none;
	color:#ffffff;
	height:2px;
	width:670px;
}

ul {
	list-style-image: url(images/bullet.gif);
	margin-left:23px;
	padding:0px;	
}

ol {
	margin-left:23px;
	padding:0px;	
}

li {padding-bottom:5px;}

.picbox {border-style:solid;border-color:#999999;border-width:1px;}
.text {font-style:normal;font-family:arial;font-size:11px;}

.history-table {line-height:20px;}
.history-table a {color:#333333;}
.history-table-title {background-color:#999999; color:#ffffff; font-weight:bold;}

.formfield {width:312px;}

/* Structure Styles */

#navarea {margin-top:23px; background-image:url(../images/structure/navbg-old.jpg); width:845px; height:37px; margin-left:7px; padding-top:11px;padding-left:131px;}
#navarea img {float:left;}

#contentarea {
	width:946px;
	height:378px;
	
	margin-top:33px;
	margin-left:17px;
	margin-right:28px;
}

#textboxHome {
	width:410px;
	height:378px;	
	position:absolute;
}

	#textareaHome {
	width:388px;
	height:355px;	
	position:absolute;
	margin-left:22px;
	margin-top:23px;
	}
		
		.pagetitle {
			width:100%;
			height:25px;
			margin-bottom:20px;
			border-bottom:2px solid #ffffff;
		}
		
		.sidespacer {
			height:10px;
			line-height:10px;
		}

#textboxInner {
	width:736px;
	height:378px;
	background-color:#ffffff;
	position:absolute;
	FILTER: Alpha(Opacity=90, FinishOpacity=90, Style=2);
	opacity: 0.9;
	-moz-opacity:0.9;
}

	#textareaInner {
	width:692px;
	height:332px;	
	position:absolute;
	padding-left:22px;
	padding-right:22px;
	padding-top:23px;
	padding-bottom:23px;
	overflow-y:scroll;
	}

		.pagetitleInner {
			width:670px;
			height:25px;
			margin-bottom:20px;
			border-bottom:2px solid #ffffff;
		}

#sidebox {
	width:199px;
	height:378px;	
	position:absolute;
	margin-left:747px;
}

#footer {font-size:11px; color:#ffffff; padding-top:10px; padding-bottom:10px;}
#footer a {color:#ffffff;}
