/* CSS Document */

/* Use this to highlight areas to fix */
.tofix {
	color:#FF0000;
}

/* Footer Positioning stuff */
html
{
height: 100%;
}
body
{
height: 100%;
}
#nonFooter
{
position: relative;
min-height: 100%;
}
* html #nonFooter
{
height: 100%;
}
#content
{
padding-bottom: 82px;
}
#footer {
	position: relative;
	margin-top: -52px;
	background-color: #ffffff;
	width: 100%;
}
/* End of footer positioning stuff */

/* General footer stuff */
.footer-text {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #ACACAC;
	padding: 2px 0px 0px 0px;
	text-align: center;
}
.footer-text a {
	text-decoration: none;
	color: #ACACAC;
}
.footer-text a:hover {
	text-decoration: underline;
	color: #ACACAC;
}
/* End of general footer stuff */

/* Standard HTML tags */
p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}
ul, li{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
table{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	text-decoration: underline;
	color: #81A1EE;
}
a:hover {
	text-decoration: none;
	color: #81A1EE;
}
/* End of standard HTML tags */

/* Menu Bar stuff */
.mymenubar	{
	padding: 1px 0px 1px 0px;
}
/* End of menu Bar stuff */

/* Content layout and bg colours */
.mycontent {
	background-color: #EDEDED;
	border: 5px solid #FFFFFF;
	text-align: left;
	padding: 10px;
}
.home-content-indent {
	margin: 0px 0px 0px 20px;
}
.home-content-indent2 {
	margin: 0px 5px 0px 5px;
}
.myindent {
	margin: 0px 0px 0px 20px;
}
.myborder {
	border: 2px solid #81A1EE;
}
.mybackground {
	background-color: #1C3F94;
}
/* End of content layout and bg colours */

/* Content text effects */
.myhighlight {
	font-weight: bold;
	color: #81A1EE;
}
.myheading {
	font-weight: bold;
	color: #81A1EE;
	font-size: 12px;
}
.mysubheading {
	font-weight: bold;
	color: #81A1EE;
	font-size: 11px;
}
.mysubheading2 {
	font-weight: bold;
	color: #81A1EE;
	font-size: 16px;
}
.mytoplink {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #81A1EE;
	font-size: 10px;
	text-align: right;
}
.myblacktext {
	font-weight: normal;
	color: #000000;
	font-size: 11px;
}
.myfootertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/* End of content text affects */

/* All other random ones */
.logo {
	padding: 10px 0px 0px 0px;
}
.staff-photo, .map {
	margin-right: 5px;
	margin-top: 12px;
}
.exercise-table {
	border-color: #81A1EE;
	border-width: 1px;
	border-style: solid;
	margin: 0px 0px 5px 28px;
}
.exercise-table th {
	background-color: #81A1EE;
	color: #FFFFFF;
}

.exercise-table tr.highlight-0n {
	background-color: #c8d2e8;
}
.exercise-table tr.highlight-0ff {
	background-color: #FFFFFF;
}
/* End of all other random ones */