/*colors used in this design:

		kuea blue [pantone 293 C]: #0067B1 
		revised ku blue [panton 293]: #0047A8
		left and right column color [wheat]: #EBE1C3
		dark navy for text over wheat color: #004B8D
		darker wheat for background as option: #DAC995
		light blue/grey in header: #EBECEC
		burgundy: #7C0000
		brighter light blue: #F0F6FF
	

*/

body {
	background-image: url(../images/background3.gif);
	margin-top: 11px;
	background-repeat: repeat-x;
	background-color: #0047A8;/*ku blue*/
	margin-left: 0px; 
}

.skip {position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden;}

form {margin:0; padding:0;}

#wrapper {
	width: 800px;
	margin: 0px auto;
}
#container {
	float: left;
	width: 780px;
	background: #fff url("/images/bg.gif") left top repeat-y;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;	
}
#leftcol {
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;*/
	float: left;
	color: #000000;
	list-style-image: none;
	list-style-type: none;
	width: 150px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #EBE1C3; wheat*/
}
#midcol {
	width: 470px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}

/*This was done to make bulleted lists work in  Contribute without having to manually put in listnodeco. . .it messes up the list on the students stories pages*/
#midcol ul li {
	letter-spacing: 0em;
	word-spacing: 0em;
	font: normal 13.5px/20px Verdana, Arial, Helvetica, sans-serif;
	list-style: url(../images/arrow.gif) outside;
	margin-top: 10px;
}
#midcol a img {
	border: none;
}
#rightcol {
	width: 152px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;*/
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: left;
	/* background-color: #EBE1C3; wheat*/
	margin-right: -3px;/*this is necessary to solve the IE duplicate character bug {http://www.positioniseverything.net/explorer/dup-characters.html}*/!important;
}
#navWrap {
	/*height: 35px;
	float: left;
	width: 759px;*/
}
#navWrap ul {
	display: inline;
	/*height: 31px;*/
	list-style-image: none;
	list-style-type: none;
	/*overflow: hidden;*/
}
ul #mainNav {
	margin: 0;
	padding: 0;
	display: inline;
}
#navWrap ul a:hover {
	background-position: 0px -37px;
}
#navWrap ul a:active {
   	background-position: 0px -74px;
}
/*  individual main navigation buttons */
#givenow a {
	background-image: url(../images/btn_give_now.gif);
	background-repeat: no-repeat;
	width: 150px;
}
#waystogive a {
	width: 90px;
	background: url(../images/btn_ways_to_give2.gif) no-repeat;
}
#supportyourpassion a {
	width: 138px;
	background: url(../images/btn_sup_your_passion2.gif) no-repeat;
}
#donorrecognition a {
	width: 121px;
	background: url(../images/btn_donor_rec2.gif) no-repeat;
}
#campuseshospital a {
	width: 137px;
	background: url(../images/btn_camp_hosp2.gif) no-repeat;
}
#aboutus a {
	width: 72px;
	background: url(../images/btn_about_us2.gif) no-repeat;
}
#navWrap ul a {
	display: block;
	padding: 5px 0px 13px 0px;
	text-indent: -9000px;
	margin: 0 0 -1px 0;
}
/*drop downs controlled here*/
#navWrap ul ul {
	display: none;
	position: absolute;
	width: 12em;/*box width*/
	border: 1px solid #999999;
	top: 2.75em;
	margin: 0;
	padding: 0 0 0.5em 0;
	z-index: 10;
	background: #ffffff;
}
#navWrap ul ul li {
	display: block;
	width: 18em;/*for the text width not the box width*/
	text-decoration: none;
	color: #004B8D; /*navy*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#navWrap ul ul li a {
    width: auto;
    background-image: none;
    padding: 8px 0 0 9px;
	display: block;
	text-indent: 0;
	color: #004B8D; /*navy*/
	margin-bottom: 1px;/*this is where you change the leading between the lines of the drop down menus*/
	text-decoration: none;
}
#navWrap ul li:hover ul, #navWrap ul ul li:hover {
	display: block;
}
#navWrap ul ul li a:hover{
	color: #E31836;/*red*/
	text-decoration: none;
}
#navWrap ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
/* End Link Styles */
#navWrap2 { /* contains logo, atoz and search engine*/
	height: 55px;
	float: left;
	overflow: hidden;
	width: 850px;
	text-decoration: none;
}
#logo {
	background-image: url(../images/btn_home2.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	margin-top: 2px;
	margin-right: 4px;
	margin-left: 2px;
}
/*#logo a:hover {
	background-repeat: no-repeat;
	background-image: url(../images/btn_home2.gif);
	overflow: hidden;
}*/
#logo a {
	background-repeat: no-repeat;
	height: 45px;
	width: 200px;
	display: block;
	list-style-image: none;
	list-style-type: none;
	overflow: hidden;
}
#logo a span {
	display: none;
	overflow: hidden;
}
#atoz {
	display: block;
	vertical-align: top;
	margin-right: 20px;
	margin-left: 10px;
	float: left;
	margin-top: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#atoz li {
	/* hide from IE mac \*/
	float:left;
	/* end hiding from IE5 mac */
	margin: 0;
	padding: 0;
}
#atoz a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004B8D;
}
#atoz a:hover{
	text-decoration: underline;
	color: #E31836;
}
#atoz a:visited{
	text-decoration: none;
	color: #004B8D;
}
#atoz a:link{
	text-decoration: none;
}
#search {
	float: left;
	background: url(../images/search.gif) no-repeat;
	display: block;
	margin: 12px 5px 5px 30px;
	/*margin: 12px 5px 5px 45px; what it was before I made logo larger*/
	height: 20px;
	width: 126px;
}
#search2 {
	float: left;
	background: none;
	display: block;
	width: 177px;
	height: 20px;
	margin: 15px 5px 5px 2px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 15px;
	font-weight: normal;
	margin-left: 10px;
}
#resources {
	color: #004B8D;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	margin-top: -5px;
}
#leftcolsubnav {
	color: #004B8D;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	margin-top: -5px;
}
#leftcolsubnav li {
	padding: 5px 0 0;
}
#leftcolsubnav ul li {
	padding-bottom: 8px;
}
#leftcolsubnav2 {
	/*border-top: 1px solid #666666;*/
	color: #004B8D;
	list-style-image: none;
	list-style-type: none;	
	/*margin-top: -5px;*/	
}
#leftcolsubnav2 ul li {
	padding-bottom: 8px;
}
.listitembordertop {
	border-top: 1px solid #666666;
	list-style-image: none;
	list-style-type: none;
	margin-top: 10px;
	width: 125px;
	display: block;
	padding: 0px;
	margin-left: -29px;	
	padding-top: 15px;
}
#leftcol a:link {
	color: #004B8D;
	text-decoration: none;
	display: block;
}
#leftcol a:visited {
	color: #7C0000;
	text-decoration: none;
}
#leftcol a:hover {
	text-decoration: none;
	color: #E31836;/*red*/
}
#homebtn {
	color: #004B8D;
	list-style-image: none;
	list-style-type: none;
	margin-top: -5px;
	margin-left: 12px;
	/*border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;*/
}
#alumni {
	width: 125px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-left: -40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#corpfound, #faculstaff, #students, #parents, #friendsvolunteers, #newsmedia, #faqs, #whyigave {
	width: 125px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-left: -40px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#annualreporttwo {
	width: 126px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-left: -40px;
	height: 99px;
	display: block;
	background: url(../images/annual_report_btn09.gif) no-repeat 12px center;	
	text-indent: -9000px;
}
#annualreporttwo a {
    width: 126px;
    height: 90px;
    display: block;
    }
