@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F4FCE5;
	margin: 5px; 
	padding: 0;
	text-align: center; /* this centers the pageholder in IE 5* browsers. The text is then set to the left aligned default in the #pageholder selector */
	color: #000000;
}
 #pageholder {
	width: 990px; 
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #006233;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {
	background: #006233;
	color:#FFF;
	width:100%;
	height:120px;
}
#headerleft {
float: left;
width: 498px;
border:none;
}

#headerright {
	text-align:left;
	float: right;
	width: 250px;
	height:115px;
	margin-right:10px;
	margin-top:5px;
	font-size:12px;
}
#headerright p{
	color:#682f73;
	background-color:#fff;
	width:107px;
	display:block;
	line-height:18px;
	padding-left:5px;
	font-weight:bold;
	border:#682F73 solid thin;
}

.input {
	color:#682f73;
	background-color:#fff;
	width:107px;
	display:block;
	line-height:18px;
	padding-left:5px;
	font-weight:bold;
	border:#682F73 solid thin;
	float:left;
	
}
.smallprint {
	font-size:10px;
}
img {
	border:none;
}
a img{
	border:none;
}
#headerright p a{
	color:#682f73;
	background-color:#fff;
	text-decoration:none;	
}
#headerright p a:hover{
	color:#682f73;
	background-color:#fff;
	text-decoration: underline;	
}

#topnav{
width: 935px;
line-height:24px;
font-size:12px;
font-weight:bold;
color:#682f73;
background:#FFF;
padding-left:5px;
position:relative;
}
	#topnav a{
		color:#682f73;
		background:transparent;
		text-decoration:none;
	}
	#topnav a:hover{
		color:#006233;
		background:transparent;
		text-decoration: underline;
	}	
	
	#topnav .quicklinks {		
	font-size:12px;
	position:absolute;
 top:0;
 left:383px;
 	
}
#department {
	width:990px;
	height:45px;
	background:#006233 url(../images/dept.jpg) repeat-x;
	color:inherit;
	margin-bottom:20px;
}
#department h1{
	font-size:18px;
	color:#FFF;
	background-color:transparent;
	text-align:left;
	padding-top:18px;
	padding-left:5px;
}
#department1 {
	width:990px;
	height:45px;
	background:#006233 url(http://www.prairiestate.edu/images/dept.jpg) repeat-x;
	color:inherit;
	margin-bottom:20px;
}
#department1 h1{
	font-size:18px;
	color:#FFF;
	background-color:transparent;
	text-align:left;
	padding-top:18px;
	padding-left:5px;
}

/*
#slideshow{
	width:990px;
	height:252px;
	background:#006233 url(../images/slidebkgrnd1.jpg) no-repeat;
	margin-bottom:20px;
	
	}
#slideshow ul {
	float:left;
	width:207px;
	margin:0;
	padding-left:55px;
	padding-top:60px;
}
#slideshow ul li{
	font-size:14px;
	color:#006233;
	background-color:transparent;
	list-style:none;
	font-weight: bold;
}

#fadeshow1{
	float: right;
	width: 600px;
	height:249px;
	margin-top:2px;
	
	
	
	
}
#slideshow a {
	color:#006233;
	background-color:inherit;
}
#slideshow .control{
	
}
*/

 #mainContent {
	float: right;
	width: 750px;	 
	background:transparent;
	color:#000;
	font-size:12px;
	padding-left:10px;
	padding-right:5px;
	border-left:thin #682f73 solid;
	}

	#leftnav{
	float: left;
	width: 215px;	
	font-size:11px;
	}
	#leftnav ul {
list-style: none;
	margin-left: 0;
	padding-left: .5em;
	line-height:1.5em;
	text-indent: 0;
}
#leftnav a{
	text-decoration:none;
}
/* ordered list with letters */
ol .alpha {
list-style-type: lower-alpha;
}
ol.u{
	list-style-type: upper-alpha;
	margin-bottom:2em;
	}
	ol.u li{
	margin-bottom:2em;
	}
ol.n{
	margin-bottom:2em;
	}
	ol.n li{
	margin-bottom:2em;
	}
	#grants ul li{
		list-style:square;
		margin-top:2em;
	}
