@charset "utf-8";
/* CSS Document */
body {
	color: #000;
	background-color: #FFF;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	color: #000;
	background-color: #FFF;
	width: 949px;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
}
li {
	list-style-type: none;
	padding-bottom: 0px;
	margin: 0px;
}
/*li:last-child {
	list-style-type: none;
	padding-bottom: 30px;
}*/
.last {
	padding: 0px;
	margin-bottom: 30px;	
}
p     {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}


#wrapper #header {
	color: #000;
	background-color: #FFF;
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 949px;
}
#wrapper #header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.left {
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 730px;
}
#wrapper #header .left a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.right {
	float: right;
	margin: 0px;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 30px;
	width: 200px;
}
#wrapper #um p a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #um {
	color: #666;
	background-color: #FFF;
	width: 949px;
	height: 100px;
	background-image: url(images/um_logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#wrapper #content p {
	font-size: 90%;
	color: #666;
	padding-bottom: 10px;
}
#wrapper #content p img {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#wrapper #um p {
	float: left;
	margin-top: 11px;
	margin-bottom: 11px;
	width: 949px;
}
#wrapper #um p img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #staff {
	color: #666;
	background-color: #FFF;
	width: 949px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: right center;
}




#wrapper #content {
	color: #666;
	background-color: #FFF;
	width: 949px;
	margin: 0px;
	padding: 0px;
	position: relative;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#wrapper #content h4 {
	color: #666;
	background-color: #EDFBFE;
	padding: 4px;
}
#wrapper #content p img {
	padding: 6px;
}
#wrapper #content p {
	padding: 4px;
}
#wrapper #content ul li {
	font-size: 90%;
	padding: 4px;
}


#wrapper #content a:link , #wrapper #content a:visited{
	text-decoration: none;
	color: #009;
	background-color: #FFF;
}
#wrapper #content a:hover, #wrapper #content a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #CCC;
}


.clear {
	clear: both;
	height: 5px;
}


#wrapper #footer {
	color: #666;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 949px;
}
#wrapper #footer p {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 70%;
	color: #999;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	width: 949px;
}
#wrapper #footer p a:link , #wrapper #footer p a:visited {
	font-size: 100%;
	color: #999;
	background-color: #FFF;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
}
#wrapper #footer p a:hover, #wrapper #footer p a:active {
	font-size: 100%;
	color: #008DB0;
	background-color: #FFF;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
#wrapper #content .bold {
	font-weight: bold;
}
.centre {
	text-align: center;
}
.red {
	font-weight: bold;
	color: #C00;
}