#annualreport {
	width: 126px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-left: -40px;
	height: 95px;
	display: block;
	background: url(../images/annual_report_btn09.gif) no-repeat 12px center;	
	text-indent: -9000px;
}
#annualreport a {
    width: 126px;
    height: 95px;
    display: block;
    }

#findusonfacebook {
	width: 126px;
	border: none;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-left: -40px;
	height: 38px;
	display: block;
	background: url(../images/findusonfacebook.jpg) no-repeat 12px center;
	text-indent: -9000px;
}
#findusonfacebook a {
    width: 126px;
    height: 38px;
    display: block;
	}
	
/* -----------------Annual Report 2008 Navigation--------------------*/

#arlead a {
	display: block;	
	text-indent: -9000px;
	width: 458px;
	height: 58px;
	background: url(/annualreport/2008/images/lead.gif) no-repeat;
}

#arlead a:hover {
	display: block;	
	text-indent: -9000px;
	height: 58px;
	background-position: 0px -58px;
}

#argreaterkufund a {
	display: block;	
	text-indent: -9000px;
	width: 226px;
	height: 58px;
	background: url(/annualreport/2008/images/1.gif) no-repeat;
}

#argreaterkufund a:hover {
	display: block;	
	text-indent: -9000px;
	height: 58px;
	background-position: 0px -58px;
}