a:link { 
	color: #000;
	background-color:transparent;
	
	
}
a:visited { 
	color: #000;
	background-color:transparent;
	
	
}
a:hover {  
	color: #006233;
	background-color:transparent;
	
	
}	
h1 {
font-size:18px;
background-color:#fff;
color:#000000;
}
h2 {
font-size:16px;
background-color:transparent;
color:#006233;

}
h3{
	font-size:14px;
}
h4{
	font-size:13px;
}
h5 {
color:#000000;
background-color:transparent;
font-size:12px;
text-align:center;
}
h6 {
color:#000000;
background-color:transparent;
font-size:12px;
font-variant:normal;
}
#mainContent .leftcolumn {
float:left;
width:320px;


}
#mainContent .rightcolumn {
float:right;
width:310px;
margin-right:10px;


}
#mainContent .middlecolumn{
	margin-left:325px;
	margin-right:325px;
	
	
}
.greenbkgrnd h3 {
	text-align:center;
	color:#FFF;
	background-color:#006233;
	padding:5px;
	margin-left:5px;
	font-size:16px;
	width:95%;
}
.rightlinks{
	float: right;
	width: 135px;	
	padding-right: 5px;
	vertical-align:top;
}

.clear {
	clear:both;
	}
	.center {
		text-align:center;
	}
	/* positions 2 column layout with leftside wider */
 .leftside {
float:left;
width:70%;
margin:0;
padding:0;
border:0;
}
 .rightside {
	float:right;
	width:30%;
}
.rightcrescent {
	float:right;
	width:29%;
}

/* positions equal size 3 column layout */
 .campassleftcolumn {
float:left;
width:30%;
text-align:left;
}
 .campassrightcolumn {
float:right;
width:30%;
text-align:left;
}
 .campassmiddlecolumn{
float:left;
width:30%;
margin-left:5%;
margin-right:5%;
text-align:left;
}
fieldset {
	padding-left:10px;
}
#foundation .leftcolumn {
float:left;
width:30%;
text-align:left;
}
#foundation .rightcolumn {
float:right;
width:30%;
text-align:left;
}
#foundation .middlecolumn{
float:left;
width:30%;
margin-left:3%;
margin-right:3%;
text-align:left;
}
#foundation .director{
font-weight:bold;
font-style:italic;
}

.narrowright{
width:30%;
float:right;
margin-right:5px;
}
.wideleft{
width:65%;
float:left;
}
/* sets style for columns */
.columns {
color:#000;
background-color:#fff;
width:100%;
}
.columns a {
color:#000000;
background-color:#FFFFFF;
font-weight:normal;
text-decoration:underline;
}
.leftborder {
width:45%;
float:left;
border-right:#000000 solid thin;
padding-right:5px;
}
	/* equal width columns */
.equalright{
width:50%;
float:right;
}
.equalleft{
width:50%;
float:left;
}
#rep .wideright {
width:68%;
float:right;
}
#rep .narrowleft {
float:left;
width:30%;
}
/* styles lists in main content with NO bullets - place list in a div w/appro class */
#infobox .wideright ul li{
list-style:none;
}
#infobox .narrowleft ul li{
list-style:none;
}
.nobullet ul li{
list-style:none;
}
#infobox .disc ul li{
list-style: circle;
list-style-position:inside;
}
/* styles links within paragraphs within main content */
#infobox p a{
color:#000000;
background-color:transparent;
text-decoration:underline;
font-weight:normal;
color:#000000;
}
#infobox p a:visited{
color:#006600;
background-color:transparent;
}
/* sets white background black print for tables in main content */
#infobox table {
border:none;
color:#000000;
background-color:#FFF;
}
td p{
font-size:12px;
font-weight:normal;
}
#infobox table a {
color:#000000;
background-color:transparent;
border:0;
text-decoration:underline;
}
#infobox table td{
	vertical-align:top;
}
#infobox table th{
	text-align:left;
	font-weight:bold;
}
#infobox table th{
	text-align:left;
	font-weight:bold;
}

#infobox table a:visited{
color: #666666;
background-color:transparent;
}
.caption {
	font-weight:bold;
	font-size:14px;
}
/* styles lists in main content with square bullets */
#infobox ul li {
font-size:12px;
padding:0;
margin: 0 0 0 3px;
list-style:square inside;
}
/* underlines links within main content */
#infobox li a{
color:#000000;
background-color:transparent;
text-decoration:underline;
font-weight:normal;
}
#infobox h2 a{
color:#682F73;
background-color:transparent;
text-decoration:underline;
}

