/* D O   N O T   C H A N G E   T H I S   F I L E */
html, body {
	margin: 0;
	padding: 0;
	color: #000080;
	background-color: #FFFFFF; /* white */
	text-align: center;
    font-family: Geneva, Arial, Helvetica, sans-serif; 
}
hr {
	color: #000080;
	background-color: #000080;
	height: 1px;
}
em {font-style: italic;}

/* C L A S S E S */
.leftimg {
	float: left;
	border: 2px solid #000080;
	margin-right: 20px;
	margin-left: 20px;
}
.rightimg {
	float: right;
	border: 2px solid #000080;
	margin-right: 20px;
	margin-left: 20px;
}
.centreimg {
	display: block;
	border: 2px solid #16582A;
	margin-right: auto;
	margin-left: auto;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	line-height: 0.25em;
	clear: both;
}
.red {color: red !important;}

/* I D s */
#wrapper {
	text-align: left;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 150px 0 20px 0;
	color: #000080;
	background-color: #B4CCCD;	/*Light steel blue */
	background-image: url(./Pictures/Logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #000080; /* Navy Blue */
}
#main {
	padding: 0 10px 10px 10px;
	min-height: 350px;
}
#main p {
	color: #000080;
	background-color: #B4CCCD;	/*Light steel blue */
	font-size: 80%;
	margin: 10px 0;
}
#content {
	clear: both;
	width: 525px;
	float: right;	
	padding: 20px 10px 0 0;
}
#content p {
	color: #000080;
	background-color: #B4CCCD;	/*Light steel blue */
	font-size: 80%;
	line-height: 1.5em;
	padding-left: 2em;
}
#content h1 {
	font-size: 180%;
	font-weight: bold;
	color: #000080;
	background-color: #B4CCCD;	/*Light steel blue */
}
#content h2 {
	clear: both;
	font-size: 120%;
	color: #000080;
	background-color: #B4CCCD;	/*Light steel blue */
	border-bottom: 1px dotted #7F1786;
}

#navigation {
	padding: 25px 0 0 10px;
	float: left;
	width: 154px;
}
#navigation ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	border-top: 1px solid #000080;
}
#navigation li {
	width: 154px;
	border-bottom: 1px solid #000080;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom;
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #000080;
	border-right: 1px solid #000080;
	background-color: #DABAD8;
	color: #000080;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #B76FB8;
	color: #FFFFFF;
}
#navigation img {
	border: 2px solid #000080;
	margin-bottom: 20px;
}
#validate {
	float: left;
	width: 200px;
}
#validate img {
	border: none;
	margin-left: 60px;
}
#validate a:link, #validate a:visited, #validate a:hover {
	display: block;
	border: none;
	color: #000080;
	background-color: #B4CCCD;	/*Light steel blue */
}

/* A R T I C L E S */
#article {
	color: #000080;
	background-color: #B4CCCD;	/*Light steel blue */
	margin-top: 20px;
}
#article p {
	margin: 0;
	line-height: 1.1em;
	padding-left: 2em;
}
#article em {
	font-size: 90%;
}
#article a {
	font-size: 80%;
	padding: 0 5px 0 0;
}
#article a:link, #article a:visited {
	background-color: #B4CCCD;	/*Light steel blue */
	color: #000080;
}
#article a:hover {
	background-color: #B76FB8;
	color: #FFFFFF;
}

/* F O O T E R */
#footer {
	padding: 5px 0 0 5px;
	font-size: 70%;
	color: #7F1786;
	background-color: #B4CCCD;	/*Light steel blue */
}
#footer.nologo {
	margin-top: 10px;
	margin-left: 200px;
}
#footer span {
	margin-right: 5px;
}
#footer a:link, #footer a:visited {
	color: #7F1786;
	background-color: #B4CCCD;	/*Light steel blue */
}

/* F O R M S */
form p {
	clear: left;
	margin: 0;
	padding: 5px 0 0 0;
}
form p.confirm {display: none;} /* anti-robot */
form p label {
	float: left;
	width: 30%;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}
form input, form textarea, form select {
	color: #000080;
	background-color: #ffffff;	/*white */
}
form .button {
	color: #000080;
	background-color: #DABAD8;
}