#arfaculty a {
	display: block;	
	text-indent: -9000px;
	width: 226px;
	height: 58px;
	background: url(/annualreport/2008/images/5.gif) no-repeat;
}

#arfaculty a:hover {
	display: block;	
	text-indent: -9000px;
	height: 58px;
	background-position: 0px -58px;
}

#aracademics a {
	display: block;	
	text-indent: -9000px;
	width: 226px;
	height: 58px;
	background: url(/annualreport/2008/images/2.gif) no-repeat;
}

#aracademics a:hover {
	display: block;	
	text-indent: -9000px;
	height: 58px;
	background-position: 0px -58px;
}

#arfacilities a {
	display: block;	
	text-indent: -9000px;
	width: 226px;
	height: 58px;
	background: url(/annualreport/2008/images/3.gif) no-repeat;
}

#arfacilities a:hover {
	display: block;	
	text-indent: -9000px;
	height: 58px;
	background-position: 0px -58px;
}

#arathletics a {
	display: block;	
	text-indent: -9000px;
	width: 226px;
	height: 58px;
	background: url(/annualreport/2008/images/4.gif) no-repeat;
}

#arathletics a:hover {
	display: block;	
	text-indent: -9000px;
	height: 58px;
	background-position: 0px -58px;
}

#arstudents a {
	display: block;	
	text-indent: -9000px;
	width: 226px;
	height: 58px;
	background: url(/annualreport/2008/images/6.gif) no-repeat;
}

#arstudents a:hover {
	display: block;	
	text-indent: -9000px;
	height: 58px;
	background-position: 0px -58px;
}

#arscholarship a {
	display: block;	
	text-indent: -9000px;
	width: 226px;
	height: 58px;
	background: url(/annualreport/2008/images/7.gif) no-repeat;
}

#arscholarship a:hover {
	display: block;	
	text-indent: -9000px;
	height: 58px;
	background-position: 0px -58px;
}

#arservice a {
	display: block;	
	text-indent: -9000px;
	width: 226px;
	height: 58px;
	background: url(/annualreport/2008/images/8.gif) no-repeat;
}

#arservice a:hover {
	display: block;	
	text-indent: -9000px;
	height: 58px;
	background-position: 0px -58px;
}

/* -----------------Annual Report 2009 Navigation--------------------*/


.ar09gray {
	display: block;
	background-color: #bcbbaf;
	width: 440px;
	clear: both;
	padding: 10px;
}

#arlead09 a {
	display: block;	
	text-indent: -9000px;
	width: 460px;
	height: 57px;
	background: url(/annualreport/2009/images/btn_leadership_letter.gif) no-repeat;
}

#arlead09 a:hover {
	display: block;	
	text-indent: -9000px;
	height: 57px;
	background-position: 0px -57px;
}

#artwonewgiverecords09 a {
	display: block;	
	text-indent: -9000px;
	width: 460px;
	height: 57px;
	background: url(/annualreport/2009/images/btn_two_giving_records.gif) no-repeat;
}

#artwonewgiverecords09 a:hover {
	display: block;	
	text-indent: -9000px;
	height: 57px;
	background-position: 0px -57px;
}

#arsupportu09 a {
	display: block;	
	text-indent: -9000px;
	width: 460px;
	height: 57px;
	background: url(/annualreport/2009/images/btn_support_the_university.gif) no-repeat;
}

#arsupportu09 a:hover {
	display: block;	
	text-indent: -9000px;
	height: 57px;
	background-position: 0px -57px;
}

#arsupportstudents09 a {
	display: block;	
	text-indent: -9000px;
	width: 460px;
	height: 57px;
	background: url(/annualreport/2009/images/btn_support_for_students.gif) no-repeat;
}

#arsupportstudents09 a:hover {
	display: block;	
	text-indent: -9000px;
	height: 57px;
	background-position: 0px -57px;
}

#arsupportfaculty09 a {
	display: block;	
	text-indent: -9000px;
	width: 460px;
	height: 57px;
	background: url(/annualreport/2009/images/btn_support_for_faculty.gif) no-repeat;
}

