


html {
margin : 0;
padding : 0;
}
body {
font-family : Verdana, Arial, Helvetica, sans-serif;
margin : 0;
padding : 0;
background-color : white;
color : black;
}
h1 {
font-size : 200%;
font-family : Arial;
letter-spacing : 3px;
color : #1b1871;
}
h2 {
font-size : 150%;
font-family : Arial;
font-weight : bold;
margin : 0;
padding : 0;
color : #1b1871;
}
h3 {
font-size : 105%;
font-family : Arial;
font-weight : bold;
line-height : 1.5em;
margin : 0;
padding : 0;
border-bottom : 1px solid gray;
color : #1b1871;
}
h4 {
font-size : 90%;
font-weight : bold;
color : #ffffff;
line-height : 1.4em;
padding : 3px;
background-color : transparent;
}
h5 {
font-size : 90%;
color : #ffffff;
line-height : 1.44em;
border : 1px solid gray;
padding : 3px;
background-color: transparent;
}

p {
line-height : 1.66;
margin : 1em 0 1.5em 0;
}

a {color : #ffffff;
 text-decoration : none;}

a:link {
color : #ffffff;
 text-decoration : none;
 background-color: transparent;}

a:visited {
color : #ffffff;
 text-decoration : underline;
 background-color: transparent;}

a:hover {
color : #ffffff;
text-decoration : underline;
 background-color: transparent;}

#container { margin-right: auto; margin-left: auto; width: 800px; height 1400px;}

#left {
position: absolute; top: 130px; left: 0px;
background-color : #1b1871;
padding : 0 8px 4px 2px;
margin : 0;
height : 340px;
width : 150px;
text-decoration : none;
text-align : center;
font-size : 90%;
border-color : white;
}
#menu {
position: absolute; top: 490px; left: 0px;
background-color : #ffffff;
padding : 0 8px 4px 2px;
margin : 0;
height : 300px;
width : 200px;
text-decoration : none;
text-align : center;
border-color : white; }

#content {
font-size : 90%;
padding-left: 1.4em;
padding-right: 20em;
position : absolute; top: 135px; left: 200px;
}

#topright {
position : absolute; top : 208px; right : 10px;
width : 150px;
height : 157px;
z-index:3;
}


#right {
position: absolute; top: 365px; right: 10px; 
height: 630px; width: 150px; 
font-size: 90%; text-align: center; background-color: #1b1871; z-index:3;
text-decoration: none;
}

#manager {
position : relative;
top : 8em;
left : 30em;
text-align : left;

}
#craig {
position : relative;
top : 0.2em;
left : 20em;
font-size: 90%;

}

#footer {position: relative; top : 1em; left : 0.5em; font-size : 100%;  text-align : center; }

#resourceslink {position : absolute;
top : 13em;
right: 2em;}

.centred {
text-align : center;
}