/* made by Marten Brosch, mbrosch@gmail.com*/

body { 
	color: #800000; 
	font-size: 76%;
	background-color: #E0EEEE;
        }

p { 
	font-size: 1em; 
	font-family: Verdana, Arial, san-serif;
	}

h3 {
	color: #669933;
	background-color: transparent;
	text-align: right;
	font-family: Times, san-serif;
	font-size:1.2em;
	font-variant: small-caps;
	}

li{
	list-style-image: url(arr1.gif)
	}
	
li:hover {
	list-style-image: url(arr2.gif)
	}
	
	
a:link { 
	color: #010080;
        background-color: transparent;
	text-decoration: none; 
	}

a:visited { 
	color: #010080; 
        background-color: transparent;
        text-decoration: none
	}

a:hover { 
	color: #91054D;
        background-color: transparent;
        text-decoration: none
	}

a:active { 
	color: #010080;
        background-color: transparent;
        text-decoration: none 
	}

#container {
	position:absolute;
	left:50%;
	top:5px;
	width: 800px;
	margin-left: -400px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	}

	

#pageHeader {
	width:800px;
	height: 110px;
        float: left;
        border-right:2px solid #D0CECE;
        border-left:2px solid #D0CECE;
        border-top:2px solid #D0CECE; 
        background-color: #FFFFFF;
	}

#pageCentre {
	width:800px;
	float: left;
        border:2px solid #D0CECE;
        background-color: #FFFFFF;
	}
	
#supportingText {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 400px;
	float: left;
	border-right:1px solid #cccccc;
	text-align: justify;
	}
	
#linkList { 
	position: relative;
	width:160px;
	float:left;
	padding-left:6px;
	font-size: 1em;
	}
	
#linkList h3 {
	color: #999999;
	background-color: transparent;
	text-align: center;
	font-size: 1em
	}

#footer {
        font-size: 14px;
        width:800px;
        background-color: #EFEDED;
	border:2px solid #D0CECE;
	text-align: center;
        
        }
.OneWord
{
    font-weight:bold;
    color:#010080;
}

.IMGcenter {
vertical-align: middle;
margin-bottom: 0.25em;
}

IMG.floatimgright
{float: right;
margin-bottom: 1px;
margin-left: 10px;
margin-top: 10px}

IMG.floatimgleft
{float: left;
margin-bottom: 1px;
margin-right: 10px;
margin-top: 10px}