#arsupportfaculty09 a:hover {
	display: block;	
	text-indent: -9000px;
	height: 57px;
	background-position: 0px -57px;
}

#arsupportprogsedu09 a {
	display: block;	
	text-indent: -9000px;
	width: 460px;
	height: 57px;
	background: url(/annualreport/2009/images/btn_support_for_programs_edu.gif) no-repeat;
}

#arsupportprogsedu09 a:hover {
	display: block;	
	text-indent: -9000px;
	height: 57px;
	background-position: 0px -57px;
}	

#arsupportfacilities09 a {
	display: block;	
	text-indent: -9000px;
	width: 460px;
	height: 57px;
	background: url(/annualreport/2009/images/btn_support_for_facilities.gif) no-repeat;
}

#arsupportfacilities09 a:hover {
	display: block;	
	text-indent: -9000px;
	height: 57px;
	background-position: 0px -57px;
}

#arsupportresearch09 a {
	display: block;	
	text-indent: -9000px;
	width: 460px;
	height: 57px;
	background: url(/annualreport/2009/images/btn_support_for_research.gif) no-repeat;
}

#arsupportresearch09 a:hover {
	display: block;	
	text-indent: -9000px;
	height: 57px;
	background-position: 0px -57px;
}

#arreadonline09 a {
	display: block;	
	text-indent: -9000px;
	width: 460px;
	height: 57px;
	background: url(/annualreport/2009/images/btn_read_online.gif) no-repeat;
}

#arreadonline09 a:hover {
	display: block;	
	text-indent: -9000px;
	height: 57px;
	background-position: 0px -57px;
}	



	
/*#whyigave {
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-left: -40px;
}*/
#midcol p {
	color: #000000;
	letter-spacing: 0em;
	text-align: left;
	word-spacing: 0em;
	font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 1.25em;
	padding: 0px 6px;
}
.midcolheader, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	letter-spacing: 0em;
	text-align: left;
	font-style: normal;
	line-height: 21px;
	font-weight: bolder;
	word-spacing: 0em;
	margin: 0px;
	padding: 0px;
}
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	letter-spacing: 0em;
	text-align: left;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	word-spacing: 0em;
	margin: 0px;
	padding: 6px;
}
.tabletext09 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	letter-spacing: 0em;
	text-align: left;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	word-spacing: 0em;
	margin: 0px;
	padding: 6px;
	border: 1px solid #FFFFFF;
}
.midcolsmalllinks {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	line-height: 16px;
	color: #0067B1;
	padding: 6px 0px 9px 6px;
	margin: 0px 6px 16px 0px;
}
.fineprint {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #000000;
}
#img {
	float: right;
	margin-bottom: 4px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 1px;
	width: 200px;
}
#img p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;

	width: 200px;
}
#img2 {
	float: right;
	margin-bottom: 4px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 1px;
	width: 150px;
}
#img2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;

	width: 200px;
}

#midcollist {
	float: right;
	margin-bottom: 4px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 150px;
	margin-right: -2px;
	color: #004B8D;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 1px;
	background: #DAC995;
	font: 12.5px Verdana, Arial, Helvetica, sans-serif;
	list-style: url(none) none;
	text-decoration: none;
}
#midcollist ul li {
	display: block;
	text-decoration: none;
	padding: 0px 3px 8px 0px;
	list-style: url(none) none;
	margin-left: -30px;
}

#midcollisttwo {
	float: right;
	margin-bottom: 4px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 200px;
	margin-right: -2px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-top: 1px;
	background: #DAC995;
	list-style: url(none) none;
	text-decoration: none;
}
#midcollisttwo ul li {
	display: block;
	text-decoration: none;
	padding: 0px 2px 2px 0px;
	list-style: url(none) none;
	margin-left: -30px;
	font: 11.5px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -5px;
}
#midcol ol {
	list-style: decimal outside;
	font: normal 13px/21px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 7px;
}
#midcol ol li{
	margin-top: 0px;
	margin-bottom: 1em;
	padding: 0px;
	margin-right: 0px;
}
#listnodeco {
	font: normal 13px/21px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style: url(none) none outside;
	margin: 0px 0px 5px -34px;
	padding: 0px;
}
#listnodeco li{
	text-decoration: none;
	display: block;
	list-style: url(none) none;
	margin: 0px 0px 14px;
	padding: 0px;
}
#listdeco {
	font: normal 13px/21px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px 0px 8px;
	padding: 0px 7px 0px 0em;
}
.required {
	color: #E31836;
	font: normal 13px/21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#tr {
	font: normal 13px/21px Verdana, Arial, Helvetica, sans-serif;
}

