a {
	color: #5C3088;
}

a:visited {
	color: #4B4B4B;
}

a:hover {
	color: #5C3088;
}

/*table headers*/
th {
	color: #5C3088;
}

/*H Styles*/
H1 {
	color: #5C3088;
}

/*H2 {
	color: #7F3180;
}

H3 {
	color: #7F3180;
}

H4 {
	color: #7F3180;
}

/*this section styles the sub nav links: note that the CMS re-order graphic needs putting inside the <a> tags and needs to be the pixel height of the text*/

.section_header {
	background: url(../images/university_section_header.gif) no-repeat;
	width: 200px;
	height: 62px;
}

#sub_nav_list a:hover {
	background: url(../images/sub_nav_primary_selected.gif) no-repeat;
	background-color: #5C3088;
	color: #FFFFFF;
}

#sub_nav_list .selected {
	background: url(../images/sub_nav_primary_selected.gif) no-repeat;
	background-color: #5C3088;
	color: #FFFFFF;
}

/*this section styles the sub nav level 02 links*/

#sub_nav_02_list a {
	background-color: #E6E6E6;
	color: #4B4B4B;
}

#sub_nav_02_list a:hover {
	background: #AD97C3;
	color: #4B4B4B;
}

#sub_nav_02_list .selected {
	background: #AD97C3;
	color: #4B4B4B;
}

/*this section styles the sub nav level 03 links*/

#sub_nav_03_list a {
	background-color: #F2F2F2;
}

#sub_nav_03_list a:hover {
	background-color: #D6CBE1;
}

#sub_nav_03_list .selected {
	background-color: #D6CBE1;
}

/*this section styles the sub nav level 04 links*/

#sub_nav_04_list a {
	background-color: #FFFFFF
}

#sub_nav_04_list a:hover {
	background-color: #FFFFFF;
}

#sub_nav_04_list .selected {
	background-color: #FFFFFF;
}

/*this section styles the sub nav level 05 and below links*/

#sub_nav_05_list a:hover {
	background-color: #FFFFFF;
}

#sub_nav_05_list .selected {
	background-color: #FFFFFF;
}

/*this styles the in this section*/

/*.in_this_section_header_cell {
	color: #7F3180;
}*/

#in_this_section li a {
	background: url(../images/in_this_section_arrow_university.gif) no-repeat;
	background-position: center left;
	padding-left: 1.5em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#in_this_section a:hover {
	color: #5C3088;
}

/*this styles the content html items*/

#data_table th{
	color: #5C3088;
	border-bottom: solid 0.3em #5C3088;
}

#contentHTML a {
	color: #5C3088;
}

#contentHTML a:hover {
	color: #5C3088;
}
