/* CSS Document */
/*LAYOUT*/
body { 
text-align: center; /*ie5*/
margin-top: 0px; 
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
padding: 0px; 
background-color: #FFFFFF;	/* added by RefreshWeb	*/

}

.siteframe {
		position:relative;
        width:980px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align: left;    
}

#header-left {
	position:absolute;
	left:0px;
	top:0px;
	width:175px;
	height:80px;
	z-index:2;
}
#header-center {
	position:absolute;
	left:176px;
	top:0px;
	width:679px;
	height:80px;
	z-index:3;
}
#header-right {
	position:absolute;
	left:858px;
	top:3px;
	width:116px;
	height:75px;
	z-index:4;
}
#header-sub {
	position:absolute;
	left:0px;
	top:77px;
	width:980px;
	height:40px;
	z-index:5;
}
#left-bar {
	position:absolute;
	left:0px;
	top:118px;
	width:310px;
	height:450px;
	z-index:6;
}
#nav-rollover {
	position:absolute;
	left:312px;
	top:118px;
	width:541px;
	height:59px;
	z-index:7;
}
#content {
	position:absolute;
	left:328px;
	top:304px;
	width:573px;
	height:329px;
	z-index:8;
	margin-left: 5px;
}
#footer {
	position:absolute;
	left:0px;
	top:581px;
	width:980px;
	height:102px;
	z-index:9;
	background-color: #425C8D;
}

/*FONTS*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify
}

h1 {
	font-family: Arial, Helvetica, sans-serif;   	/* renumbered H tags by RefreshWeb	*/
	font-size: 14px;
	font-weight: bold;
	text-align:justify
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:justify
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
	color:#FFFFFF
}

SPAN.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align:center;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	margin-bottom: 4px;
	padding-bottom: 5px;
}
.bodycopyc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;

}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
}
.mystyle1 { background-color:#F0F5F9; COLOR: #000000; font-family: Arial, Helvetica, sans-serif; font-size:12px;}

a:link {
	color: #CCCCCC;
}
.style1 {color: #0000FF}



/*			RefreshWeb additions begin here		*/




A.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	margin-bottom: 4px;
	padding-bottom: 5px;
	color: #0000FF;
}

DIV.contentSection {
	width: 980px;
	margin-top: 0px;
	display: block;
}

DIV.contentLeft {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	width: 310px;
}

DIV.contentRight {
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	width: 670px;
	padding: 0px;
	
}

DIV.subNav {
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
}

DIV.contentCopy {
	margin-left: 60px;
	margin-right: 70px;
	margin-bottom: 10px;
}

DIV.breakSection {
	float: none;
	display: block;
}

TD.footerSection {					/* this got stuffed into a table because the float: left; float: right; causes layout problems on FF */
	width: 980px;
	background-color: #425C8D;
}

DIV.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
A.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