#tblformat {
	font: normal 13px/21px Verdana, Arial, Helvetica, sans-serif;
}

#listdeco li{
	list-style: url(../images/arrow.gif) outside;
	text-decoration: none;
	margin: 5px 0px 10px -10px;
	padding: 0px;
}
#midcollist a:link {
	color: #004B8D;
	text-decoration: none;
}
#midcollist a:hover{
	text-decoration: none;
	color: #E31836;/*red*/
}
#midcollist a:visited{
	text-decoration: none;
	color: #FFFFFF;/*white*/
}
.midcollistheader {
	color: #7C0000;
	font-size: 12px;
}
#bethediff {
	height: 291px;
	width: 472px;
}

#bethediff a img {
	border: none;
}

link {
	text-decoration: none;
}
#student {
	float: left;
	width: 310px;
	height: 125px;
	padding: 2px 2px 2px 0;
}
#student a img {
	border: none;
}
#newbar {
	width: 154px;
	margin-top: 2px;
	padding-left: 4px;
	padding-bottom: 6px;
	float: left;
	color: #FFFFFF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	/*background: #0067B1;*/
	background: #E31836;
	padding-top: 5px;
}
#newitems {
	height: 123px;
	width: 154px;
	padding-top: 4px;
	padding-left: 4px;
	float: left;
	background: #EBECEC;
}
#newitems2 {
	height: 97px;
	width: 154px;
	padding-top: 4px;
	padding-left: 4px;
	float: left;
	background: #EBECEC;
}
#helpus {
	height: 123px;
	width: 152px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	padding-left: 4px;
	float: left;
}
.helpusred {
	font-family: "Times New Roman", Times, serif;
	color: #E31836;
	font-size: large;
}
.helpusblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0067B1;
}
#helpus p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	margin: 0px;
}
.helpusp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	margin: 0px;
}
#helpus a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #004B8D;
	text-decoration: none;
}
#helpus a:hover{
	text-decoration: none;
	color: #E31836;
}
#helpus a:visited{
	color: #666666;
	text-decoration: none;
}
#seachange {
	float: left;
	margin-top: 1px;
	background-color: #E31836;
	width: 472px;
	height: 83px;
}
#headlines {
	color: #004B8D;
	width: 153px;
}
#headlinefirst {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-left: -29px;
	width: 130px;
}
#headlinesmid, #headlinesmid2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 8px;
	margin-left: -29px;
	width: 130px;
}
#headlinelast {
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 8px;
	margin-left: -29px;
	width: 130px;
}
.eventsright {
	float: right;
	margin-top: -12px;
}
#hawkfun {
	list-style-image: none;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -20px;
	height: 50px;
	display: block;
	background: url(../images/rule_white.gif) no-repeat 7px 52px;
}
#rightcol a:link {
	color: #004B8D;
	text-decoration: none;
}
#rightcol li {
	margin-bottom: 10px;
}
#rightcol a:hover{
	text-decoration: none;
	color: #E31836;
}
#rightcol a:visited{
	color: #7C0000;
	text-decoration: none;
}
#toolsinfo {
	color: #004B8D;
	width: 150px;
}
#toolsinfo h1 {
	border-top: 1px solid #666666;
	padding-top: 10px;
	padding-left: 0px;
}
#didyouknow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 10px;
	padding-right: 8px;
	width: 132px;
}
#didyouknow a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E31836;
	text-decoration: none;
}
#didyouknow a:hover{
	color: #0067B1;
}
#didyouknow a:visited{
	color: #666666;
	text-decoration: none;
}
.listitemone {
	list-style-image: none;
	list-style-type: none;
	margin-left: -29px;
	width: 125px;
	display: block;
}
.listitemone a img {
	border: none;
}
.listitemtwo {
	list-style-image: none;
	list-style-type: none;
	margin-left: -29px;
	width: 125px;
	display: block;
}
.listitemtwo a img {
	border: none;
}

/*
 footer */
