@charset "UTF-8";


body {
	background-color: #AB8F7D;
	background-image: url(../images/Text-only/to_background.jpg);
	background-repeat: repeat-y;
}

/* DIV STYLES */
#apDiv2 {
	position:absolute;
	width:1000px;
	height:166px;
	z-index:1;
	left: 0px;
	top: 0px;
}

#apDiv3 {
	position:absolute;
	width:708px;
	height:420px;
	z-index:2;
	left: 262px;
	top: 166px;
	padding: 15px;
}

#apDiv4 {
	position:absolute;
	width:274px;
	height:62px;
	z-index:3;
	left: 278px;
	top: 193px;
}



/* LINK STYLES */
a img {border:none;}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.nav:link {
	color: #000066;
	text-decoration: none;
	font-size: 12px;
}
a.nav:visited {
	color: #000066;
	text-decoration: none;
}
a.nav:hover {
	color: #1E0100;
	text-decoration: none;
}
a.nav:active {
	color: #1E0100;
	text-decoration: none
} 

a.smnav:link {
	color: #000066;
	text-decoration: none;
	font-size: 10px;
}
a.smnav:visited {
	color: #000066;
	text-decoration: none;
}
a.smnav:hover {
	color: #FFCC00;
	text-decoration: none;
}
a.smnav:active {
	text-decoration: none
} 


/* TYPE STYLES */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E0100;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1E0100;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1E0100;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E0100;
}
