@charset "utf-8";
/* CSS Document */

/*Main Document Setup*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background: #123F08;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
	background-image:url(../images/bkg.jpg);
	background-repeat:repeat-x;
}

/*Page Links*/
a:link {
	color:#0C3D00;
	/*font-size:75%;
	font-weight:bold;*/
	text-decoration:none;
}
a:hover {
	/*color:#FF0;*/
	color:#093;
}
a:visited {
	color:#0C3D00;
	text-decoration:none;
}
/*Main Document Div Tag Setup*/
#container {
	width: 850px;  /* this will create a container 80% of the browser width */
	background: #123F08;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
}
#content {
	/*height:100%;*/
	height:475px;
	width:850px;
	color:#000;
	background:#FFF;
}
#content li {
	list-style:none;
	background-image:url(../images/clover_bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin-bottom:6px;
	padding-left:18px;
	/*padding:10px;
	font-size:75%;*/
	margin-left:-40px;
}
#header {
	background: #123F08;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 146px;
	background-image:url(../images/header_bkg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
/*Header layout and fonts*/
#purdue {
	width:143px;
	background-image:url(../images/PU_signature.jpg);
	background-repeat:no-repeat;
	height:48px;
	position:relative;
	top:25px;
}
#textbox {
	position:absolute;
	width:225px;
	height:98px;
	margin-left:175px;
	color:#FFF;
	top:5px;
	/*left:25px;*/
	font-size:2.6em;
}
#indiana {
	position:absolute;
	width:226px;
	height:250px;
	margin-left:365px;
	top:5px;
	/*left:25px;*/
	z-index: 600;
	display: inline;
}
#search {
	float:right;
	position:absolute;
	top:5px;
	width:245px;
	height:50px;
	margin-left:595px;
	/*right:150px;*/
	top:40px;
	
}
#search a:link {
	color:#FFF;
}
#search a:hover {
	color:#FF0;
}
#search a:visited {
	color:#FFF;
}
.text {
	color:#FFF;
	font-size:75%;
}
/*Footer setup*/
#footer {
	background:#CCC;
	height:85px;
	width:850px;
	font-size:60%;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-right:5px;
}
#footerlinks {
	position:fixed;
	float:right;
	top:860px;
	width:405px;
	height:40px;
	margin-left:455px;
	/*right:50px;*/
}
/*Page Text*/
.pageHeader {
	font-size:100%;
	font-weight:bold;
}
.pagesubHeader {
	font-size:85%;
	font-weight:bold;
}
.pageText {
	font-size:85%;
}
.smallerpageText {
	font-size:75%;
}

