@charset "utf-8";
/* CSS Document */

/* AP Divs */
#linkcontainer {
	position:absolute;
	left:0px;
	top:0px;
	width:195px;
	height:1116px;
	background-color: #FFFFFF;
	text-align: center;
}




/* Links */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	font-weight: bold;
	color: #380000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #B20000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #E59706;
	text-decoration: none;
}



/* Styles */


h1 {
	font-weight: bold;
	color: #380000;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
ul {
	margin: 0px;
}


.textblue {
	color: #380000;
	font-size: 10px;
}
.textbold {
	font-weight: bold;
}
.textunderline {
	text-decoration: underline;
}
.textboldunderline {
	font-weight: bold;
	text-decoration: underline;
}
.textcenterbold {
	font-weight: bold;
	text-align: center;
}
.textitalics{
	font-style: italic;
}
.textredbold {
	color: #CC0000;
	font-weight: bold;
}
.textredboldunderline {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.breakspace {
	line-height: 4px;
}

/* Leo's Styles */

.left-link {font-size: x-small;
	font-style: italic;
}
.left-sec-blue-hdr {	color: #380000;
	font-size: medium;
	font-weight: bold;
}
.left-sec-hdr {font-size: small;
	color: #000000;
	font-weight: bold;
}
.left-text {font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.left-text-x-small {font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

