.bold { font-weight: bold; }
.aipl {
	margin-top: 50px;
	margin-left: 10px;
}
.footer {
	color: #5e87af;
	font-size: 9pt;
	text-align: right;
	margin: 5px;
}
.menu { 
	float: left;
    height: 50px;
	margin-left: 40px;
	position: relative;
	top: 20px;
}
.menu a {
	float: left;
	font-family: times;
	text-decoration: none;
	padding: 5px;
	color: #9a6804;
	font-size: 13pt;
}
.menu a:visited {
	color: #9a6804;
}
.menu a:hover {
	color: #81ABD5;
}
.date { 
		float: right;
		position: relative;
		top: 28px;
		left: -5px;
		white-space: nowrap;
		font-family: verdana;
		font-size: 9pt;
}
.stud {
		position: relative;
		width: 20px;
		height: 55px;
		background-color: #993000;
		left: 215px;
		float: left;
}
.pageTitle {
		position: relative;
		top: 15px;
		left: 220px;
		color: #81ABD5;
		font-family: arial;
		font-size: 18pt;
}
.studLine {
        width: 761px;
		display: block;
		position: relative;
		top: -15px;
		height: 1px;
		font-size: 0px;
		padding: 0; 
		margin: 0;
		background-color: #993000;
}
.container {
    border: 1px solid #000;
    margin: auto;
    width: 760px;			
    text-align: left;
}
.sideMenu {
	position: relative;
	top: -15px;
	width: 170px;
	border-right: 1px solid #993000;
	padding: 5px;
    float: left;
    z-index: 100;
}
.sideMenu a {
	font-family: arial;
	font-size: 9pt;
	display: block;
	text-align: right;
	padding-right: 10px;
	color: black;
	text-decoration: none;
	line-height: 150%;
    color: #000;
}
.sideMenu a:visited {
    color: #000;
}
.sideMenu a:active {
	text-decoration: underline;
}
.sideMenu a:hover {
	text-decoration: underline;
}
body {
		text-align: center;
        font-family: verdana;
        font-size: 9pt;
}
.content {
    position: relative;
    padding: 10px;
    top: -10px;
    z-index: 0;
}
.mainImage {
    width: 761px;
    height: 275px;
    background-image: url("/images/main.jpg");
}
.mainImageInterior {
    width: 761px;
    height: 275px;
    background-image: url("/images/interior_head.jpg");
}
.aiplImage {
    width: 145px;
    height: 54px;
    background-image: url("/images/aipl.png");
}
a {
    color: black;
}
a:visited {
    color: black;
}
a:hover {
    color: #993000;
}

td { vertical-align: top; border-collapse: collapse; padding: 0: margin: 0}

.wrapIt { position: relative; top: -5px; }

