
h1 {
	color: #333333;
	font-size: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #666666;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 8px;
	margin-left: 24px;
	line-height: 22px;
}

h2 {
	color: #CC3300;
	font-size: 125%;
	font-family: Verdana, Arial, Geneva, sans-serif;
	padding-bottom: 8px;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #003300;
}

h4 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #cc3300;
}

h5 {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #333333;

}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #003300;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	line-height: 10pt;
	color: #333333;
	background: transparent;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}


.programheading {
	color: #333333;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	
	
}
.redtext {
color: #FF0000;
font-weight: bold;
font-size: 105%;
}

.caption {
	color: #333333;
	font-size: 95%;
	padding: 0 20px 3px 20px;
	text-align: center;
	line-height: 1.15em;
}




/* Lists
----------------------------------------------- */

ul {
	list-style-type: disc;
	padding-bottom: 4px;
	line-height: 140%;
	
}

ol {
	list-style-type: decimal;
	padding-bottom: 4px;
	line-height: 140%;
}


li {
	padding-bottom: 2px;
	
}

.itemlist {
	padding-left: 8px;
	
	
}

.itemlist h4 {
	font-size: 100%;
	font-weight: bold;
	color: #cc3300;
	
	
}

.itemlist ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	
}

.itemlist li {
	padding-left: 8px;
	list-style-type: none;
	padding-bottom: 5px;
	line-height: 15px;
	
}

a:link {
	color: #006600;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	text-decoration: underline;
	color: #006600;
	font-weight: normal;
}

a:hover {
	color: #336600;
	text-decoration: none;
	font-weight: normal;
}

.content {
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 8px;
	line-height: 18px;
	padding-bottom: 4px;
}

p.content {
	padding-bottom: 5px;
}

.center {
	text-align:center;
}

#container {
	width: 100%;
	border-bottom: 1px solid #999999;
	float: left;
}

#header {
	width: 100%;
	background-color:#333;
	clear: both;
}

.headerborder {
	background-color:#000;
	border-top: 2px solid #fff;
	height: 20px;
}

/* Identity Strip and Top Navigation
----------------------------------------------- */
#wordmarkcontainer {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #000000;
	float: left;
	clear: both;
}

#wordmarkwrap {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 33px;
	background-color: #000000;

}

#identityStrip {
background-color: #000000;
margin: 0;
	padding: 0;
height: 33px;
width: 466px;
float: left;
}

#identityStrip ul { 
margin: 0;
padding: 0;
}
#identityStrip ul li {
list-style: none;
float: left;
}

#identityStrip ul li a {
	text-decoration: none;
	display: block;
}

/* Image Replacement */
#umassTab {
	width: 180px;
	height: 33px;
	position: relative;
	}
#umassTab span {
	background: url(../images/identity_strip_blck_umass.jpg) no-repeat;
	position: absolute;
	width: 180px;
	height: 33px;
	}
	
#extensionTab {
	width: 146px;
	height: 33px;
	position: relative;
	}
#extensionTab span {
	background: url(../images/identity_strip_blck_extension.jpg) no-repeat;
	position: absolute;
	width: 146px;
	height: 33px;
	}

/* Topnav Navigation
----------------------------------------------- */

.topnav {
	color: #FFFFFF;
	background: #CC3300;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 14px;
	clear: both
}

.topnav a {
}