/* styles h3 headers in main content */
#infobox h3 {
background-color:inherit;
font-size:14px;
text-align:left;
font-weight:bold;
}
#infobox h3 a{
background-color:transparent;
color:#000;
font-weight:bold; 
text-decoration:underline;
}

/* styles h4 headers in main content */
#infobox h4 {
color:#000000;
background-color:transparent;
font-weight:bold;
font-size:13px;
text-align:left;
}
#infobox h4 a{
color:#000000;
background-color:transparent;
font-weight:bold;
font-size:13px;
text-align:left;
text-decoration:underline;
}
/* styles h5 headers in main content */
#infobox h5 {
color:#000000;
background-color:transparent;
font-weight:bold;
font-size:12px;
text-align:center;
}
#infobox h5 a{
color:#000000;
background-color:transparent;
font-weight:bold;
text-decoration:underline;
}
#infobox h6 {
color:#000000;
background-color:transparent;
font-weight:bold;
font-size:12px;
font-variant:normal;
}
#infobox h6 a{
color:#000000;
background-color:transparent;
font-weight:bold;
text-decoration:underline;
}
/* p h4 h5 h6 without space below */
#headfive h3 {
margin-bottom:0;
margin-top:1em;
background-color:#FFFFFF;
color:#000;
font-size:15px;
}
#headfive h4{
margin-bottom:0;
font-size:14px;
margin-top:1em;
background-color:#FFFFFF;
color:#000;
}
#headfive h5{
margin-bottom:0;
margin-top:0;
text-align:left;
font-size:13px;

}
#headfive h6{
font-size:12px;
text-align:left;
margin-bottom:0;
margin-top:0;
}
#headfive ul li{
display: inline;
margin-left:-1em;
margin-right:3em;
list-style-type: none;
}
#headfive ul {
margin-bottom:0;
margin-top:0;
padding-bottom:0;
padding-top:0;
}
#headfive table{
width:90%;
border:none;
}
#headfive table caption {
text-align:left;
margin-bottom:0;
font-weight:bold;
font-size:13px;
}
#headfive h3 {
margin-bottom:0;
}

#headfive h5{
margin-bottom:0;
margin-top:0;
}
#headfive h6{
font-size:12px;
font-weight:bold;
text-align:left;
margin-bottom:0;
margin-top:0;
}
#headfive p{
margin-top:0;
margin-bottom:0;
}
#headfour h4{
margin-bottom:0;
}
#infobox #headfour  h5{
margin-bottom:0;
margin-top:0;
text-align: left;
}
#headfour p{
margin-top:0;
margin-bottom:0;
}
.headfour h3,h4{
margin-bottom:0;
}
.headfour p{
margin-top:0;
}
.headfive table a {
color:#000000;
background-color:transparent;
border:0;
text-decoration:underline;
}
#infobox .headfive ul {
margin-bottom:0;
margin-top:0;
padding-bottom:0;
padding-top:0;
}

#infobox .pres h2{
margin-top:5px;
border-bottom: 2px solid #682f73;
}
dl.margins-removed
{
	margin: 0;
	padding: 0;
}

