body {
	background-color: #FFFFFF;
	background-image: url(assets/background_sliver.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:link {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
}
A:visited {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
}
A:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-decoration: underline;
}
A:active {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
}
.sponsor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.indexTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #003399;
	line-height: 24px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.indexSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003399;
	line-height: 24px;
}
.indexBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
div#jobBoard {
	width: 525px;
	margin-top: 20px;
	margin-left: 200px;
	padding-left: 175px;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	clear: all;
}
div#jobBoard h2 {
	font-size: 14px;
	color: #003399;
	padding-bottom: 10px;
	padding-top: 10px;
}
div#jobBoard ul {
	padding: 5px 0px 5px 30px;
}
div#jobBoard p {
	padding: 10px 0px 10px 0px;
}
div#jobBoard a {
	font-size: 11px;
	line-height: 16px;
}
/*table stripe-ing */

tr.alt td {
	background: #e0e0e0;
}
tr.over td {
	background: #FFFF99;
}
/*new for 2009 move */


#courses table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-collapse: collapse;
	border: 0px;
	width: 700px;
}
#courses td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: top;
}
#courses tr {
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	width: 700px;
}
/* buttons */

.button_link, span.button_link { /*FOR NON-FORM BUTTONS */
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	border-right: 1px solid #003A5A;
	border-bottom: 1px solid #003A5A;
	border-left: 1px solid #21AEFF;
	border-top: 1px solid #21AEFF;
	background-color:#006BA7;
	background: url('../../images/button_background_blue.gif') repeat-x;
	padding: 3px 8px 3px 8px;
	margin: 10px 0px 10px 0px;
}
.button_link a:link, .button_link a:visited .button_link a:hover, .button_link a:active {
	color: #FFF;
	text-decoration: none;
}
.button_grey { /*FOR SECONDARY FORM BUTTONS */
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	border-right: 1px solid #6c6c6c;
	border-bottom: 1px solid #6c6c6c;
	border-left: 1px solid #dadada;
	border-top: 1px solid #dadada;
	background: url('../../images/button_background_blue.gif') repeat-x;
	padding: 3px;
	padding: 3px 8px 3px 8px;
	margin: 10px 0px 10px 0px;
}
