@charset "utf-8";
/* CSS Document */
body{
    font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	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 */
	font-size:11px;
}

body #wrapper{
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:#F7F7F7 solid 1px;
}
#content a{
	color:#003366 ; 
	text-decoration:underline;
}	
#content a:hover{
	color:#990000; 
	text-decoration:none;
}

#h1{
font-size:26px;
color:#000033;
width:100%;
padding-top:5px;
padding-bottom:5px;
width:100%;

}

.h2{
font-size:16px;
color:#999999;
margin-bottom:5px;
}
.UNCF #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#content
{
	width:100%;
	padding-bottom:10px;	
	background-image:url(images/assets/containerBgSideNav.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
}
#tblContent
{
	width:100%;
	padding-bottom:10px;
	background-image:url(../images/assets/containerBgSideNav.jpg);
	background-image:url(images/assets/containerBgSideNav.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
}
#tblContent a {
	color:#990000;
}
#tblContent a:hover {
	text-decoration:none;
}

.UNCF #footer {
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:right;	
	font-size:10px;
} 

.UNCF #footer a:link, a:visited, a:active {
	text-decoration: none;
	color: #0a2643;
}
.UNCF #footer a:hover {
	text-decoration:underline;
	color:#FFCC00;
}
.UNCF #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:10px 5px 10px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #0a2643;
}

/******************** Dropdown Menu ****/
#dropmenudiv{
position:absolute;
border:1px solid #003399;
border-bottom-width: 0;
font:normal 10px ;
line-height:18px;
z-index:100;
text-align:left;
padding-left:10px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000066;
padding: 1px 0;
text-decoration: none;
color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#3877ba;
color:#CCCCCC;
}
/************************************************************************************* Old CSS**/
.homenote {
	font-size:10px;
	color:#333333;	
}



td, th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input,form, select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: Black;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

li li {
	list-style-type: decimal;
	list-style-image: none;
}
li.num{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #141414;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	list-style-type: decimal;
}

li.privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #141414;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	
}
#tblContent a{
	color: Maroon;
	font-weight: bold;
	text-decoration : underline;
}
#tblContent a:hover{
	color: Maroon;
	font-weight: bold;
	text-decoration : none;
}

/*#tblContent a.body:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration : none;
}*/
#tblContent a.Bell{
	color: #00cccc;
	font-weight: bold;
	text-decoration : underline;
}
#tblContent a.Bell:hover{
	color: #00cccc;
	font-weight: bold;
	text-decoration : none;
}
/*#tblContent a.body:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration : none;
}*/

#tblContent a.body:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration : underline;
}
/*#tblContent a.navbody:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	text-decoration : none;
}*/

/*#tblContent a.navbody:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	text-decoration : none;
}*/

#tblContent a.navbody:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	text-decoration : underline;
}

/*
#tblContent a.terms:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-decoration : none;
}*/

/*#tblContent a.terms:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration : none;
}*/

#tblContent a.terms:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration : underline;
}
/*background colors*/
.graybg{
/*background-color: #dcdcdc;*/
	background-image: url(../images/gray_bg.jpg);
	background-repeat: repeat;
}
.ltgraybg{
background-color: #dcdcdc;
}
.dkgraybg{
background-color: #333333;
}
.lightbluebg{
	background-color: #D6DBF2;
}
.goldbg{
	background-color: #CC9900;
	background-image: url(../images/gold_bg.jpg);
	background-repeat: repeat-x;
}
.lightgoldbg{
	background-color: #FFE080;
}
.ltgoldbg{
	background-image: url(../images/lightbox.jpg);
	background-repeat: repeat;
	background-color: #FEE38C;
}
.ltgoldbg2{
	background-color: #FEF6D8;
}
.mdgoldbg{
	background-color: #FFC30D;
	background-image: url(../images/mediumbox.jpg);
}
.greenbg{
	background-color: #336600;
	}