#footer {
	font-size: 67%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCBEC0;
	background-color: #F0F6FF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	z-index: 7;
	clear: both;
	
}
#footer p {
	padding: 5px;
	margin: 3px;
	
}
#footerleft {
	text-align: left;
	color: #000;/*black*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
		
}





#footerright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 3px;
	padding: 5px;
	float: right;
	color: #004B8D;
	text-decoration: none;
}

#footerright a{
	color: #004B8D;
	text-decoration: none;
}

#footerright a:hover{
	color: #E31836;
	text-decoration: none;
}

#footerright a:visited{
	color: #0067B1;
	text-decoration: none;
}




#survey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 3px;
	padding: 5px;
	float: right;
	color: #E31836;
	text-decoration: none;
	clear: both;
	font-weight: bolder;
}

#survey a {
	color: #E31836;
	text-decoration: none;
}

#survey a:hover {
	color: #004B8D;
	text-decoration: none;
}


/*a {
	text-decoration: none;
	color: #004B8D;kuea blue pantone 293 C
}*/
#midcol a {
	text-decoration: none;
	color: #004B8D; /*kuea blue pantone 293 C*/
	font-weight: bold;
}
#midcol a:hover {
	color: #E31836;
	text-decoration: underline;
}
#midcol a:visited {
	color: #7C0000;/*burgundy*/
	text-decoration: none;
}
#midcol a:visited:hover {
	text-decoration: underline;
}
.headlinesmid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -29px;
	width: 130px;
}

.mrrowindex{
	border-top:1px solid #cccccc;
	padding: 3px 0px 0px;
	font-size: 11px;
	color: #333333;
}
.notactive {
	color: #999999;
}
fieldset fieldset {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	background-image: url(/images/dotted-line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
fieldset h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em;
}
fieldset fieldset h3 {
	color: #1F3C74;
	background-color: #fff;
	margin-bottom: 1em;
}
p.tip {
	color: #1F3C74;
}
#credit-card-address h3 {
	margin-top: 1em;
}

#isAlumniElement {
	padding-left: 1em;
}
div.questions {
	color: #1F3C74;
	border: 1px solid #DBE2E8;
	background-color: #F6F7F8;
	margin-bottom: 2em;
}
div.questions h3 {
	font-weight: normal !important;
	margin: 1em;
	color: #C71444;
}
div.questions p {
	margin: 1em;
	line-height: 1.5em;
}

  
.columnone {
  float: left;
  width: 150px;
  text-align: right;
  font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
}
.columntwo {
  float: right;
  width: 300px;
  text-align: left;
  font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
}
.center {
	margin-left: 50px;
}
.columnthree {
  float: right;
  width: 250px;
  text-align: left;
  font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
}
.column {
  float: left;
  width: 460px;
  text-align: left;
  font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
}
.columnfour {
  float: left;
  width: 70px;
  text-align: left;
  font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
}
.columnthumb {
	float: left;
	width: 80px;
	text-align: left;
	font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
}
.columnfive {
	float: left;
	text-align: left;
	font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 10px 5px;
	width: 430px;
}
.columnsix {
	float: left;
	text-align: left;
	font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 10px 5px;
	width: 340px;
}
.columnseven {
  float: left;
  width: 300px;
  text-align: left;
  font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
}
.columneight {
	float: right;
	width: 150px;
	text-align: left;
	font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
}
.columnnine {
	float: left;
	width: 143px;
	text-align: left;
	font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}
.columnninesub {
	float: right;
	width: 138px;
	text-align: right;
	font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
}

div.spacer {
  clear: both;
}


.submitgift {
	width: 144px;
	float: right;
	display: block;
	line-height: 30px;
}
#midcol input:hover.submitgift  {
    background-position: 0px -41px;
    display: block;
	text-decoration: none;
}
input.submitgift {
	background: url(../images/btn_submit_gift.gif) no-repeat;
	padding: 0 0 11px 0;
	margin: 0;
	height: 30px;
}
input.submit {
	background: url(../images/btn_submit.gif) no-repeat;
	margin: 0;
	height: 41px;
}
a.submitgift {
	background: url(../images/btn_submit_gift.gif) no-repeat;
	padding: 0 0 11px 0;
	margin: 0;
}
#midcol a:hover.submitgift  {
    background-position: 0px -41px;
    display: block;
	text-decoration: none;
}

