/* CSS Document */

body {
	background-color: #000000;
	font-size: 10pt;
	color: #9f7300;
}

a {
	color: #89a521;
	text-decoration: none;
}

a:hover {
	color: #ffda00;
	text-decoration: none;
}

.main {
	/*position: relative;*/
	text-align: left;
	width: 700px;
	min-height: 550px;
	background: url(header.gif) top center no-repeat;
	background-color: #411111;
	border: 2px solid #9f7300;
}

/* for IE */
/*\*/
* html .main {
	height: 550px;
}

/**/


.buttons {
	position: relative;
	top: 150px;
	width: 700px;
	height: 50px;
	background-color: transparent;
	color: #ffffff;
}


.button {
	width: 85px;
	height: 20px;
	background-color: #ffda00;
	color: #000000;
	text-align: center;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	border: 2px solid #cc020d;
}

.button a{
	display: block;
	width: 85px;
	height: 20px;
	text-decoration: none;
	color: #000000;
}

.button a:hover{
	display: block;
	width: 85px;
	height: 20px;
	text-decoration: none;
	color: #cc020d;
	background-color: #000000;
}

.button_sel {
	width: 85px;
	height: 20px;
	background-color: #9f7300;
	color: #000000;
	text-align: center;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	border: 2px solid #582323;
}

.button_sel a{
	display: block;
	width: 85px;
	height: 20px;
	text-decoration: none;
	color: #000000;
}

.button_sel a:hover{
	display: block;
	width: 85px;
	height: 20px;
	text-decoration: none;
	color: #cc020d;
	background-color: #000000;
}

.largebutton {
	display: block;
	width: 150px;
	height: 50px;
	background-color: #ffda00;
	color: #000000;
	text-align: center;
	font-family: sans-serif;
	font-size: 18pt;
	font-weight: bolder;
	border: 2px solid #cc020d;
}

.smallbutton {
	display: block;
	width: 50px;
	height: 25px;
	background-color: #714242;
	color: #582323;
	text-align: center;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	border: 2px solid #582323;
}


#home {
	position: absolute;
	left: 25px;
}
	

#academics {
	position: absolute;
	left: 120px;
} 

#admissions {
	position: absolute;
	left: 215px;
}

#students {
	position: absolute;
	left: 310px;
}

#contact {
	position: absolute;
	left: 405px;
}

#movies {
	position: absolute;
	left: 500px;
}
#store {
	position: absolute;
	left: 595px;
}	

.newsbox {
	position: relative;
	left: 15px;
	margin-top: 150px;
	width: 200px;
	height: 250px;
	color: #000000;
	font-size: 10pt;
	background-color: #fef1a4;
	border: 2px solid #000000;
	padding: 10px 10px 5px 10px;
}

.newsbox2 {
/*
	position: relative;
	left: 0px;
*/
	margin-top: 15px;
	width: 200px;
	min-height: 250px;
	color: #000000;
	font-size: 10pt;
	background-color: #fef1a4;
	border: 2px solid #000000;
	padding: 10px 10px 5px 10px;
}

.newsbox-preview {
	width: 200px;
	height: 250px;
	color: #000000;
	font-size: 10pt;
	background-color: #fef1a4;
	border: 2px solid #000000;
	padding: 10px 10px 5px 10px;
}

.about {
	position: relative;	
	margin-left: 300px;
	margin-top: -250px;
	width: 350px;
	height: 250px;
	color: #ffffff;
	background-color: #582323;
	/*border: 1px solid #000000;*/
	padding: 10px 10px 5px 10px;
	font-size: 10pt;
	font-family: sans-serif;
}


.about2 {
	position: relative;	
	margin-left: 250px;
	margin-top: -300px;
	width: 350px;
	height: 325px;
	color: #ffffff;
	background-color: transparent;
	/*border: 1px solid #000000;*/
	padding: 10px 10px 5px 10px;
	font-size: 10pt;
	font-family: sans-serif;
}


.content {
	position: relative;
	margin-top: 150px;
	margin-bottom: 20px;
	left: 30px;
	width: 625px;
	min-height: 300px;
	color: #ffffff;
	background-color: #582323;
	font-size: 10pt;
	font-family: sans-serif;
	padding: 10px 15px 10px 15px;
}

td {
	color: #ffffff;
	font-size: 10pt;
}


/* for IE */
/*\*/
* html .content {
	height: 300px;
}

/**/


.continue {
	display: block;
}

.essay {
	width: 300px;
	height: 150px;
}

.divider {
	width: 95%;
	weight: 2px;
	color: #ffffff;
}

.profile {
	width: 100%;
	height: 180px;
	
}

.personinfo {
	position: absolute;
	left: 200px;
	width: 400px;
}

.personinfo2 {
	position: absolute;
	right: 200px;
	width: 400px;
}

.classlist {
	position: relative;
	left: 25px;
	width: 600px;
}

.major
{
	font-weight: bold;
	text-decoration: underline;
}


.eptitle {
	color: #ffda00;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	border-bottom: 2px solid #9f7300;
}

.epdesc {
	color: #ffda00;
	font-size: 12px;
	font-style: italic;
}

.eplist {
}

.eplist .eptitle {
	font-size: 18px;
}

.eplink {
}