/****** Basic Formatting ******/

*{margin:0; padding:0;}

html, body {height:100%;}

body {
	font-size:small;
	font-color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
	text-align: center; /* For IE 5*/
}
h1 {}
h2 {color:#111c5e; font-size:medium; font-weight:bold; margin-bottom:5px;}
h3 {color:#111c5e; font-size:small; font-weight:bold;}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#00F;
}
a:hover {
	text-decoration:underline;
	color:#00F;
}


.black {
	color:#000;
}
.filesize {
	font-style:italic;
	color:#666;
	font-weight:normal;
	font-size:x-small;
}
.downloads {
	margin-bottom:5px;
}

/****** Containers ******/

#wrapper1 {
	margin-right: auto;
	margin-left: auto;
	height:100%;
	min-height: 100%;
	width:780px;
	text-align:left;
	position: relative;
}
html>body #wrapper1 {height:auto;}

#inner_site {
	padding: 0 10px;
}

/****** Header ******/
#header {
	width:780px;
	height:63px;
	background:url(../images/scjsettlementbanner.jpg) no-repeat;
	font-family:Times New Roman, Times, serif;
	font-size:22px!important;
	color:#FFF;
	text-align:center;
	margin-bottom:7px;
}
#header p {
	padding-top:11px;
}
#technicalname {
	width:780px;
	height:23px;
	background:url(../images/technicalnamebg.jpg) no-repeat;
	font-size:11px!important;
	font-style:italic;
	color:#d4dbfd;
	text-align:center;
	padding-top:3px;
	margin-bottom:7px;
}
/*Update*/
#Update {
	font-size:12px!important;
	font-style:italic;
	color:#FF0000;
	text-align:center;
	padding-top:3px;
	margin-bottom:7px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/****** Left Column ******/

#leftcolumn {
	width:160px;
	margin-right:10px;
	float:left;
}
#leftcolumn p {
	text-align:center;
	margin:10px 0;
}
#subnav_top {
	width:160px;
	padding-top:10px;
	background:url(../images/subnavtopbg.jpg) no-repeat;
}
#subnav_bottom {
	width:160px;
	height:13px;
	background:url(../images/subnavbottombg.jpg) no-repeat;
}
#subnav_content_container {
	width:158px;
	background:url(../images/subnavcontentbg.gif) repeat-x #d4dbfd;
	border-left:#1a2878 1px solid;
	border-right:#1a2878 1px solid;	
}
#subnav_content {
	padding:5px;
} 
#subnav_content ul {
	list-style:none;
}
#subnav_content li a {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
#subnav_content li a:hover {
	color:#999;
}
.extrainfo {
	text-align:center;
	margin-top:10px;
}

/****** Right Column ******/

#rightcolumn {
	width:590px;
	float:right;
}
#rightcolumn p {
	margin-bottom:10px;
}
#rightcolumn ul {
	margin-left:15px;
	margin-bottom:10px;
}
#rightcolumn table {
	background:#d4dbfd;
	margin-bottom:10px;
}
.altrow {
	background:#c2ccff;
}
.nobullet {
	list-style:none;
	font-weight:bold;
	margin:4px 0;
}


/****** Footer ******/

#clearfooter {
	clear: both;
	height: 30px;
}
#footer {
	font-size:medium;
	height: auto;
	text-align: center;
	width: 780px;
	border-top: solid 1px #24369b;
	position: absolute;
	/*bottom: -1035px;*/
	color:#666;
	left: 95px;
}
