@charset "ISO-8859-1";

/* Copyright © 2006 AFS Computing. All rights reserved. */

/* Web-safe colours contain only values 00, 33, 66, 99, CC and FF */

html {
	border : 0px;
	margin : 0px;
	padding : 0px;
}

body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	border : 0px;
	margin : 0px;
	padding : 0px;
	font-size : 82%;
}

#wholePage {
	width : 100%;
	text-align : center;
	background : #ffffff;
	color : #000000;
}

/* Hack for IE 5.* */
* html #displayArea {
	width: 758px; 
	w\idth: 752px;
}

#displayArea {
	position : relative;
	width : 752px;
	margin : 10px auto;
	text-align : left;
	border : 3px solid #999999;
	background : url("../program_images/background.gif") #b6c0d5;
	color : #000000;
}

#header {
	position : relative;
	border-bottom : 3px solid #999999;
	background : url("../program_images/bubbles.gif") #b6c0d5;
	height : 90px;
}

#hdrLogoLeft {
	position : absolute;
	top : 0px;
	left : 0px;
	border : 0px;
	padding : 4px 0px 5px 15px;
}

#hdrLogoRight {
	position : absolute;
	top : 0px;
	right : 0px;
	border : 0px;
	padding : 4px 15px 5px 0px;
}

#hdrText {
	margin : 0px 93px 0px 234px;
	padding : 25px 0px 5px;
	text-align : center;
	font-family : "Times New Roman", Times, serif;
	font-size : 200%;
	line-height : 120%;
	color : #333333;
}

#mainArea {
	overflow : hidden;
}

#navBar {
	position : relative;
	width : 100%;
	text-align : center;
	font-family: Verdana, sans-serif;
	font-size : 100%;
	font-weight : bold;
	line-height : 140%;
	border-bottom : 2px solid #999999;
	padding : 3px 0px;
	background : #ccccff;
}

#navBar a {
	text-decoration : none;
	color : #000000;
}

#navBar a:hover {
	color : red;
	text-decoration : underline;
}

#content {
	padding : 15px 20px;
	font-size : 120%;
	text-align : justify;
	overflow : hidden;
}

#content a {
	text-decoration : none;
	color : blue;
}

#content a:hover {
	color : red;
	text-decoration : underline;
}

#content dt {
	display : list-item;
	list-style-type : disc;
	list-style-position : outside;
	margin-bottom : 1ex;
}

#content dd {
	margin-bottom : 3ex;
	margin-left : 3ex;
}

#content table ul {
	margin-top : 0px;
	margin-bottom : 0px;
}

.pictureLink {
	border : 0;
}

.highlight {
	font-weight : bold;
	color : red;
}

.centered {
	text-align : center;
	margin : 0px auto;
}

