/* CSS Document */


/* Text */

.text {
	font-family: Century Schoolbook, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	}

.textred {
	font-family: Century Schoolbook, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #BB0000;
	text-decoration: none;
	}

.link {
	font-family: Century Schoolbook, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	}
	
.link:hover {
	font-family: Century Schoolbook, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #BB0000;
	text-decoration: none;
	}
	
.altlink {
	font-family: Century Schoolbook, Times New Roman, Times, serif;
	font-size: 10px;
	line-height: 17px;
	color: #2E3192;
	padding: 0px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}
	
.altlink:hover {
	font-family: Century Schoolbook, Times New Roman, Times, serif;
	font-size: 10px;
	line-height: 17px;
	color: #2E3192;
	background-color: #eff07f;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}
	
	

/* Layers */

		
#container {
	width: 935px;
	margin-top: 20px;
	background-color: #FFFFFF;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	z-index: 1;
	}


#logo {
	width:50px;
	height:21px;
	margin-top: -623px;
	margin-left: 37px;
	text-align: left;
	z-index: 2;
	}

#navigation {
	width:300px;
	height:16px;
	margin-top: 22px;
	margin-left: 34px;
	text-align: left;
	z-index: 3;
	}

#content {
	width: 865px;
	height: 520px;
	margin-top: 17px;
	margin-left: 37px;
	text-align: left;
	z-index: 4;
	}

