/* ---- ALL PAGES ---- */
* {
margin: 0px;
padding: 0px;
border: 0px;
}
body {
	text-align: center;
	background-color: #33435A;
	font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
	color: #333333;
	background-image: url(../images/bg/checkerBG.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p, h1, h2, ul, ol {
	padding-bottom: 13px;
}
p {
	text-align: justify;
}
ul, ol {
	padding-left: 25px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-size: 14px;
	color: #cc0000;
}
hr {
	height: 1px;
	width: 100%;
	border: 1px inset #333333;
}
img {
	border: 1px solid  #33435A;
}
img#noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #008888;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}
.mainBox {
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.borderBox {
	border: 1px solid #7A8DAD;
}
.headerBox {
	height: 105px;
	background-color: #F7F7F7;
	padding-top: 15px;
	padding-left: 10px;
	text-align: center;
	border: 1px solid #33435A;
}
.checkerBar {
	height: 5px;
	width: 100%;
	background-color: #33435A;
	font-size: 1px;
	background-image: url(../images/bg/checkerBG.gif);
	background-repeat: repeat;
}
.bodyBox {
	background-color: #3E516C;
	border: 1px solid #33435A;
}
.bulkText {
	font-size: 13px;
	background-color: #F7F7F7;
	margin-left: 152px;
	padding: 15px;
}
.footerBox {
	height: 25px;
	background-color: #FFFFFF;
	border: 1px solid #33435A;
	text-align: center;
	padding-top: 10px;
}
#footer {
	text-align: center;
	font-size: 11px;
	color: #999999;
}
a#footer {
	color: #999999;
	text-decoration: none;
}
a:hover#footer {
	color: #E2144A;
	text-decoration: none;
}
.imgRight {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgLeft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imgText {
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
.imgCentre {
	margin: 10px;
	text-align: center;
}


/* ---- MENU ---- */
.menu {
	position:absolute;
	height:280px;
	border-top:1px solid #7A8DAD;
	top: 141px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	position:relative;
	z-index:500;
	padding:0;
	margin:0;
	list-style-type:none;
	width:150px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}

/* style the list items */
.menu li {
	background: #33435A;
	/* for IE7 */
	float:left;
}
.menu li.sub {background: #33435A} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
padding: 4px;
width:141px;
color:#FFFFFF;
border:1px solid #7A8DAD;
border-width:0 1px 1px 1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#FFFFFF; background:#A52426; position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#FFFFFF; background:#A52426;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#FFFFFF; background:#A52426;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:110px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
	

/* ---- HOMEPAGE and NEWS PAGES BOXES --- */
.courseDatesBox {
	width: 190px;
	margin-left: 20px;
	margin-top: -10px;
	}
.courseDatesBox p {
	text-align: left;
	}
.courseDatesBox, .newsArchiveBox {
	background-color: #EBEBEB;
	border: 1px solid #33435A; 
	float: right;
	padding: 10px;
}
.newsArchiveBox h1{
	text-align: center;
}


/* ---- LIBRARY MENU ---- */
.libMenuBox {
	position: absolute;
	margin-left: 0px;
	}
.libTopMargin {
	margin-top: 65px;	
	}
#lib, #lib ul {
	position: relative;
	width: 600px;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	}
#lib li {
	width: 84px;
	list-style: none;
	float: left;
	position:relative;
	display: block;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #33435A;
	}
li#left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #33435A;
	}
#lib li a {
	text-decoration: none;
	color: #33435A;
	padding: 2px;
	background-color: #8096B5;
	font-size: 12px;
	display: block;
	font-weight: bold;
	border-width: 3px;
	border-style: solid;
	border-top-color: #A9B6CB;
	border-right-color: #4B6387;
	border-bottom-color: #4B6387;
	border-left-color: #A9B6CB;
	}
#lib li a:hover {
	color: #CC0000;
	background-color: #B3BED0;
	display: block;
	}
