
/* CSS Document */
#Menu {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}

.Menu_entry {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.Menu_entry_h {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #69BBE0;
	color: #FFFFFF;
}

#BodyContent {
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555555;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	line-height: 20px;
}

body {
	/*background-image: url(../clutter/images/bodybg.png);*/
	background-image: url(../clutter/images/topbg.png);
	background-repeat:repeat-x;
	width:100%;
	background-color:#EFEFEF;
}

#Table_01 {
	width:750px;
	margin:0 auto;
	border-left:solid 1px #ccc;
}

.TopRightBar { }

.Footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E78055;
}

h3 {
	font-family: "Times New Roman", Garamond, Times, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	margin-bottom: -2px;
	color: #000099;
	font-weight: lighter;
	line-height: 30px;
}

.listBox {
	padding: 0px 10px 10px 10px;
	margin: 30px;
	font-size: 100%;
	border: 2px dotted #3366CC;
	background-color: #DEE0FE;
}

.staffcredits { font-size: 80%; }

#Menu a {
	text-decoration: none;
	color:#000000;
}

#BodyContent a {
	text-decoration: none;
	font-weight: normal;
	background-color: #eeeeee;
}

#BodyContent a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	color:#000000;
}

h5 { font-size:100%; }

h4 { font-size:120%; }

strong { color: #000066; }

.small { font-size:80%; }

.Menu_entry_sel {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color:#99CC00;
	color: #FFFFFF;
}

#SubMenu { padding-left: 20px; }

.visible { }

.hidden {
	visibility:hidden;
	display:none;
}

.FormHeader {
	background-color: #dddddd;
	padding: 10px;
	font-weight:bold;
}

.FormNav {
	background-color:#6699CC;
	padding: 10px;
	font-weight:bold;
}

.FormOption { padding: 10px; }

.FormWrapper { border: 1px solid #999999; }

.required {
	background-color: #FFB9A8;
	padding: 5px;
}

.photo {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}

li { list-style-image: url(images/bullet.gif); }

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#3A42B1;
	font-size:11px;
	color:#d1d3ed;
	text-align:center;
	padding:0 0 2em;
	border-top:solid 5px #E78055;
}

#footer a { color:#d1d3ed; }

#footer a:hover { color:#fff; }

#uix {
	float:right;
	height: 0 !important;
	padding:0 !important;
	position:relative;
	top:10px;
}

#linkHome { display:none !important; }

#UPRN { font-size:20px; }

#global_Footer ul { padding:0; }

#global_Footer ul a {
	font-size:11px;
	overflow:visible !important;
}

#global_Footer ul li span.img {
	height: 69px !important;
	width: 69px !important;
}

#global_Footer ul li a { width: 75px !important; }