a.submit {
	background: url(../images/btn_submit.gif) no-repeat;
	padding: 0 0 11px 0;
	margin: 0;
}
.submit {
	width: 76px;
	float: right;
	display: block;
	line-height: 30px;
}
#midcol input:hover.submit  {
    background-position: 0px -41px;
    display: block;
	text-decoration: none;
}
#midcol a:hover.submit  {
    background-position: 0px -41px;
    display: block;
	text-decoration: none;
}

div.makeagift
{
	width: 93px;
	height: 28px;
	background: url(../images/btn_make_gift_over.gif) no-repeat;
	margin: 0;
	padding: 0;	
	float: right;
}
div.makeagift a
{
	background: url(../images/btn_make_gift_up.gif) no-repeat;
    /*border: solid 1px black;*/
    padding: 0;    
    height: 28px;
    display: block;
}
div.makeagift a span
{
	display: none;	
}
div.makeagift a:hover
{
	background: none;
}

/*
input.makeagift {
	background:
	margin: 0;
	height: 28px;
}
#midcol input:hover.makeagift  {
    background: 0px -28px;
    display: block;
	text-decoration: none;
}
.makeagift {
	width: 94px;
	float: right;
	display: block;
	line-height: 17px;
}
a.makeagift {
	background: url(../images/btn_make_gift.gif) no-repeat;
	padding: 0 0 11px 0;
	margin: 0;
}
#midcol a:hover.makeagift  {
    background-position: 0px -28px;
    display: block;
	text-decoration: none;
}*/
.extrabuttontext {
	font: normal 9px/10px Verdana, Arial, Helvetica, sans-serif;
	width: 94px;
	float: right;
	padding-top: 5px;
	color: #990000;
}

input.continue {
	background: url(../images/btn_continue.gif) no-repeat;
	margin: 0;
	height: 28px;
}

input.clear {
	background: url(../images/btn_clear_up.gif) no-repeat;
	margin: 0;
	height: 28px;
}

input.cancel {
	background: url(../images/btn_goback_up.gif) no-repeat;
	margin: 0;
	height: 28px;
}

input.continue_pop_up 
{
    background: url(../images/btn_continue_up.gif) no-repeat;
	margin: 0;
	height: 28px;
}

.cancel, .clear, .continue_pop_up 
{
   	width: 61px;
	float: left;
	display: block;
	line-height: 17px; 
}

#midcol input:hover.continue  {
    background-position: 0px -28px;
    display: block;
	text-decoration: none;
}

.continue {
	width: 76px;
	float: right;
	display: block;
	line-height: 17px;
}

a.continue {
	background: url(../images/btn_continue.gif) no-repeat;
	padding: 0 0 11px 0;
	margin: 0;
}

#midcol a:hover.continue  {
    background-position: 0px -28px;
    display: block;
	text-decoration: none;
}

div.row {
	background-color: #F0F6FF;/*brighter light blue*/
    padding: 10px 7px;
	margin: 3px auto;
	font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
  }
div.row p {
    float: left;
    width: 345px;
    font-size: 70%;
}

div.row h3 {
    font-size: 95%;
    font-weight: bold;
    width: 345px;
}

div.rowtwo { /*for thumb then title area for /news_events/news_releases/*/
	/* background-color: none; */
	padding: 10px 7px;
	margin: 3px auto;
	font-size: 95%;
	border-bottom: 1px solid #CCCCCC;
  }
  
div.rowtwo p {
    float: left;
    width: 345px;
    font-size: 70%;
}

div.rowtwo h3 {
    font-size: 95%;
    font-weight: bold;
    width: 345px;
}
div.rowthree { /*for contacting help at the bottom of all give now pages/*/
	background-color: #F0F6FF;/* kuea blue [pantone 293 C]: #0067B1 dark navy for text over wheat color: #004B8D*/
	padding: 10px 7px;
	margin: 3px auto;
	font-size: 95%;
	border-top: 1px solid #999999;	 
}
  
div.rowthree p {
	float: left;
	width: 445px;
	font-size: 70%;
}

div.rowthree h3 {
    font-size: 95%;
    font-weight: bold;
    width: 345px;
	}


