a:link    { 
			font-size: 12px; 
			color: #FF0000;
			text-decoration:none; 
			font-family: Arial, Helvetica, sans-serif; 
}
a:visited { 
			font-size: 12px; 
			color: #FF0000;
			text-decoration:none; 
			font-family: Arial, Helvetica, sans-serif; 
}
a:active  { 
			font-size: 12px; 
			color: #FF0000;
			text-decoration:underline; 
			font-family: Arial, Helvetica, sans-serif; 
}
a:hover {   
			font-size: 12px; 
			color: #FF0000;
			text-decoration:underline; 
			font-family: Arial, Helvetica, sans-serif; 
}
ul {
	list-style-image: url(images/bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	padding-left: 15px;
	padding-right: 15px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	padding-left: 15px;
	padding-right: 15px;
}
.sideBar ul {
	list-style-image: url(images/linksBullet.gif);
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 13px;
}
.sideBar { 
	padding: 10px;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990033;
	padding: 5px 0 0px 5px;
	/* padding: 5px 0 0px 15px; */
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990033;
	padding: 5px 0 0 5px;
	/* padding: 5px 0 0px 15px; */
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	padding-left: 5px;
	/* padding-left: 15px; */
	padding-right: 15px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#topLeft {
	position: relative;
	left: 0px;
	width: 278px;
	height: 70px;
}
#topMid {
	position: relative;
	top: -70px;
	left: 279px;
	width: 127px;
	height: 166px;
	}
#topRight {
	position: relative;
	top: -236px;
	left: 407px;
	width: 141px;
	height: 85px;
}
#mid {
	position: relative;
	top: -250px;
	left: 0px;
	width: 278px;
	height: 95px;
}
#bottLeft {
	position: relative;
	top: -249px;
	left: 0px;
	width: 148px;
	height: 97px;
}
#bottMid {
	position: relative;
	top: -346px;
	left: 149px;
	width: 257px;
	height: 97px;
}
#right {
	position: relative;
	top: -524px;
	left: 407px;
	width: 184px;
	height: 209px;
}
img { 
	border: 0px;
}
.oddCell {
	background-color: #FFFFFF;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.evenCell {
	background-color: #EEEEEE;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.alphaSort {
	background-color: #FFFFFF;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
}
option, select { 
	border: 1px solid #CCCCCC; 
	background: #EEEEEE; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.fullWidth {
	padding-right: 20px;
}

/* Style for left bar that is Standard on all York pages */
.standardBar {
	padding-top: 18px;
}
.standardBar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666666;
}
.standardBar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 20px;
}
.standardBar a:link    { 
			color: #666666;
			text-decoration:none;
			font-weight: bold; 
}
.standardBar a:visited { 
			color: #666666;
			text-decoration:none; 
			font-weight: bold;
}
.standardBar a:active  { 
			color: #000000;
			text-decoration:underline; 
			font-weight: bold;
}
.standardBar a:hover {   
			color: #666666;
			text-decoration:underline; 
			font-weight: bold;
}
.subMenu a:link    { 
			color: #666666;
			text-decoration:none;
			font-weight: normal;
}
.subMenu a:visited { 
			color: #666666;
			text-decoration:none; 
			font-weight: normal;
}
.subMenu a:active  { 
			color: #000000;
			text-decoration:underline; 
			font-weight: normal;
}
.subMenu a:hover {   
			color: #666666;
			text-decoration:underline; 
			font-weight: normal;
}
/* End style for left bar that is Standard on all York pages */

/* Breadcrumbs Style */
.breadcrumbs {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AC0023;
	background-image: url(images/banner_bg.gif);
	background-repeat: repeat-x;
}
.breadcrumbs a:link    { 
			color: #AC0023;
			text-decoration:none; 
}
.breadcrumbs a:visited { 
			color: #AC0023;
			text-decoration:none; 
}
.breadcrumbs a:active  { 
			color: #AC0023;
			text-decoration:underline; 
}
.breadcrumbs a:hover {   
			color: #AC0023;
			text-decoration:underline; 
}

.crumb {
			color: #AC0023;
			text-decoration:none; 
			font-size: 8px;
			}

/* End Breadcrumbs style */

.smallbodytext {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			line-height: 14px;
			text-align: right;
}

/* GPA Calculator Styles */
.gpaInput {
			width: 30px;
}
.gpaInput {
	width: 30px;
	border: 1px solid #CFCFCF; 
	background: #FFFFFF; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.gpaInputAlternate {
	width: 30px;
	border: 1px solid #CCCCCC; 
	background: #EEEEEE; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.gpaHeader {
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}
.gpaHeader input {
	width: 40px;
	border: 1px solid #EEEEEE; 
	background: #990033; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
.gpaFooter {
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
}
.gpaFooter input {
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	padding: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 130px;
	background: #990033;
}

/* End GPA Calculator Styles */

.hr {
	color: #EEEEEE;
	background-color: #f00;
	height: 2px;
	width: 80%;

}

li {
	margin-left: 12px;
}
.shadedTextgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DEDEDE;
}
.subHead14Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990033;
}
.text10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.text12deepRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
.floatright { float: right;
margin: 0 0 5px 10px;
 border: 1px solid #AC0023;
padding: 2px; }

.floatleft { float: left;
margin: 0 10px 5px 0;
 border: 1px solid #AC0023;
padding: 2px; }

.floatrightblack { float: right;
margin: 0 0 5px 10px;
 border: 2px solid #000000;
padding: 5px; }

.floatleftblack { float: left;
margin: 0 10px 5px 0;
 border: 2px solid #000000;
padding: 5px; }
