@charset "utf-8";
/* CSS Document */

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 TOPIC:  REGISTRAR & ACADEMIC POLICY SUB-SUBMENU INFORMATION

 *******************************************************************************/
 
/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "REGISTRAR & ACADEMIC POLICY" PAGE. */
/* On the "Registrar & Academic Policy" page, the other submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#regAndAcadPolicyPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Registrar & Academic Policy" page, the submenu items are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#regAndAcadPolicyPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "REGISTRAR & ACADEMIC POLICY" LINK FROM THE "REGISTRAR & ACADEMIC POLICY" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #linkToThisPage */
#regAndAcadPolicyPage #topicsLink #regAndAcadPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #linkToThisPage */
#regAndAcadPolicyPage #topicsLink #regAndAcadPolicyLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "REGISTRAR & ACADEMIC POLICY" PAGE */
/* On the "Registrar & Academic Policy" page, the "Topics" link is green and the underline is removed. The link is still active. */
/* #thisPage #linkToThisLink */
#regAndAcadPolicyPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF ALL LINKS IN THE "REGISTRAR & ACADEMIC POLICY" SUB-SUBMENU FROM THE "REGISTRAR & ACADEMIC POLICY" PAGE */
/* On the "Registrar & Academic Policy" page, the sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #submenuLink(second level) #listOfSub-submenuLinks */
#regAndAcadPolicyPage #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a {
	background-color:  #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Registrar & Academic Policy" page, the sub-submenu links are green, underlined, and have the hand pointer when moused over . */