.topnav a:link, .topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.topnav a:hover {
	color: #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}

.topsubnav {
	color: #000000;
	background: #FC8B00;
	font-weight: bold;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 14px;
	clear: both
}

.topsubnav a {
}

.topsubnav a:link, .topsubnav a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.topsubnav a:hover {
	color: #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}

/* Homenav Navigation
----------------------------------------------- */

.homenavcontainer {
	width: 900px;
}

.homenav {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	float: right;
}

.homenav a {
}

.homenav a:link, .homenav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.homenav a:hover {
	color: #FCEB52;
	text-decoration: underline;
	font-weight: bold;
}

/* Leftnav Navigation
----------------------------------------------- */

.left {
	width: 188px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding-top: 10px;
	font-weight: normal;
	padding-bottom: 10px;
}

.left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal;
}
.left li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	font-weight: normal;
}
.left a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
.left a:link, .left a:visited {
	border-bottom: 1px solid #CCCCCC;
	color: #006600;
	border-top: 1px solid #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-right: 6px;
	padding-left: 15px;
}
.left a:hover {
	border-bottom: 1px solid #330066;
	border-top: 1px solid #330066;
	background: #CC3300;
	color: #FFFFFF;
	font-weight: normal;
}

/* Leftsubnav Navigation
----------------------------------------------- */


.left ul ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
	

}


.left ul ul li {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}

.left ul ul a {
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	
}
	


.left ul ul a:link, .left ul ul a:visited {
	color: #71714e;
	text-decoration: none;
	border-top: none;
	border-bottom: none;

}

.left ul ul a:hover {
	color: #CC3300;
	background: #F1F1F1;
	text-decoration: underline;
}


.subnav {
	text-align: left;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.subnav ul {
}

.subnav li {
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 4px;
}

.subnav a {
	text-decoration: underline;
}

.subnav a:link, .subnav a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

.subnav a:hover {
	color: #cc0000;
	text-decoration: none;
	font-weight: normal;
}

/* Tables
----------------------------------------------- */
.archivetable {
	border-top: 1pt solid #999999;
}

.archivetable ul {
	
	padding: 0px;
	padding-bottom: 4px;
	
}

.archivetable li {
	padding-left: 8px;
	list-style-type: none;
	padding-bottom: 6px;
	line-height: 110%;	
}


/* Borders
----------------------------------------------- */

.doubleborder {
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #999999;
}

.rightborder {
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #999999;
}

.leftborder {
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #999999;
}

.whiteborder {
	border-top-width: 2pt;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.sideborder {
	border-left-width: 2pt;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 2pt;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.topborder {
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #333333;
}

.bottomborder {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.border {
	border: 1pt solid #333333;
}

.showprint {
	display: none;
}
.tablemain {	
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #333333;
	border-left-color: #999999;
}
.images {
	border: 1px solid #000000;
}

img {
	border: none;
	}

div#headerprint {
	display: none;

}
.photol {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	padding: 8px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	border: 1px solid #000000;
	
}

.photor {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	padding: 8px;
	margin-left: 10px;
	float: right;
	border: 1px solid #000000;
	
	
}

.photolb {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	padding: 8px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	border: 1px  solid #cccccc;
}


.photorb {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	padding: 8px;
	margin-left: 10px;
	float: right;
	border: 1px  solid #666666;
}

    /* Footer
----------------------------------------------- */


#footercontainer {
	margin: 0;
	padding: 0;
	margin-left: 50px;
	width: 850px;
	background: #FFFFFF;
	clear: both;
}



#footer {
	padding-top: 0px;
	font-size: 100%;
	background: #FFFFFF;
}

.logo-extension {
padding: 6px 30px 0 10px;
background: #fff;
float: left;
}

.nifa-logo {
	padding-top: 15px;
background: #fff;
}

.nifa-logo p {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 90%;
	line-height: 12pt;
	color: #000000;
	text-align: left;
}

.nifa-logo img {
	padding-right: 10px;
}


.dept-logo {
padding: 10px 10px 0 10px;	
background: #fff;
float: right;
width: 195px;
}

.dept-logo p {
	padding-top: 10px;
}

.dept-logo img {
	padding-right: 30px;
	float: left;
}

.copyright {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 90%;
	line-height: 12pt;
	color: #000000;
	text-align: center;
	padding-left: 10px;
	padding-top: 6px;
padding-bottom: 20px;
	line-height: 150%;
	clear: both;
}

.footertext {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 90%;
	line-height: 12pt;
	color: #000000;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
}
