body{
	background-color: #333333;
	margin-top: 20px;
}

body,td,p,div,span,li,input,textarea{
	font-family: Arial, Helvetica, sans-serif;
}

textarea{
	font-size: 12px;
}

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

a:hover {
	text-decoration: underline;
	color: #0E1678;
}


a.utilityLink:link, a.utilityLink:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-right: 20px;
	
}

a.whiteLink:link,a.whiteLink:visited {
	color: #FFFFFF;
}
a.smallLink:link,a.smallLink:visited{
	font-size: 11px;
	font-weight: normal;
}



td,p {
	font-size: 12px;
	color: #000000;
}

label{
	font-weight: bold;
}


.fellowImage{
	margin-right: 10px;
	margin-bottom: 10px;
}

.fellowCell{
	padding: 10px;
	padding-left: 0px;
	/*font-size: 11px;*/
}


.filesize{
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
}


.copyright{
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
}


h1.pageName {

	font-weight: normal;
	font-size: 14px;
	color: #99CC33;
	text-transform: uppercase;
	margin: 0px;
}

.subPageName {

	font-weight: normal;
	font-size: 12px;
	color: #99CC33;
	text-transform: uppercase;
	margin: 0px;
}

h2.headline {
	font-size: 24px;
	font-weight: normal;
	color: #0E1678;
	margin: 0px 0px 5px 0px;
}

h5, .H5 {
	font-size: 12px;
	color: #0E1678;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 6px;
}

h3,.H3 {
	font-size: 14px;
	color: #0E1678;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 6px;
}

h4, .H4{
	font-weight: bold;
	font-size: 12px;
}

.graytext{
	font-weight: bold;
	color: #333333;
}

.hilite {
	color: #0E1678;
}

.quote {

	font-size: 12px;
	color: #8F3B1B;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
}

.quoter {

	font-size: 10px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

li {
	font-size: 12px;
	color: #0E1678;
	list-style-image: url(images/arrow-blue.gif);
	margin-top: 6px;
}


li.listHere, li.listLink{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
}

li.listHere
{
	list-style-image: url(images/arrow-blue.gif);
}

li.listLink{
	list-style-image: url(images/arrow.gif);
}

li.whiteDot{
	list-style-image: url(images/bullet-white.gif);
	color: #ffffff;
}

div#homepage_callout{
	width: 210px;
	padding: 10px;
	float: right;
	margin: 0px 0px 10px 0px;
}


div.brownCallout
{
	background-color: #8F3B1B;
	color: #ffffff;
	font-size: 10px;
	padding: 8px;
	float: right;	

}

div.greenCallout{
	padding: 10px;
	background-color: #99CC33;
	font-size: 11px;
	color: #333333;
}

h3.letter_bar{
	font-weight: bold;
	font-size: 10px;
	color: #cccccc;
	padding-left: 5px;
}

h2.directory_year {
	background-color: #ffffcc;
	padding: 5px;
}

.intro {
	color:#333333;
	font-size: 13px;
	line-height: 18px;
}



/*
.sideLinks {
	font-size: 12px;
	color: #0E1678;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 6px;
	line-height: 18px;
}
*/

/*
h6,.h6 {

	font-size: 14px;
	font-weight: normal;
}


*/

/* imported CMS stuff */




	.formTable{
		border: 1px solid black;
	}

	.alert{
		color: #cc0000;	
	}
	.error{
		padding: 5px;
		width: 300px;
		font-weight: bold;
		font-size:9pt;
		border: 1px solid #cc0000;
		background-color: #ffe8e8;
		color: #cc0000;

	}

	.errorLabel{
		font-size: 10pt;
		font-weight: bold;
		color: #cc0000;
	}

	.requiredLabel{
		font-size: 10pt;
		font-weight: bold;
	}

	.labelCell{
		font-size: 9pt;
		background-color: #e4ffb2;
		border-right: solid 1px black;
	}

	.labelCellBreak{
		font-size: 9pt;
		background-color: #e4ffb2;
		border-right: solid 1px black;
		border-top: solid 1px #999999;
	}	
	.controlCellBreak{
		background-color: #f6ffe5;
		border-top: solid 1px #cccccc;
	}
	.controlCell{
		background-color: #f6ffe5;
	}
	textarea{
		width: 300px;
		border-width: 1px;
	}
	
	input{
		font-family: arial,helvetica;
		font-size:9pt;
		border-width: 1px;
	}
	
	input.text,textarea{
		background-color: #ffffee;
		width: 250px;
	}
	
	textarea{
		width: 400px;
	}
	
	input.smallButton{
		font-size: 8pt;
		font-weight: bold;
		border-width: 1px;
		margin-right: 2px;
		margin-bottom: 2px;

	}

	input.mediumButton{
		font-size: 9pt;
		border-width: 2px;
	}

	.mia_span{
		font: bold 16px/18px arial,helvetica;
		color: #ff6600;
		padding-left: 5px;
		padding-right: 5px;
		border: 1px solid #ff6600;
		background-color: #ffffcc;
	}
	

/* popup links for closing windows */

a.pale,a.pale:link, a.pale:visited{
	color: #ccc;
	text-decoration: none;
}

a.pale:hover{
	color: #ccc;
	text-decoration: underline;
}

hr {
	size: 1;
	noshade;
}

.projectHead1 {
	color:#737373;
	font-weight:bold;
}

.projectHead2 {
	font-size:12px;
	font-weight:bold;
}

.projectHead3 {
	font-size:12px;
	color:#0E1678;
	font-weight:bold;
}

.projectDescription {
	font-size: 10px;
	line-height: 12px;
}
