body {
	background-color: #DAECFA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #ED008C;
}
a:visited {
	text-decoration: none;
	color: #33A6E7;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #33A6E7;
}
h1 {
	color: #ED008C;
	font-size: 20px;
	margin:0px;
}
h3 {
	color: #ED008C;
	font-size: 12px;
	font-weight:bold;
}
h4 {
	color: #ED008C;
	font-size: 10px;
}
p {
	font-size: 10px;
	line-height:13px;
	text-align:justify;
	margin-bottom:-3px;
}

#menu {
	position:absolute;
	left:30px;
	top:205px;
	width:200px;
	height:380px;
	z-index:1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
ul {
	font-size: 11px;
	line-height:13px;
	list-style:none;
	color:#33A6E7;
}
ul li {
	margin-bottom:5px;
}
ul li a:link {
	color:#33A6E7;
	list-style-image:none;
}
ul li a:hover {
	font-weight:bold;
	color:#ED008C;
	text-decoration:none;
}
.selected {
	font-weight:bold;
	color:#ED008C;
	list-style-image:url(images/bullet.gif);
	text-decoration:none;
}

#pics {
	position:absolute;
	left:264px;
	top:205px;
	width:150px;
	height:320px;
	z-index:3
}

#logos {
	position:absolute;
	left:66px;
	top:535px;
	width:100px;
	height:41px;
	z-index:4;
}

#main {
	position:absolute;
	left:454px;
	top:205px;
	width:374px;
	height:550px;
	z-index:2;
}

#strapline {
	position:absolute;
	left:264px;
	top:564px;
	width:405px;
	height:20px;
	z-index:5;
}