.margins-removed dt
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.margins-removed dd
{
	margin: 0 0 1em 0;
	padding: 0;
}
legend {
font-size:12px;
font-weight:bold;
}
.rightbox {
	border-left:#030 solid thin;
}
.pres hr {
color:#682f73;
background-color:transparent;
}
#dental table {
color:#000000;
background-color:#C2DCC6;
}
#dental .green{
color:#000000;
background-color:#76B48B;
}
#steps li{
display: inline;
list-style-type: none;
padding-right: 10px;
padding-left:10px;
}
#steps li a {
font-size:14px;
}
#tips ul li {
font-size:12px;
margin-bottom:1em;
}
#tips ol li {
font-size:12px;
margin-bottom:1em;
}
#enrollment{
font-size:10px;
text-align:center;
}
#enrollment table{
width:100%;
border: solid thin;
text-align:center;
}
#enrollment th{
font-size:14px;
color:#FFFFFF;
background-color:#006233;
}
#enrollment td{
border: solid thin;
text-align:left;
}
#enrollment .semester {
color:#006633;
background-color:#FFF;
font-size:14px;
text-align:left;
font-weight:bold;
}
#enrollment .date {
color:#FFF;
background-color:#006633;
text-align:left;
font-size:12px;
font-weight:bold;
}
#enrollment .italics {
font-size:12px;
}
#jobs {
font-size:13px;
font-weight:bold;
text-align:center;
}
#jobs table{
width:90%;
border:#C6A2D6 medium inset;
}
#jobs table a {
color:#000000;
background-color:#C6EF7B;
}
#jobs th{
font-size:14px;
color:#000;
background-color:#C6EF7B;
text-align:center;
border: solid thin;	
}
#jobs td{
border: solid thin;
text-align:left;
}
#jobs table td a {
color:#000000;
background-color:#fff;
}
#jobs .green {
color:#000000;
background-color:#C6EF7B;
text-align:left;
}
/* styles item in bold black */
.bold {
color:#000000;
background-color:transparent;
font-weight:bold;
}
.green {
color:#006233;
background-color:transparent;
font-weight:bold;
}
/* small type & italics */
.italics {
font-style:italic;
font-size:11px;
font-weight:bold;
}
.italicsreg {
font-style:italic;
font-size:12px;
font-weight:normal;
}
.italicsunderline
{font-style:italic;
font-size:12px;
font-weight:normal;
text-decoration:underline;
}
.top {
text-decoration:none;
}

#update {
font-size:10px;
text-align:center;
color: #666666;
background-color:inherit;
padding-top:15px;
}

#thumbs{
text-align:center;
margin-bottom:30px;
}
#thumbs table{
padding:10px;
border: solid #006233 4px;
}
#thumbs td{
text-align:center;
}
#camps table td{
background-color:#006233;
color: #FFF;
border:none;
text-align: center;
}
/* different background styles */


.campus {
background:url(../images/campus2.gif) no-repeat center;
color:inherit;
}
.anniversary { 
background: url(../images/filmstrip.gif) no-repeat;
color: inherit;
}
.mac {
background: #fff url(../images/MACphoto.jpg) no-repeat;
color:#000000;
padding-bottom:12em;
padding-top:1em;
}
.leftpadding{
	padding-left:1em;
}
.smallprint {
font-size: 10px;
}
.course {
color: #3333ff;
background-color:transparent;
font-weight:bold;
}
.border {
border:#003300 solid thin;
padding-left:10px;
padding-bottom:10px;
padding-top:10px;
width:95%;
}
.bordersmall {
border:#003300 solid thin;
padding-left:10px;
padding-bottom:10px;
padding-top:10px;
width:50%;
margin-left:25%;
}
#infobox .border h2 {
	text-align:center;
	color:#FFF;
	background-color:#006233;
	padding-top:5px;
	margin-left:5px;
	font-size:16px;
	width:95%;
}
#infobox .greenbkgrnd h2 {
	text-align:center;
	color:#FFF;
	background-color:#006233;
	padding-top:5px;
	margin-left:5px;
	font-size:16px;
	width:95%;
}
.thickborder {
border:#006233 solid thick;
padding:10px 5px 10px;
width: 85%;
margin-left:5%;
}
.medborder {
border:#006233 solid medium;
padding:10px 5px 10px;
width: 85%;
margin-left:5%;
}
.blockquote{
margin-left:25%;
margin-right:25%;
}
.navblockquote{
margin-left:5%;
margin-right:5%;
}

.textright{
text-align:right;
}
.textleft{
text-align:left;
}
.nopad {
margin-bottom:3em;
}
 
 #lowerContent {
	margin: 0;
	max-width: 850px;
	width: 850px;
	
	
	}
