#wrapper {
	width: 750px;
	margin: 0 auto;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:160px;
}

ul li {
	position: relative;
	width:158px;
	border: 1px solid #990033;
	font-size: 1em;
}
/* keep folowing styles together..........................*/
*  html ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
*  html ul li {float:left;/* hide float from ie5*/}
*  html ul ul {
	width:160px;	
	w\idth:148px;
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
*  html ul ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/

li ul {
	position: absolute;
	top: 0;
	left:-999em;
}
/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #990033;
	background: #9c9c9c; /* IE6 Bug */
	line-height: 2em;
	height: 2em;
	padding: 0 5px;

}

/* this sets all hovered lists to red */
li:hover a, li.over a, 
li:hover li a:hover, li.over li a:hover {
   color: #9c9c9c;
   background-color: #990033;
	
}

/* set dropdown to default */
li:hover li a, li.over li a {
   color:  #990033;
   background-color:#9c9c9c;
	font-size: 1.1em;
}
li ul li a {  } /* Sub Menu Styles */
li:hover ul, li.over ul { 	left:159px; font-size: .8em;  } /* The magic */


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	background: url(../graphics/background.jpg) no-repeat left top;
	vertical-align: top;
	padding-top: 0;
	margin-top: 0;
}
.centre {
	text-align: center;
}
.headlinks{
	margin-top: 15px;
	padding-left: 40px;
	font-family: Gill Sans MT;
	font-size: 1em;
	font-weight: bold;
	color: #002c61;
}
.tablelabels{
	padding-left: 10px;
	font-family: Gill Sans MT;
	font-size: 14px;
	font-weight: normal;
	color: black;
}
.headlinks a {
	text-decoration: none;
	color: #990033;
}

.headlinks a:hover {
	text-decoration: none;
	color: #990033;
}

a {
	text-decoration: none;
	color: #990033;
}

a:hover {
	text-decoration: none;
	color: #9c9c9c;
}

#main {
	margin: 0 10px;
}
#flashcontent {
	float: right;
	margin-right: 10px;
}
h1 {
	font-size: 1.8em;
	color: #990033;
}
h2 {
	font-size: 1.5em;
	color: #990033;
	line-height: 19px;
}
h3 {
	font-size: 1.2em;
	color: #990033;
}
h4 {
	font-size: 1.1em;
	color: #990033;
}
/* This is a page sized box to be used on its own, 
	boxpage is a general page, 
	 */
.boxpage {
	width: 560px;
	margin: auto;
	padding-bottom: 135px;
	background: url(../graphics/botpage1.jpg) no-repeat left bottom;
}
.boxpage h2 {
	background: url(../graphics/toppage.jpg) no-repeat right top;
	color: #fff;
	line-height: 20px;
	height: 33px;
	padding: 5px 10px 0 10px;
}
.boxpageinner {
	padding-bottom: 5px;
	border-right: 3px solid Silver;
	margin-right: 2px;
	margin-top: -27px;
}
.boxpage p {	
	padding: 0 10px 0 10px;
}
/* end of the page sized box */
.img {
	background-repeat: no-repeat;
}
img.left {
	float: left;
	padding: 15px;
}
img.right {
	float: right;
	padding: 15px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #990033;
}
.redbold {
	color: #990033;
	font-weight: bold;
	font-style: italic;
}
.reditalic {
	color: #990033;
	font-style: italic;
}
.quotes {
	font-family:Times New Roman;
   font-size:28.0pt;
}
.competenciestable {
	font-size: 0.9em;
	text-align: center;
}
.title {
	font-size: 24px;
	font-weight: lighter;
	color: #999999;
}
.footer {
	text-align: center;
	font-size: 0.8em;
	color: #990033;
}
.footer a {
	text-decoration: none;
	color: #990033;
}
.footer a:hover {
	text-decoration: underline;
	color: #990033;
}

.clearfix:after {
        content: ".";            /* the period is placed on the page as the last thing before the div closes */
        display: block;          /* inline elements don't respond to the clear property */ 
        height: 0;               /* ensure the period is not visible */
        clear: both;             /* make the container clear the period */
        visibility: hidden;      /* further ensures the period is not visible */
}

/* .clearfix {display: inline-block;}   a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: inline-block;}
.clearfix {display: block;}

.SearchField {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.SearchButton {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif
}