/* #thisPage #submenuLink(second level) #listOfSub-submenuLinks */
#regAndAcadPolicyPage #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* **************** TOPIC:  REGISTRAR & ACADEMIC POLICY:  ADMISSION REQUIREMENTS ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "ADMISSION REQUIREMENTS" PAGE */
/* On the "Admission Requirements" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#admissionRequirementsPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Admission Requirements" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#admissionRequirementsPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "REGISTRAR & ACADEMIC POLICY" SUB-SUBMENU FROM THE "ADMISSION REQUIREMENTS" PAGE */
/* On the "Admission Requirements" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#admissionRequirementsPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Admission Requirements" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#admissionRequirementsPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "ADMISSION REQUIREMENTS" LINK FROM THE "ADMISSION REQUIREMENTS" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#admissionRequirementsPage #topicsLink #regAndAcadPolicyLink #admissionRequirementsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#admissionRequirementsPage #topicsLink #regAndAcadPolicyLink #admissionRequirementsLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "ADMISSION REQUIREMENTS" PAGE */
/* #thisPage #mainMenuLink */
#admissionRequirementsPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "REGISTRAR & ACADEMIC POLICY" LINK FROM THE "ADMISSION REQUIREMENTS" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#admissionRequirementsPage #topicsLink #regAndAcadPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  REGISTRAR & ACADEMIC POLICY:  ACADEMIC POLICY ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "ACADEMIC POLICY" PAGE */
/* On the "Academic Policy" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#academicPolicyPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Academic Policy" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#academicPolicyPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "REGISTRAR & ACADEMIC POLICY" SUB-SUBMENU FROM THE "ACADEMIC POLICY" PAGE */
/* On the "Academic Policy" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#academicPolicyPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Academic Policy" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#academicPolicyPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "ACADEMIC POLICY" LINK FROM THE "ACADEMIC POLICY" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#academicPolicyPage #topicsLink #regAndAcadPolicyLink #academicPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#academicPolicyPage #topicsLink #regAndAcadPolicyLink #academicPolicyLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "ACADEMIC POLICY" PAGE */
/* #thisPage #mainMenuLink */
#academicPolicyPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "REGISTRAR & ACADEMIC POLICY" LINK FROM THE "ACADEMIC POLICY" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#academicPolicyPage #topicsLink #regAndAcadPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  REGISTRAR & ACADEMIC POLICY:  ACADEMIC DEGREE POLICY ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "ACADEMIC DEGREE POLICY" PAGE */
/* On the "Academic Degree Policy" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#academicDegreePolicyPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Academic Degree Policy" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#academicDegreePolicyPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "REGISTRAR & ACADEMIC POLICY" SUB-SUBMENU FROM THE "ACADEMIC DEGREE POLICY" PAGE */
/* On the "Academic Degree Policy" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#academicDegreePolicyPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Academic Degree Policy" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#academicDegreePolicyPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "ACADEMIC DEGREE POLICY" LINK FROM THE "ACADEMIC DEGREE POLICY" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#academicDegreePolicyPage #topicsLink #regAndAcadPolicyLink #academicDegreePolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#academicDegreePolicyPage #topicsLink #regAndAcadPolicyLink #academicDegreePolicyLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "ACADEMIC DEGREE POLICY" PAGE */
/* #thisPage #mainMenuLink */
#academicDegreePolicyPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "REGISTRAR & ACADEMIC POLICY" LINK FROM THE "ACADEMIC DEGREE POLICY" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#academicDegreePolicyPage #topicsLink #regAndAcadPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  REGISTRAR & ACADEMIC POLICY:  CREDIT / CONTACT HOURS ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "CREDIT / CONTACT HOURS" PAGE */
/* On the "Credit / Contact Hours" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#creditContactHoursPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Credit / Contact Hours" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#creditContactHoursPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "REGISTRAR & ACADEMIC POLICY" SUB-SUBMENU FROM THE "CREDIT / CONTACT HOURS" PAGE */
/* On the "Credit / Contact Hours" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#creditContactHoursPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Credit / Contact Hours" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#creditContactHoursPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "CREDIT / CONTACT HOURS" LINK FROM THE "CREDIT / CONTACT HOURS" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#creditContactHoursPage #topicsLink #regAndAcadPolicyLink #creditContactHoursLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#creditContactHoursPage #topicsLink #regAndAcadPolicyLink #creditContactHoursLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "CREDIT / CONTACT HOURS" PAGE */
/* #thisPage #mainMenuLink */
#creditContactHoursPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "REGISTRAR & ACADEMIC POLICY" LINK FROM THE "CREDIT / CONTACT HOURS" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#creditContactHoursPage #topicsLink #regAndAcadPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  REGISTRAR & ACADEMIC POLICY:  GRADING PRACTICE & POLICY ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "GRADING PRACTICE & POLICY" PAGE */
/* On the "Grading Practice & Policy" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#gradingPracticePolicyPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Grading Practice & Policy" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#gradingPracticePolicyPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "REGISTRAR & ACADEMIC POLICY" SUB-SUBMENU FROM THE "GRADING PRACTICE & POLICY" PAGE */
/* On the "Grading Practice & Policy" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#gradingPracticePolicyPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Grading Practice & Policy" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#gradingPracticePolicyPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "GRADING PRACTICE & POLICY" LINK FROM THE "GRADING PRACTICE & POLICY" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#gradingPracticePolicyPage #topicsLink #regAndAcadPolicyLink #gradingPracticePolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#gradingPracticePolicyPage #topicsLink #regAndAcadPolicyLink #gradingPracticePolicyLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "GRADING PRACTICE & POLICY" PAGE */
/* #thisPage #mainMenuLink */
#gradingPracticePolicyPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "REGISTRAR & ACADEMIC POLICY" LINK FROM THE "GRADING PRACTICE & POLICY" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#gradingPracticePolicyPage #topicsLink #regAndAcadPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  REGISTRAR & ACADEMIC POLICY:  STUDENT RECORDS POLICY ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "STUDENT RECORDS POLICY" PAGE */
/* On the "Student Records Policy" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#studentRecordsPolicyPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Student Records Policy" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#studentRecordsPolicyPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "REGISTRAR & ACADEMIC POLICY" SUB-SUBMENU FROM THE "STUDENT RECORDS POLICY" PAGE */
/* On the "Student Records Policy" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#studentRecordsPolicyPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Student Records Policy" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#studentRecordsPolicyPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "STUDENT RECORDS POLICY" LINK FROM THE "STUDENT RECORDS POLICY" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#studentRecordsPolicyPage #topicsLink #regAndAcadPolicyLink #studentRecordsPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#studentRecordsPolicyPage #topicsLink #regAndAcadPolicyLink #studentRecordsPolicyLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "STUDENT RECORDS POLICY" PAGE */
/* #thisPage #mainMenuLink */
#studentRecordsPolicyPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "REGISTRAR & ACADEMIC POLICY" LINK FROM THE "STUDENT RECORDS POLICY" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#studentRecordsPolicyPage #topicsLink #regAndAcadPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  REGISTRAR & ACADEMIC POLICY:  COURSE DESCRIPTIONS ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "COURSE DESCRIPTIONS" PAGE */
/* On the "Course Descriptions" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#courseDescriptionsPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Course Descriptions" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#courseDescriptionsPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "REGISTRAR & ACADEMIC POLICY" SUB-SUBMENU FROM THE "COURSE DESCRIPTIONS" PAGE */
/* On the "Course Descriptions" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#courseDescriptionsPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Course Descriptions" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#courseDescriptionsPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "COURSE DESCRIPTIONS" LINK FROM THE "COURSE DESCRIPTIONS" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#courseDescriptionsPage #topicsLink #regAndAcadPolicyLink #courseDescriptionsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#courseDescriptionsPage #topicsLink #regAndAcadPolicyLink #courseDescriptionsLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "COURSE DESCRIPTIONS" PAGE */
/* #thisPage #mainMenuLink */
#courseDescriptionsPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "REGISTRAR & ACADEMIC POLICY" LINK FROM THE "COURSE DESCRIPTIONS" PAGE */
/* #thisPage #mainMenuLink #submenuLink */
#courseDescriptionsPage #topicsLink #regAndAcadPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  REGISTRAR & ACADEMIC POLICY:  EXPANDED COURSE DESCRIPTIONS ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "EXPANDED COURSE DESCRIPTIONS" PAGE */
/* On the "Expanded Course Descriptions" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#expandedCourseDescriptionsPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Expanded Course Descriptions" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#expandedCourseDescriptionsPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "REGISTRAR & ACADEMIC POLICY" SUB-SUBMENU FROM THE "EXPANDED COURSE DESCRIPTIONS" PAGE */
/* On the "Expanded Course Descriptions" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#expandedCourseDescriptionsPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Expanded Course Descriptions" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#expandedCourseDescriptionsPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "EXPANDED COURSE DESCRIPTIONS" LINK FROM THE "EXPANDED COURSE DESCRIPTIONS" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#expandedCourseDescriptionsPage #topicsLink #regAndAcadPolicyLink #expandedCourseDescriptionsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#expandedCourseDescriptionsPage #topicsLink #regAndAcadPolicyLink #expandedCourseDescriptionsLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "EXPANDED COURSE DESCRIPTIONS" PAGE */
/* #thisPage #mainMenuLink */
#expandedCourseDescriptionsPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "REGISTRAR & ACADEMIC POLICY" LINK FROM THE "EXPANDED COURSE DESCRIPTIONS" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#expandedCourseDescriptionsPage #topicsLink #regAndAcadPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  REGISTRAR & ACADEMIC POLICY:  COURSE NUMBERING ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "COURSE NUMBERING" PAGE */
/* On the "Course Numbering" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#courseNumberingPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Course Numbering" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#courseNumberingPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "REGISTRAR & ACADEMIC POLICY" SUB-SUBMENU FROM THE "COURSE NUMBERING" PAGE */
/* On the "Course Numbering" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#courseNumberingPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Course Numbering" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#courseNumberingPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "COURSE NUMBERING" LINK FROM THE "COURSE NUMBERING" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#courseNumberingPage #topicsLink #regAndAcadPolicyLink #courseNumberingLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#courseNumberingPage #topicsLink #regAndAcadPolicyLink #courseNumberingLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "COURSE NUMBERING" PAGE */
/* #thisPage #mainMenuLink */
#courseNumberingPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "REGISTRAR & ACADEMIC POLICY" LINK FROM THE "COURSE NUMBERING" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#courseNumberingPage #topicsLink #regAndAcadPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  REGISTRAR & ACADEMIC POLICY:  CLASS SCHEDULING ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "CLASS SCHEDULING" PAGE */
/* On the "Class Scheduling" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#classSchedulingPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Class Scheduling" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#classSchedulingPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "REGISTRAR & ACADEMIC POLICY" SUB-SUBMENU FROM THE "CLASS SCHEDULING" PAGE */
/* On the "Class Scheduling" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#classSchedulingPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Class Scheduling" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#classSchedulingPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "CLASS SCHEDULING" LINK FROM THE "CLASS SCHEDULING" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#classSchedulingPage #topicsLink #regAndAcadPolicyLink #classSchedulingLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#classSchedulingPage #topicsLink #regAndAcadPolicyLink #classSchedulingLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "CLASS SCHEDULING" PAGE */
/* #thisPage #mainMenuLink */
#classSchedulingPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "REGISTRAR & ACADEMIC POLICY" LINK FROM THE "CLASS SCHEDULING" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#classSchedulingPage #topicsLink #regAndAcadPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  REGISTRAR & ACADEMIC POLICY:  EXAM SCHEDULING CONFLICTS ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "EXAM SCHEDULING CONFLICTS" PAGE */
/* On the "Exam Scheduling Conflicts" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#examSchedulingConflictsPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Exam Scheduling Conflicts" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#examSchedulingConflictsPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "REGISTRAR & ACADEMIC POLICY" SUB-SUBMENU FROM THE "EXAM SCHEDULING CONFLICTS" PAGE */
/* On the "Exam Scheduling Conflicts" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#examSchedulingConflictsPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Exam Scheduling Conflicts" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#examSchedulingConflictsPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "EXAM SCHEDULING CONFLICTS" LINK FROM THE "EXAM SCHEDULING CONFLICTS" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#examSchedulingConflictsPage #topicsLink #regAndAcadPolicyLink #examSchedulingConflictsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#examSchedulingConflictsPage #topicsLink #regAndAcadPolicyLink #examSchedulingConflictsLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "EXAM SCHEDULING CONFLICTS" PAGE */
/* #thisPage #mainMenuLink */
#examSchedulingConflictsPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "REGISTRAR & ACADEMIC POLICY" LINK FROM THE "EXAM SCHEDULING CONFLICTS" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#examSchedulingConflictsPage #topicsLink #regAndAcadPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  REGISTRAR & ACADEMIC POLICY:  GRADUATION COMMENCEMENT ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "GRADUATION COMMENCEMENT" PAGE */
/* On the "Graduation Commencement" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#graduationCommencementPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Graduation Commencement" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#graduationCommencementPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "REGISTRAR & ACADEMIC POLICY" SUB-SUBMENU FROM THE "GRADUATION COMMENCEMENT" PAGE */
/* On the "Graduation Commencement" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#graduationCommencementPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Graduation Commencement" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#graduationCommencementPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "GRADUATION COMMENCEMENT" LINK FROM THE "GRADUATION COMMENCEMENT" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#graduationCommencementPage #topicsLink #regAndAcadPolicyLink #graduationCommencementLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#graduationCommencementPage #topicsLink #regAndAcadPolicyLink #graduationCommencementLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "GRADUATION COMMENCEMENT" PAGE */
/* #thisPage #mainMenuLink */
#graduationCommencementPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "REGISTRAR & ACADEMIC POLICY" LINK FROM THE "GRADUATION COMMENCEMENT" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#graduationCommencementPage #topicsLink #regAndAcadPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* **************** TOPIC:  REGISTRAR & ACADEMIC POLICY:  EDUCATION FACILITIES ************************* */

