@charset "UTF-8";

/*Sitewide tag styles and bug fixes*/
h1, h2, h3, h4, h5, h6, p, ul, form, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
a img {
	border:none;
}
#header img {
	display: block;
}


/*Sitewide Individual class styles*/
.copyrightdivider {
	font-size: 8pt;
	color: #e31319;
}
.photobox {
	width: 230px;
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.highlighttext {
	color: #e31319;
}


/*List styles*/
ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 13px;
}
#mainContent li {
	font-size: 9pt;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 3px;
}
.parabottommargin {
margin-bottom: 10px;
}


/*Styles for mainContent div*/
#mainContent p {
	font-size: 9pt;
	color: #000000;
	line-height: 11pt;
	margin-bottom: 5px;
}
#mainContent h2 {
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 3px;
}
#mainContent h3 {
	font-size: 12pt;
	margin-bottom: 3px;
	font-weight: normal;
	margin-top: 15px;
}



/*photobox caption styles*/
#indexphoto h1 {
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 8px;
	font-size: 9pt;
	font-weight: normal;
}
#home #indexphoto h1 {
	background-color: #4f96d4;
}
#studyoptions #indexphoto h1 {
	background-color: #81786c;
}
#edport #indexphoto h1 {
	background-color: #8f708a;
}
#busport #indexphoto h1 {
	background-color: #9b0015;
}
#exams #indexphoto h1 {
	background-color: #fbbf40;
}
#students #indexphoto h1 {
	background-color: #725c5f;
}
#find #indexphoto h1 {
	background-color: #274e37;
}

/*tables styles*/
.tablemargins {
	margin-top: 10px;
	margin-bottom: 0px;
}
#exams th {
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
	padding: 3px;
	background-color: #666666;
	text-align: center;
}
#exams td {
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
	padding: 3px;
	background-color: #999999;
}
.alignrgt {
	text-align: right;
}
.aligncntr {
	text-align: center;
}
.blackheader {
	color: #000000 !IMPORTANT;
}
.redbackgrnd {
	background-color: #e31319 !IMPORTANT;
}
.whitebackgrnd {
	background-color: #FFFFFF !IMPORTANT;
}
.spacerow {
	padding: 0 !IMPORTANT;
}

/*Contact Us - table and form styles*/
#contact td {
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}

/*links*/
#contact #mainContent a:link {
	color: #000000;
}
#contact #mainContent a:hover {
	color: #e31319;
}
#contact #mainContent a:visited {
	color: #e31319;
}

/*You are here marker - Descendent selector styles to highlight the link of the active page in a different colour
Top level Navigation*/
#home a#homeLink {
	background-color: #e31319;
}
#studyoptions a#studyoptionsLink {
	background-color: #e31319;
}
#edport a#edportLink {
	background-color: #e31319;
}
#busport a#busportLink {
	background-color: #e31319;
}
#exams a#examsLink {
	background-color: #e31319;
}
#students a#studentsLink {
	background-color: #e31319;
}
#contact a#contactLink {
	background-color: #e31319;
}
#find a#findLink {
	background-color: #e31319;
}

