#banner {
	position: absolute;
	top: 0px;
	left: 80px;
	height: 126px;
	width: 800px;
	background: #EFEFEF;
    border: black solid;
    border-width: 1px;
	z-index: 20;
	}


#main {
     position: absolute;
     top: 126px;
	 left: 80px;
	 width: 800px;
     border-left: black solid 1px;
     border-right: black solid 1px;
    background: white;
}


#menu {
	width: 660px;
	margin: 10px;
	margin-bottom: 30px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1.5px;
	border-bottom: 1px solid #EFEFEF;
}



body {
     font-family: arial, verdana;
     font-size: 14px;
     color: black;
     background: #FF8C00;
     /*background: #CCCCFF;*/
}

strong {
	font-weight: bold;
}

h2 {
	text-decoration: none;
	/*font-style: italic;*/
	font-size: 18px;
	margin: 0px;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	/*color: #422010;*/
}

h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px;
}



a:link {
	color: #660000;
	text-decoration: none;
	border: 1px solid white;

}

a:visited {
	color: #666666;
	text-decoration: none;
	border: 1px solid white;
}

a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid orange;
}

div.content {
	margin-top: 16px;
	margin-left: 60px;
	margin-right: 60px;
}

div.section {
	margin: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #666666;
	}

div.section-top {
	margin: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom: 1px solid #666666;
	}
div.section-alt {
	margin: 10px;
	margin-top: 20px;
	}

div.flash {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	}

div.left {
	float: left;
	width: 240px;
	text-align: right;
	}

div.right {
	margin-left: 260px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid orange;
	}

div.tshirt {
	margin-left: 260px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid orange;
	text-align: center;
	}

img.border {
	border: black solid 1px;
}

img.right {
	float: right;
	margin-left: 12px;
}
img.logo {
	text-align: center;
	margin-left: 179px;
	border: black solid 1px;
}
img.student {
	float: right;
	margin-top: 12px;
    border: black solid 1px;
}
img.banner1 {
     position: absolute;
     right: 230px;
     top: 0px;
	 width: 540px;
	 height: 126px;
     z-index: 1;
}

img.banner_r {
     position: absolute;
	 right: 0px;
     top: 0px;
	 width: 200px;
	 height: 126px;
     background: #CCCCFF;
     border-left: 1px solid black;
     z-index: 1;
}

p {font-weight: normal}

p.small {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}

p.swork {font-size: 10px;}

ul {
	list-style-type: square;
	}

li {
	margin-bottom: 12px;
	font-weight: normal;
	}


.center {text-align: center;}

.notice {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	margin: 12px;
	margin-top: 30px;
}

.quote {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

.inv {
	position: absolute;
	left: 80px;
	top: 0px;
    background: #FF8C00;
	visibility: hidden;
}


