/* Colours. Left side grey/green: #ACB485. header, rightmain and footer: white. body background: #f3f3eb (background of logo image) */
body {
	background: #f3f3eb;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0px;
}

div#header {
	background: #ffffff;
	width: 1000px;
	height: 162px;
	position: relative;
	left: 0;
	border-top: 1px solid #ffffff;
	margin-left: 0px;
	margin-top: 0px;
}

div#main {
	background: #ff0000;
	width: 1000px;
	position: relative;
	border: 0px solid #ff0000;
	margin-left: 0px;
}

div#leftmain {
	background: #acb485;
	width: 197px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-right: 0px solid #acb485;
	padding: 0px;
	text-indent: 15px;
}

div#rightmain {
	margin-left: 197px;
	background: white;
	border-top: 1px solid white;
	border-right: 131px solid white;
	padding-left: 10px;
	padding-bottom: 10px;
}

div#footer {
	background: #ffffff;
	width: 998px;
	position: relative;
	border: 1px solid #ffffff;
	margin-top: 1px solid #ffffff;
	margin-left: 0px;
	font-size: 8pt;
}

#barprog {
 background-color: #d90000;
 position: absolute;
 left: 0px;
 top: 10px;
 width: 167px;
 height: 16px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: smaller;
 font-weight: bold;
 color: #FFFFFF;
 z-index: 1;
 text-indent: 15px;
}

#barwolf {
 background-color: #d90000;
 position: absolute;
 left: 167px;
 top: 10px;
 width: 172px;
 height: 16px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: smaller;
 font-weight: bold;
 color: #FFFFFF;
 z-index: 1;
 text-indent: 15px;
}

#barafro {
 background-color: #d90000;
 position: absolute;
 left: 338px;
 top: 10px;
 width: 220px;
 height: 16px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: smaller;
 font-weight: bold;
 color: #FFFFFF;
 z-index: 1;
 text-indent: 15px;
}

#barpeople {
 background-color: #d90000;
 position: absolute;
 left: 551px;
 top: 10px;
 width: 148px;
 height: 16px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: smaller;
 font-weight: bold;
 color: #FFFFFF;
 z-index: 1;
 text-indent: 15px;
}

#barhelp {
 background-color: #d90000;
 position: absolute;
 left: 696px;
 top: 10px;
 width: 173px;
 height: 16px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: smaller;
 font-weight: bold;
 color: #FFFFFF;
 z-index: 1;
 text-indent: 15px;
}

#headerpics {
        background-color: #f3f3eb;
        left: 0px;
        top: 26px;
        position: absolute;
        width: 869px;
        height: 121px;
        z-index: 0;
        margin: 0px;
        padding: 0px;
        border: 0px;
}

#barnews {
        background-color: #E98E23;
        height: 16px;
        width: 869px;
        left: 0px;
        top: 147px;
        position: absolute;
        font-family: Arial, Helvetica, sans-serif;
        font-size: smaller;
        font-weight: bold;
        text-indent: 15px;
}

#bargreen {
        background-color: #ACB485;
        position: static;
        left: 0px;
        top: 0px;
        width: 197px;
        height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: smaller;
        font-weight: bold;
}

#baryellow {
        background-color: #F1D07F;
        position: static;
        left: 0px;
        top: 0px;
        width: 197px;
        height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: smaller;
        font-weight: bold;
}

#barpublications {
        background-color: #ACB485;
        position: static;
        left: 0px;
        top: 0px;
        width: 196px;
        height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: smaller;
        font-weight: bold;
}

#barcontactus {
        background-color: #F1D07F;
        position: static;
        left: 0px;
        top: 0px;
        width: 197px;
        height: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: smaller;
        font-weight: bold;
}

#pubmenu {
        background-color: #ACB485;
        left: 0px;
        top: 240px;
        width: 182px;
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        font-size: smaller;
        font-weight: bold;
	text-indent: 0px;
	margin-left: 15px;
	z-index: 2;
}

#logos1 {
        background-color: #ffffff;
        position: absolute;
        width: 650px;
	height: 120px;
        z-index: 0;
        margin-top: 10px;
        margin-left: 5px;
	margin-botton: 10px;
        padding: 0px;
        border: 0px;
}

#logos2 {
        background-color: #ffffff;
        position: static; 
        width: 650px;
	height: 900px;
        z-index: 0;
        margin-top: 120px;
        margin-left: 5px;
	margin-botton: 5px;
        padding: 0px;
        border: 0px;
	font-size: 8pt;
	align: center;
	text-align: center;
}

a.white {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
}

a.thinwhite {
        color: #FFFFFF;
        font-weight: normal;
        text-decoration: none;
}

a.brown {
        color: #52420e;
        font-weight: bold;
        text-decoration: none;
}

.brown {
        color: #52420e;
        font-weight: bold;
        text-decoration: none;
}

.red {
        color: #d90000;
        font-weight: bold;
        text-decoration: none;
}

p.red {
        color: #d90000;
        font-weight: bold;
        text-decoration: none;
}