/* BEHAVIOR OF ALL LINKS IN THE "TOPICS" SUBMENU FROM THE "EDUCATION FACILITIES" PAGE */
/* On the "Education Facilities" page, the "Topics" submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#educationFacilitiesPage #topicsLink #topicsSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Education Facilities" page, the "Topics" submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #listOfSubmenuLinks */
#educationFacilitiesPage #topicsLink #topicsSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF ALL LINKS IN THE "REGISTRAR & ACADEMIC POLICY" SUB-SUBMENU FROM THE "EDUCATION FACILITIES" PAGE */
/* On the "Education Facilities" page, the other sub-submenu links are grey with a white background, and no underline. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#educationFacilitiesPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a {
	background-color: #FFFFFF; /* white */
	color: #333333; /* grey */
	text-decoration: none;
}
/* On the "Education Facilities" page, the other sub-submenu links are green, underlined, and have the hand pointer when moused over. */
/* #thisPage #mainMenuLink #submenuLink #listOfSubsubmenuLinks */
#educationFacilitiesPage #topicsLink #regAndAcadPolicyLink #regAndAcadPolicySubSubmenuLinks a:hover {
	background-color: #FFFFFF; /* white */
	color: #398f38; /* green */
	text-decoration: underline;
	cursor: pointer;
}

/* BEHAVIOR OF THE "EDUCATION FACILITIES" LINK FROM THE "EDUCATION FACILITIES" PAGE */
/* The color is dark green and the underline is removed.  The link is still active. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#educationFacilitiesPage #topicsLink #regAndAcadPolicyLink #educationFacilitiesLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}
/* The mouse has the default cursor, the arrow, when the link is moused over. */
/* #thisPage #mainMenuLink #submenuLink(second-level link) #linkToThisPage */
#educationFacilitiesPage #topicsLink #regAndAcadPolicyLink #educationFacilitiesLink a:hover {
	cursor: default;
	text-decoration: none;
}

/* BEHAVIOR OF THE "TOPICS" LINK FROM THE "EDUCATION FACILITIES" PAGE */
/* #thisPage #mainMenuLink */
#educationFacilitiesPage #topicsLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

/* BEHAVIOR OF THE "REGISTRAR & ACADEMIC POLICY" LINK FROM THE "EDUCATION FACILITIES" PAGE */
/* #thisPage #mainMenuLink # submenuLink */
#educationFacilitiesPage #topicsLink #regAndAcadPolicyLink a {
	color: #398f38; /* dark green */
	text-decoration: none;
}