.red_gbg{
	/*background-color: #8D3B01;
	background-image: url(../images/redg_bg.jpg);*/
	background-image: url(../images/redg_bg3.jpg);
	background-repeat: repeat;
	background-color: #8A3701;
}
.red_gbg2{
	background-color: #7F2500;
	background-image: url(../images/red_gbg2.jpg);
	background-repeat: repeat-x;
}
.redgbg{
	background-color: #8D3B01;
	background-repeat: repeat-x;
}
.red_bg{
	background-color: #660000;
}
.red_fbg{
	background-color: #663300;

}
.whitbg{
	background-color: White;
	background-repeat: repeat;
}

.lightgreenbg {
	background-color: #F1FDE3;
}
/*Text information */
.snote {
	font-size: 12px;
	color: #141414;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.tableheader{
	font-size: 12px;
	color: #330000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #D2B48C;
}

.headertitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #003300;
	font-weight: bold;
	font-variant: normal;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
}
.htitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
	font-weight: bold;
	font-variant: normal;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
}
.headerbold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #003300;
	font-weight: bold;
	font-variant: normal;
}
.imgleft{
	float: left;
	margin-right: 5px;
}
.imgright{
	float: right;
	margin-left: 3px;
}

.redtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: Maroon;
}
.cheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #181868;
	font-weight: bold;
}
.searchsite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-weight: 600;
}
.wmenu{
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: White;
	/*background-color: #CC9A03;*/
	margin-top: 3px;
	margin-bottom: 3px;
}
.notice{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: Black;
	margin-top: 3px;
	margin-bottom: 3px;
}
.newButton{
	background-color: #E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000033;
	border: 1px solid Black;
}

.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	color: #141414;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
}
.fcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #141414;
}
.newscontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	color: #141414;
	margin-left: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
}
.homecontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #141414;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
}
.homenote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: Maroon;
}


.topcontent{
	margin-top: 7px;
	
}

.downred{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: Red;
}
.contact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339900;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-right: 7px;
}
.calendardate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Maroon;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
}
.calendarinfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F0000;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 25px;
}
.redcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Maroon;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	font-variant: small-caps;
}
.dredcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Maroon;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	font-variant: small-caps;
}
.bluehead_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #181868;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	font-variant: small-caps; /*text-transform: uppercase;*/
}
.release{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: Navy;
	font-variant: small-caps;
}
.release_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: Navy;
	font-variant: small-caps;
}
.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}
.faqs{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
	font-weight: bold;
	font-variant: normal;
}
.questions{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	font-weight: bold;
	font-variant: normal;
}
.ans{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	font-weight: bold;
	font-variant: normal;
}



.tcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #141414;	
}
.vbar{ background-color: #181A67; }

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #346702;
}
.idetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #346702;
}

.searchquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #346702;
}
.isearchquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #346702;
}
.searchbg{
	background-color: #CC9900;
	border-bottom: 1px solid #336600;	
}

.scholar_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #181868;
	font-weight: bold;
	font-variant: normal;
}
.scholar_name{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
	font-weight: bold;
	font-variant: normal;
}
.titlename{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
	font-weight: bold;
	font-variant: normal;
}
.donor_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
	font-weight: bold;
	font-variant: normal;
}
.aeos_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #003300;
	font-weight: bold;
	font-variant: normal;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
}
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color: #ffffff;
color: #000040;
width: 300px;
text-align: left;
font-weight:bold;
margin-left: 10px;
margin-top: 7px;
margin-bottom: 7px;
margin-right: 7px;
}

.submenu{
margin-bottom: 0.5em;
margin-left: 10px;
margin-top: 7px;
/*margin-bottom: 7px;*/
margin-right: 7px;
}
.confirm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
	font-weight: bold;
	font-variant: normal;
}
.updated
{
    font-weight: bold;
    font-size: 10px;
    font-family: Arial, Verdana
}
katimg {
	margin: 0px;
	padding: 0px;
}

.UNCF #footer p, .UNCF #footer a {
font-size: 10px;
font-weight: normal;
font-family: Arial, Helvetica, sans serif;
}
