
/* Document Styles */

body {
	background: #ccc;
	font: normal 10px/16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #666;
	margin: 15px;
	text-align: center; /* For IE */
	}

acronym {
	font-style: normal;
	border-bottom: 1px dotted #666;
	}

fieldset {
	border: 1px solid #fff;
	}

img {
	border: 0px;
	}

p {
	margin: 0 0 5px 0;
	}

p.p1 {
	font-size: 13px;
	line-height: 20px;
	}
	
span.p1 {
	font-size: 13px;
	}
	
#container h3 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 30px 0 2px 0;
	}	
	
#container h4 {
	font-size: 13px;
	font-weight: normal;
	}
	
/* --- program --- */

#sprogram h3, h1 {
	color: #18d;
	}

#sprogram a:link, #sprogram a:visited, #sprogram .link {
	color: #18d;
	font-style: italic;
	text-decoration: none;
	}

#sprogram a:hover, #sprogram a:active, #sprogram .link:hover {
	color: #fff;
	background: #18d;
	}
	
/* --- event --- */

#sevent h3 {
	color: #9c0;
	}

#sevent a:link, #sevent a:visited, #sevent .link {
	color: #9c0;
	font-style: italic;
	text-decoration: none;
	}

#sevent a:hover, #sevent a:active, #sevent .link:hover {
	color: #fff;
	background: #9c0;
	}

/* --- organisation --- */

#sorganisation h3 {
	color: #e99c54;
	}

#sorganisation a:link, #sorganisation a:visited, #sorganisation .link {
	color: #e99c54;
	font-style: italic;
	text-decoration: none;
	}

#sorganisation a:hover, #sorganisation a:active, #sorganisation .link:hover {
	color: #fff;
	background: #e99c54;
	}

/* --- resources --- */

#sresources h3 {
	color: #d8c;
	}

#sresources a:link, #sresources a:visited {
	color: #d8c;
	font-style: italic;
	text-decoration: none;
	}

#sresources a:hover, #sresources a:active {
	color: #fff;
	background: #d8c;
	}

/* --- --- */

acronym {
	font-style: normal;
	border-bottom: 1px dotted #666;
	}

.accesskey {
	text-decoration: underline;
	}

/* Container Styles */

#container {
	position: relative;
	overflow: hidden; /* For IE */
	width: 720px !important;
	width /**/: 750px;
	background: #fff url(../images/container_bg.gif) repeat-y;
	border: 15px solid #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* For IE, see above */
	}

/* Intro Styles */

/* --- header --- */

.pageHeader {
	width: 720px;
	height: 220px;
	background: #18d url(../images/title.jpg) no-repeat;
	}

.pageHeader h1, .pageHeader h2 {
	text-indent: -999em;
	margin: 0;
	}

/* --- quickSummary --- */

#quickSummary {
	width: 720px;
	height: 39px;
	border-top: 1px solid #fff;
	background: #ff9900;
	}

#quickSummary p.p1 {
	position: absolute;
	left: -999em;
	}

#quickSummary p.p2 {
	width: 248px !important;
	width /**/: 276px;
	height: 28px !important;
	height /**/: 39px;
	color: #ff6600;
	margin: 0;
	padding: 11px 0 0 27px;
	border-right: 1px solid #fff;
	}

#quickSummary a:link, #quickSummary a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	}

#quickSummary a:hover, #quickSummary a:active {
	text-decoration: underline;
	background: transparent;
	}

/* Supporting Text Styles */

#content {
	text-align: left;
	overflow: hidden;
	width: 670px; /* For IE */
	}

#scroller {
	width: 7700px;
	margin: 0 0 0 320px;
}

.section {
	float: left;
	width: 350px;
	margin: 0 50px 50px 0;
	overflow: visible; /* For IE */
	}
	
/* -- Footer -- */

#footer {
	clear: both;
	width: 708px !important;
	width /**/: 720px;
	height: 24px !important;
	height /**/: 30px;
	background: #18d;
	margin-top: 15px;
	padding: 6px 12px 0 0;
	border-top: 1px solid #fff;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	}

#footer a:link, #footer a:visited {
	text-transform: uppercase;
	color: #fff;
	}

#footer a:hover, #footer a:active {
	color: #18d;
	background: #fff;
	}

/* Link List Styles */

#linkList {
	position: absolute;
	top: 260px;
	left: 0px;
	width: 275px;
	border-bottom: 1px solid #fff;
	}
	
#linkList ul {
	margin: 0;
	padding: 0 23px 10px 27px;
	list-style: none;
	line-height: 1.2em;
	}

#linkList li {
	padding-bottom: 7px;
	}

#linkList h3 {
	text-indent: -1100px;
	height: 45px;
	margin: 0;
	}
	
/* --- Event --- */

#levent {
	border-top: 1px solid #fff;
	background: #9c0;
	}

#levent h3 {
	background: url(../images/event.gif);
	}

#levent li {
	color: #fff;
	background: url(../images/event_bg.gif) repeat-x left bottom;
	}

.meventhover {
	color: #9c0;
	background: #fff;
	cursor: pointer;
	}

/* --- Program --- */

#lprogram {
	border-top: 1px solid #fff;
	background: #18d;
	}

#lprogram h3 {
	background: url(../images/program.gif);
	}

#lprogram li {
	color: #fff;
	background: url(../images/program_bg.gif) repeat-x left bottom;
	}
	
.mprogramhover {
	color: #18d;
	background: #fff;
	cursor: pointer;
	}

/* --- Organisation --- */

#lorganisation {
	border-top: 1px solid #fff;
	background: #f7d57e;
	}

#lorganisation h3 {
	background: url(../images/organisation.gif);
	}

#lorganisation li {
	color: #fff;
	background: url(../images/organisation_bg.gif) repeat-x left bottom;
	}
	
.morganisationhover {
	color: #f7d57e;
	background: #fff;
	cursor: pointer;
	}
	
/* --- Resources --- */

#lresources {
	border-top: 1px solid #fff;
	background: #d8c;
	}

#lresources h3 {
	background: url(../images/resources.gif);
	}

#lresources li {
	color: #fff;
	background: url(../images/resources_bg.gif) repeat-x left bottom;
	}

.mresourceshover {
	color: #d8c;
	background: #fff;
	cursor: pointer;
	}