#downarrow a {
	background: url(../images/btn_down_arrow.gif) no-repeat;
	width: 19px;
	height: 19px;
	display: block;
	text-indent: -9000px;
}
#downarrow a:hover {
	background: url(../images/btn_down_arrow.gif) no-repeat center -18px;
	text-indent: -9000px;
	display: block;
	height: 19px;
	width: 19px;
}
.smalllinks {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #0067B1;
	padding: 0px 0px 0px 6px;
	margin: 0px;
}
.smalllinksright {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #0067B1;
	padding: 0px 0px 0px 6px;
	margin: 0px;
	float: right;
}
#footnote {
	border-top: 1px solid #999999;	
	padding-top: 15px;
	margin-top: 10px;
}
#centermidcol {
	padding: 0px 0px 0px 25px;
	width: 450px;
	margin: 0% auto;
}





/* jobs list css */

#jobs-list {
	margin-bottom: 2em;
}
#jobs-list table {
	width: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#jobs-list th {
	font-weight: bold;
	background-color: #0067B1;
	color: #FFFFFF;
}
#jobs-list th#head-date {
	width: 7em;
}
#jobs-list th#head-title {
}

#jobs-list th {
	padding: .25em .5em;
	text-align: left;
}
#jobs-list td {
	border-left: 1px;
	padding: .3em .5em;
	background: #EBECEC;
}
.returntojobs {
	padding: 3px 0px 0px;
	font-size: 11px;
	color: #333333;
}


/*photo gallery 1: thumbs without title next to photo*/

#photos {
	margin-top: 1em;
	height: 500px;
	width: 468px;
}
#photos a {
	display: block;
	text-decoration: none;
	float: left;
	margin-bottom: 10px;
	padding-left: 5px;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
	border: none;
}
#photolarge {
	background: #EBECEC;
	padding: 12px;
}
.floatleft {
	float: left;
}
#photolarge img{
	border: none;
	padding-bottom: 20px;
}
#photos img {
	border: none;
}

/* >students  >loans */

#loanalert {
	float: right;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background: #ffffff;
	padding: 5px;
	border: 4px solid #E31836;
}
#loanalert p {
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #004B8D;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 6px;
	width: 195px;
}
.loanfineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
}

/*photo gallery 2: thumbs with title next to photo (for wp4ku) */

#photostwo {
	margin-top: 1em;
	width: 468px;
}
#photostwo a {
	display: block;
	text-decoration: none;
	text-decoration: none;
}
#phototwolarge {
	background: #EBECEC;
	padding: 12px;
}
#phototwolarge img{
	border: none;
	padding-bottom: 20px;
}
#phototwos img {
	border: none;
}
#photostwo td {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
.center {
	margin-left: 100px;
}
.searchresults {
	padding: 10px 7px 10px 15px;
	margin: 3px auto;
	background: #FFFFFF;
}
#videocenter {
	padding-right: 50px;
	padding-left: 50px;
	width: 320px;
}
#videoframe {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 742px;
	height: 531px;
	margin: 0px auto;

}
.wp4kuimage{
	width: 80px;
	float: left;
	padding: 0px;
	margin: 0px 10px 10px 0px;

}
.wp4kutext{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 8px 0px 0px;
	padding: 5px 0px 10px 0px;
	float: left;
	width: 130px;
	
}


/* Below is the css for the why I gave page modeled after the division leadership page*/
div.whyigave {
	background-color: #FFFFFF;
    padding: 10px 7px;
	margin: 3px auto;
	font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
  }
div.whyigave p {
    float: left;
    /*width: 345px;*/
    font-size: 70%;
}
.pictureleft {
  float: left;
  width: 175px;
  text-align: right;
  font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
}
.textright {
  float: right;
  width: 270px;
  text-align: left;
  font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
}
.textleft {
  float: left;
  width: 270px;
  text-align: left;
  font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
}
.pictureright {
	float: right;
	width: 175px;
	text-align: left;
	font: normal 13.5px/18px Verdana, Arial, Helvetica, sans-serif;
}
.uparrow {
	padding: 0px;
	font-size: 9px;
	text-decoration: none;
	display: none;
	margin: 0px;
}

.searchTable 
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0em;
	line-height:18px;
	text-align:left;
	word-spacing:0em;
}
.searchTable a
{
	color:#004B8D;
	font-weight:bold;
	text-decoration:none;
	font-size:13.5px;
}
.modalPopup 
{
    background-color:#fff;
    border-width:3px;
    border-style:solid;
    border-color:#0047A8;
    padding:3px;
    width:675px;
}
.modalBackground 
{
    background-color:#ebe1c3;
    filter:alpha(opacity=80);
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position:fixed;
}