#lowerContent .leftcolumn {
float:left;
width:200px;


}
#lowerContent .rightcolumn {
float:right;
width:200px;



}
#lowerContent .middlecolumn{
	width:200px;
	margin-left:150px;
	margin-right:100px;
	float:left;
	padding-top:10px;
	
	
}
.emphasize {
	color: #682F73;
	font-weight: bold;
	background-color:inherit;
}
.fasttrack  {
text-align:center;
border:solid #000 1px;
}
.fasttrack .th{
color:#FFFFFF;
background-color:#000000;
}
.fasttrack .row{
color:#000;
background-color:#ff9900;
}
.orange {
color:#fff;
background-color:#ff9900;
}
#statistics{
font-size:9px;
border:none;
}
#statistics th{
font-size:10px;
font-weight:bold;
text-align:center;
}
#statistics .green {
color:#fff;
background-color:#006233;
}
#statistics .greenleft {
color:#fff;
background-color:#006233;
text-align:left;
}
#statistics .purple {
color:#000000;
background-color: #CCC;
}
/* .emphasize {
	color: #660066;
	background-color:inherit;
	font-weight: bold;
}
 */
.join{
	color:#006233;
	background: #f4fce5 url(https://imgssl.constantcontact.com/ui/images/visitor/bevel_bg_left_gray.gif);
	font-weight:bold;
	font-size:10px;
	width:130px;
	line-height:12px;
	text-align:center;
padding:5px;
font-family:Arial, Helvetica, sans-serif;

	border:#006233 thin solid;
	
	
}
.join a:link { 
	color: #006233;
	background-color:transparent;
	text-decoration: none;
	
}
.join a:visited { 
	color: #006233;
	background-color:transparent;
	text-decoration: none;
	
}
.join a:hover {  
	color: #006233;
	background-color:transparent;
	text-decoration:none;
	
}

.signup{
	background:#006233;
	text-align:center;
	margin-top:2px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	color:#FFF;
	
}


.signup a:link { 
	color: #FFF;
	background-color:transparent;
	text-decoration: none;
	
}
.signup a:visited { 
	color: #FFF;
	background-color:transparent;
	text-decoration: none;
	
}
.signup a:hover {  
	color: #FFF;
	background-color:transparent;
	text-decoration:none;
	
}

.safe_subscribe{
	
	padding-top:5px;
}
.trust{
	
	font-size:10px;
	color:#999;
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
}
.trust a:link { 
	color: #999;
	background-color:transparent;
	text-decoration: none;
	
}
.trust a:visited { 
	color: #999;
	background-color:transparent;
	text-decoration: none;
	
}
.trust a:hover {  
	color: #999;
	background-color:transparent;
	text-decoration:none;
	
}
.marginbottomlong{
	margin-bottom:475px;
}
.marginbottommed{
	margin-bottom:275px;
}
	#bottomlinks {
	text-align:center;
	vertical-align:baseline;
	padding-top:10px;
	font-size:12px;
	clear:both;	
}
#bottomlinks a{
	text-align:center;
	vertical-align:baseline;
	padding-bottom:5px;
	font-size:12px;
	font-weight: bold;
	color: #000000;
	background-color:inherit;
	text-decoration: none;
}
#bottomlinksII {
	text-align:center;
	vertical-align:baseline;
	padding-top:40px;
	font-size:12px;
	clear:both;	
	border-top:thick solid #006233;
	
}
	
.validation {
padding-top:25px;
text-align:center;
}
#bottomlinks a:hover{
color: #006600;
	background-color:inherit;
	text-decoration:underline;
	font-weight: bold;
}
table.minislide {
	width:328px;
	height:256px;
	text-align:center;
}
table.minislide td{
	background-color:#006233;
	color:inherit;
}
 #footer {
clear: both;
	margin: 0;
	color: #fff;
	font-size: 70%;
	text-align:center;
	color: #fff;
	background: #000;
	width:100%;
	height: 20px;
	padding-top: 0.5em;
	vertical-align: text-top;
}

 #rep .figureleft {
  float: right;
  width: 25%;
  border: thin silver solid;
  border-spacing: 50px;
  margin: 0.5em;
  padding: 0.5em;
}
#rep .figureleft p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}

table.athletic {
	font-family:Arial, Helvetica, sans-serif; font-size:12px;}
	
td.athletic { text-align:center;}

/* codes that style photos with captions on the athletic pages */
img.photo { 
	border:none; 
	padding: 5px;
}


img.figure {
	border: none;
}

 div.figure{
  float: right;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
 
}

div.figure p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}

 div.figureleft {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
 
}

div.figureleft p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}

 div.figurelarge {
  float: left;
  width: 50%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
 
}
div.figurelarge p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}
