/* styles are divided between three stylesheets layout.css, design.css, typography.css */
/* navigation styles are contained solely within typography.css */
/* Typography */


body{
	font:0.7em Verdana,Arial,Helvetica,sans-serif;
	padding:1em 0;
	color:#5b5454;
}

h1{
	font:bold 2em Verdana,Arial,Helvetica,sans-serif;
}

h2{
	font:bold 1.5em Arial,Verdana,Helvetica,sans-serif;
	margin:5px 0; margin-bottom: 20px;
	border-bottom:solid 1px #d0cfcf;
	color:#5db0e3;
	/* MF */
	padding-bottom: 0.3em;
	text-transform: uppercase;	
}

h3 {
	clear: both;
	font:bold 1.2em Verdana,Arial,Helvetica,sans-serif;
	color:#5db0e3;
	margin:1em 0;
	/* MF */
	margin-top: 20px;
/*	margin-bottom: 0;*/
}

h4{
	font:bold 1.1em Verdana,Arial,Helvetica,sans-serif;
	color:#5db0e3;
	margin:1em 0;
}


h5,h6,p {
	font-size:1em;
	margin:1em 0;
}

blockquote {
	margin:0 0 0 2em;
}






/* *** NAVIGATION STYLES *** */
/* =a */
/* span included as its role is exactly equivalent */

/* menu styles */

#navigation{
	font:1em Verdana,Arial,Helvetica,sans-serif;
}

#skip{
	/* hide from visual user agents */
	position:absolute;
	left:-999999px;
}

#navigation a, #navigation span{
	color:#fff;
	text-decoration:none;
	display:block;
	text-align:right;
	padding:4px;
	margin: 1px;
}

#navigation a:hover{
	color:#5db0e3;
}

#navigation ul,#navigation li{
	list-style-type:none;
	color:#fff;
}

#navigation ul{
	width:144px;
	margin: 0;
}

#navigation ul ul{
	width:136px;
}

#navigation li{
	padding:0;
	background: #292626;
	border-bottom:dotted 1px #7d7a7a;
	margin:3px 2px 3px 2px;
	/* trigger hasLayout in IE */
	position:relative;
	width:137px; 

}

#navigation ul span, navigation ul .selected span {
	background: #000;
	color: #ffffff;
}


#navigation ul span {
	background: #000;
	color: #ffffff;
	height:auto;
	padding: 4px 0 5px 14px;
	margin: 1px;
}

#navigation li.selected span{
	color:#5db0e3;
	background:#292626;
	padding-right:4px;
	margin: 1px;
}


#navigation li.selected span span{
	display:none;
 }

/*#navigation li.selected {
	background:#fff url(../images/arrow.gif) no-repeat 40% 0%;
}*/


#navigation li li{
	background:#CBE1FC;
	border:solid 1px #666;
	padding:0;
	width:129px;
	
}

#navigation li li a{
	color:#fff;
	
}

#navigation li li a:visited{
	color:#fff;
}

#navigation li li a:hover{
	color:#ffcc00;
	/*background:url(../images/nav_ro.gif) no-repeat 137px 4px;*/
}


/* end menu styles */


/* div copy styles */

#strapline{
	color:#ffcc00;
	text-transform:uppercase;
	text-indent: 147px;
	font-size:1.1em;
}

#info-bar{
	color:#fff;
	text-transform:uppercase;
}


.msgBox{
	color:#000;
	font-size:1.1em;
	line-height: 1.4em;
}

#site-info{
	color:#fff;
}


#mainContent a,#mainContent a:hover{
	color:#5db0e3;
	text-decoration:underline;
}

#mainContent a:visited{
	color:#5db0e3;
	text-decoration:underline;
}




address { 
	width:300px;
	font-style:normal;
}
/* end div copy styles */




#site-info p{
    font-size: 1em;
	text-align:right;
	padding: 0;
	margin: 8px 0;
	margin-right: 6px;
}

#site-info a {
    color:#fff;
	text-decoration:underline;
	font-weight: bold;
}

#site-info a:hover {
    color:#fff;
	text-decoration:underline;
	font-weight: bold;
}



dt {
	font-weight:bold;
	/*color:#000000;*/
}

dd {
	/*color:#000000;*/
}

ul#timetable {
list-style:none;
margin:0px;
}

ul#timetable li {
list-style:none;
display:block;
clear:both;
width:390px;
}

ul#timetable li p{
margin:0px;
margin-right:5px;
font-weight:bold;
float:left;
}


ul#timetable li span {
width:320px;
float:left;
margin-bottom:5px;
}

.redTxt {
	color: #5db0e3;
}

.blueTxt {
	color: #7b3136;
}