/* PAGE SETTINGS */

body {
	text-align:center;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
		}

/* LAYOUT */

		
.central {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 950px;
	text-align: center;
	overflow: hidden;
}

#pagetitle {
	position:absolute;
	width:326px;
	height:57px;
	z-index:10;
	left: 570px;
	top: 181px;
	visibility: visible;
	overflow: visible;
}
#copy {
	position:absolute;
	width:330px;
	height:397px;
	z-index:4;
	left: 570px;
	top: 251px;
	overflow: auto;
	visibility: visible;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
}

/* LAYOUT */

#main{
	width:950px;
	margin: 0px;
	padding: 0px;
	z-index: 0;
	height: 599px;
}


/* TEXT STYLES */

.text{
	font-family: "Trebuchet MS", serif;
	font-size: small;
	color:#607080;
	font-weight: normal;
	text-align: left;
	line-height: 118%;
}

.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#666666;
}


.heading{
	font-family: "Trebuchet MS", serif;
	font-size: 20px;
	color:#113377;
	font-weight: normal;
	line-height: 118%;
	text-align: left;
}

.bold{
	font-family: "Trebuchet MS", serif;
	font-size: small;
	color: #405060;
	font-weight: bold;
	line-height: 105%;
}

/* LINK STYLES */

a {
	color: #113377;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color:#0046B9;
	text-decoration: none;
}
