﻿html {
	/* Forces vertical scroll bar on FF to eliminate page jump */
	overflow-x:auto;
	overflow-y:scroll;
}

body {
	font-family: Franklin Gothic Book, Arial, sans-serif;
		/*Arial, Helvetica, Sans-Serif;*/
	font-size:11pt;
	font-weight:normal;
	margin:0;
	padding:0;
	background-color:#ffffff;
	color:#000000;
	height:100%;
}

h3 {
	font-family: Franklin Gothic Book, Arial, sans-serif;
	font-size:11pt;
	font-weight:bold;
	margin:3px 0px;
	padding:0;
	background-color:#ffffff;
	color:#d57035;
	height:100%;
}
	
a {
	color:#3b5e9d;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

a img {
	border-style:none;
}

/* These all need height 100% in XHTML Transitional for Mozilla */
html,
form,
center {
	height:100%;
	margin:0;
	padding:0;
}

div,
form {
	margin:0;
	padding:0;
}

/************************************************/
/*  All Tables, cellpadding=0, cellspacing=0	*/
/************************************************/

table{
	border-collapse:collapse;
}
td{
	padding:0;
} 

/*********************************************
/ Wrapper table
*********************************************/
@media print {
	table.wrapper {
		background-color: #ffffff;
		margin:0;
		padding:0;
		text-align:left;
		height:100%;
	}
}
@media screen {
	table.wrapper {
		background-color: #ffffff;
		width: 960px;
		margin:0;
		padding:0;
		text-align:left;
		height:100%;
		background-repeat:repeat-y;
		background-position:left top;
		background-image: url(../images/lines.gif);
	}
}

/*********************************************
/ Header
*********************************************/
div.header {
	width:960px;
}
div.header div.whitebar {
	height:10px;
	background-color:#ffffff;
}
@media print {
	div.header div.printlogo {
		display:inline-block;
	}
	div.header div.greenbar {
		height:30px;
		background-color:#ffffff;
	}
	div.header div.greenbar div.tagline {
		font: 10pt Arial,Helvetica,Sans-Serif;
		font-weight:bold;
		float:left;
		
		line-height:27px;
		vertical-align:middle;
		
		padding-top:2px;
		padding-right:6px;
	}
}
@media screen {
	div.header div.printlogo {
		display:none;
	}
	div.header div.greenbar {
		width:958px;
		height:30px;
		background-color:#90c157;
		border-left: 1px solid #000000;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
	}
	div.header div.greenbar div.tagline {
		font: 10pt Arial,Helvetica,Sans-Serif;
		font-weight:bold;
		float:right;
		
		line-height:27px;
		vertical-align:middle;
		
		padding-top:2px;
		padding-right:6px;
	}
}

div.linespacer {
	height:1px;
	padding:0px;
	margin:0px;
	clear:both;
	line-height:1px;
}
div.header div.greenbar div.logout {
    font: 8pt Arial,Helvetica,Sans-Serif;
	float:left;
	padding-left:5px;
	padding-top:2px;
	text-align:left;
}
div.header div.greenbar div.logout div.logoutname {
	font-weight:bold;
}
div.header div.greenbar div.logout a {
	text-decoration:none;
}
div.header div.greenbar div.logout a:hover {
	text-decoration:underline;
}

/*********************************************
/ Left navigation
*********************************************/
@media print {
	div.leftcol {
		/* Don't show the left nav in the printout */
		display:none;
	}
}
@media screen {
	div.leftcol {
		width:253px;
		float:left;
	}
}
div.leftcol div.logo {
	/*height:101px;*/
	height:105px;
	background-color:#90c157;
	border-left:solid;
	border-left-color:#000000;
	border-left-width:1px;
	padding: 12px 0px 13px 20px;
}
div.leftcol div.navitem {
    font: 12pt Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#3b5e9d;
	
	/**/padding-top:10px;
	padding-left:18px;
}
div.leftcol div {
  font: 10pt Arial,Helvetica,Sans-Serif;
	font-weight:normal;
	color:#939393;
	
	padding-top:1px;
	padding-left:14px;
	padding-right:10px;
}
div.leftcol div.navitem a {
	color:#3b5e9d;
	text-decoration:none;
	/**/background-image: url(../images/nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
div.leftcol div.navitem a:hover {
	color:#d57035;
	/**/background-image: url(../images/nav_arrow_over.gif);
	background-repeat:no-repeat;
	background-position:center left;
}	
div.leftcol a span {
	padding-left:14px;
	padding-top:0px;
}

div.leftcol div.opennavitem {
    font: 12pt Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#d57035;
	
	padding-top:10px;
	padding-left:32px;

	background-image: url(../images/nav_arrow_open.gif);
	background-repeat:no-repeat;
	background-position:15px 10px;
}

div.leftcol div.subnavitem1 {
    font: 10pt Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#000000;

	padding-top:5px;
	padding-left:32px;
}
div.leftcol div.subnavitem1 a {
	color:#939393;
	text-decoration:none;
}
div.leftcol div.subnavitem1 a:hover {
	color:#000000;
}	
div.leftcol div.subnavitem1 div.selected {
	color:#000000;
	font-weight:bold;
	padding-left:0px;
}	
div.leftcol div.subnavitem2 {
    font: 10pt Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#000000;

	padding-top:1px;
	padding-left:48px;
}
div.leftcol div.subnavitem2 a {
	color:#939393;
	text-decoration:none;
}
div.leftcol div.subnavitem2 a:hover {
	color:#000000;
}	
div.leftcol div.subnavitem2 div.selected {
	color:#000000;
	font-weight:bold;
	padding-left:0px;
}	
div.leftcol div.subnavitem3 {
    font: 10pt Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#000000;

	padding-top:1px;
	padding-left:64px;
}
div.leftcol div.subnavitem3 a {
	color:#939393;
	text-decoration:none;
}
div.leftcol div.subnavitem3 a:hover {
	color:#000000;
}	
div.leftcol div.subnavitem3scholar {
    font: 10pt Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#d57035;

	padding-top:1px;
	padding-left:64px;
}
div.leftcol div.subnavitem3scholar a {
	color:#d57035;
	text-decoration:none;
}
div.leftcol div.subnavitem3scholar a:hover {
	color:#000000;
}	
div.leftcol div.subnavitem3 div.selected {
	color:#000000;
	font-weight:bold;
	padding-left:0px;
}	
div.leftcol div.search {
	padding: 15px 0px 10px 18px;
}
div.leftcol div.search input {
	padding:0px;
	margin:0px;
}
div.leftcol div.search a {
	padding: 3px 6px 2px 6px;
	background-color:#808080;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

/*div.pageTree { border:1px solid #000000; margin:0px 20px 0px 0px; width:341px; height:450px; overflow:auto; font-size:11px; float:left; }
div.pageTree th, td { padding:0px; }
div.pageTree a, span { color:#000000; }
.treeNodeSelected { font-weight:bold; }
div.treeEdit { width:343px; }*/

/*********************************************
/ Content
*********************************************/
div.rightcol {
	width:706px;
	float:left;
}
@media print {
	div.title {
		height:60px;

		font: 24pt Arial,Helvetica,Sans-Serif;
		color:#d57035;
		text-align:left;
		padding-left:22px;
		padding-top:40px;
	}
}
@media screen {
	div.title {
		/*height:60px;*/

		font: 24pt Arial,Helvetica,Sans-Serif;
		color:#d57035;
		text-align:left;
		padding-left:22px;
		padding-top:40px;
		float:left;
		background-image: url(../images/curve.gif);
		background-repeat:no-repeat;
		background-position: top left;
	}
}

@media print {
	div.title div.breadcrumb {
		font: 8pt Arial,Helvetica,Sans-Serif;
		color:#000000;
		text-align:left;
		padding-top:5px;
	}
	div.title div.breadcrumb a {
		color:#000000;
		text-decoration:underline;
	}
}
@media screen {
	div.title div.breadcrumb {
		font: 8pt Arial,Helvetica,Sans-Serif;
		color:#939393;
		text-align:left;
		padding-top:5px;
	}
	div.title div.breadcrumb a {
		color:#939393;
		text-decoration:none;
	}
	div.title div.breadcrumb a:hover {
		text-decoration:underline;
	}
}

div.rightcol div.content {
	width:644px;
	float:left;
	padding-left:22px;
	padding-top:18px;

    font: 11pt Franklin Gothic Book, Arial, sans-serif;
    /*Arial,Helvetica,Sans-Serif;*/
	font-weight:normal;
	color:#000000;
}
div.rightcol div.content p {
	margin-top:0px;
	margin-bottom:16px;
}
div.rightcol div.content img {
	margin-right:20px;
	margin-bottom:0px;
}
div.rightcol div.content div.sitemapentry {
    font: 11pt Franklin Gothic Book, Arial, sans-serif;
	font-weight:bold;
	padding: 25px 0px 0px 40px;
}
div.rightcol div.content div.sitemapentry a {
	color:#3b5e9d;
	text-decoration:underline;
}
div.rightcol div.content div.sitemapentry a:hover {
	color:#d57035;
	text-decoration:none;
}

div.rightcol div.content div.sitemapentry2 {
	padding: 5px 0px 0px 80px;
}
div.rightcol div.content div.sitemapentry2 a {
	color:#000000;
	text-decoration:underline;
}
div.rightcol div.content div.sitemapentry2 a:hover {
	text-decoration:none;
}

div.rightcol div.content div.sitemapentry3 {
	padding: 5px 0px 0px 120px;
}
div.rightcol div.content div.sitemapentry3 a {
	color:#000000;
	text-decoration:underline;
}
div.rightcol div.content div.sitemapentry4 a:hover {
	text-decoration:none;
}

div.rightcol div.content div.sitemapentry5 {
	padding: 5px 0px 0px 160px;
}
div.rightcol div.content div.sitemapentry5 a {
	color:#000000;
	text-decoration:underline;
}
div.rightcol div.content div.sitemapentry5 a:hover {
	text-decoration:none;
}

div.rightcol div.announce {
	/*background-color:#202020;*/
	background-color:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
	float:right;
	width:335px;
	
	margin-top:275px;

	text-align:left;
	padding-left:15px;
	padding-top:8px;
	padding-bottom:15px;
	padding-right:15px;
}
div.rightcol div.announce div.anntitle {
    font: 14pt Arial,Helvetica,Sans-Serif;
	color:#90C157;
	padding-bottom:5px;
}	
div.rightcol div.announce div.entry {
    font: 8pt Arial,Helvetica,Sans-Serif;
	color:#ffffff;
}
div.rightcol div.announce div.entrytitle {
	font-size:9pt;
	font-weight:bold;
}
div.rightcol div.announce div.separator {
	height:9px;
	
	/*border-bottom: 1px dotted #939393;
	margin-bottom:5px;*/
	background-image: url(../images/separator.gif);
	background-repeat:repeat-x;
	background-position: top left;
}
div.rightcol div.announce div.entry a {
	color:#00aeed;
	text-decoration:none;
}
div.rightcol div.announce div.entry a:hover {
	color:#00aeed;
	text-decoration:underline;
}

div.content ul {
	list-style-type: disc;
}


div.rightcol div.content div.searchresults {
    font: 11pt Franklin Gothic Book, Arial, sans-serif;
	font-weight:normal;
	padding: 25px 0px 0px 40px;
}
div.rightcol div.content div.searchresults div.searchtitle {
	font-weight:bold;
}
div.rightcol div.content div.searchresults div.searchtitle a {
	color:#3b5e9d;
	text-decoration:underline;
}
div.rightcol div.content div.searchresults div.searchtitle a:hover {
	color:#d57035;
	text-decoration:none;
}
div.rightcol div.content div.searchresults div.searchentry {
	padding: 15px 0px 0px 40px;
}
div.rightcol div.content div.searchresults div.searchentry a {
	color:#000000;
	text-decoration:underline;
}
div.rightcol div.content div.searchresults div.searchentry a:hover {
	text-decoration:none;
}
div.rightcol div.content div.searchresults div.searchentrysub {
	padding: 0px 0px 0px 15px;
}

div.rightcol div.content div.button {
	padding: 15px 0px 10px 18px;
}
div.rightcol div.content div.button a {
	padding: 3px 6px 2px 6px;
	background-color:#808080;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

table.control tr td {
	padding-bottom:5px;
}
table.control tr td.label {
	padding-right:10px;
	text-align:right;
	vertical-align: top;
}

table.control tr td.displayvalue {
	text-align:left;
}

table.about tr td {
	padding: 0px 10px 20px 0px;
	text-align:left;
	vertical-align:top;
}

/* Required entry fields "*" */
span.req {
	color:Red;
}

div.rightcol div.content div.scholarlogin {
	border: solid 1px black;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 6px 6px;
	float:right;
}

/*********************************************
/ Footer
*********************************************/
@media print {
	div.footer {
		/* Don't show the left nav in the printout */
		display:none;
	}
}
@media screen {
	div.footer {
		width:960px;
	}
}

div.footer div.whitebar {
	height:10px;
	background-color:#ffffff;
}
div.footer div.subnav {
	width:958px;
	height:29px;
	background-color:#ffffff;
	border-left: 1px solid #000000;
	border-top: 1px solid #939393;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #939393;
	color:#939393;
}
div.footer div.navitems {
    font: 10pt Arial,Helvetica,Sans-Serif;
	padding-top:6px;
	padding-left:6px;
	float:left;
}
div.footer div.navphotos {
    font: 7pt Arial,Helvetica,Sans-Serif;
	padding-right:10px;
	padding-top:6px;
	float:right;
}
div.footer a {
	color:#939393;
	text-decoration:none;
}
div.footer a:hover {
	text-decoration:underline;
}	
div.footer input {
	width:150px;
}
div.footer div.address {
	color:#939393;
	background-color:#ffffff;
	padding: 2px 0px 2px 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
    font: 8pt Arial,Helvetica,Sans-Serif;
    text-align:center;
}

/*********************************************
/ HTML content editor
*********************************************/
div.content div.htmlContent {
	padding:1px;
}

div.content div.htmlContentHighlight {
	border-color:#3b5e9d;
	border-style:dashed;
	border-width:1px;
	padding:0;
}

div.htmlContentMenu {
	width:200px;
	height:102px;
	background-color:#ffffff;
	color:#000000;
	position:absolute;
	cursor:pointer;
	border: solid 1px #000000;

}

html body div.htmlContentMenu a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	padding:5px 3px 5px 20px;
	display:block;
}

html body div.htmlContentMenu a:hover {
	background-color:#81c0cf;
}

div.htmlContentMenu a.brdB {
	border-bottom: solid 1px #888888;
}

div.htmlContentMenu a.brdT {
	border-top: solid 1px #888888;
}

div.htmlContentMenu a.check {
	background-image: url(../images/check.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
div.htmlContentMenu a.check:hover {
	background-color:#ffffff;
}

div.htmlContentMenu a.disabled {
	color:#aaaaaa;
}
div.htmlContentMenu a.disabled:hover {
	background-color:#ffffff;
}

.htmleditor {
	background-color:#ffffff;
}

.htmleditor a {
	text-decoration:underline;
	color:#000000;
}

/*********************************************
/ Validator Errors
*********************************************/
div.error,
ul.error {
	margin: 15px 0 5px 40px;
	padding:0;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #cc0000;
}

div.error a,
ul.error a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #cc0000;
}

ul.error {
	list-style:square;
	list-style-position:inside;
}

ul.error li {
	margin-left:10px;
}

/************************/
/*		Info Tables		*/
/************************/

table.info {
    border: none; /*solid 1px black;*/
}

table.info tr {
    padding: 5px;
    background-color: #f0f0f0;
}
table.info tr.alt {
	padding: 5px;
	background-color: #FFFFFF;

}
table.info tr.header_red td {
    background-color: #993333;
    font-weight: bold;
    color: White;
    text-align: left;
    /*border-bottom: solid 1px black;*/
}

table.info tr.header_brown td {
    background-color: #B1B18C;
    font-weight: bold;
    color: Black;
    text-align: left;
    /*border-bottom: solid 1px black;*/
}

table.info tr.header td {
	color:#000000;
	background-color:Silver;
    /*border-bottom: solid 1px black;*/
}

table.info tr.header td a {
	color:#000000;
	background-color:#eeeee3;
}

table.info td {
	padding: 5px 20px 5px 2px;
}

table.info td.nodata {
	font-style: italic;
}

/****************************/
/*		Donation tables  	*/
/****************************/
table.donation { border: 0px; padding: 2px; margin: 10px 0px 0px 0px; width:500px; }
table.donation td { border: 0px; padding: 5px; margin: 0px; }
table.donation td.amount { text-align: right; }
table.donation td.submit { text-align: center; padding-top:25px; }
table.donation input.fixed_amt { padding-left:100px; }
.htmlContent table tr { vertical-align:top; }
#donateForm { width:420px; }



