/* Body colours */
body {
	color: #FFFFFF;
	background-color: #818734;
}


/* Top section */
#cornerpic {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 0px;
	width: 128px;
	height: 128px;
	border: 2px solid #151B54;
	color: black;
	background-color: #CCCC66;
}
#barbox {
	position: absolute;
	padding: 16px;
	top: 50px;
	right: 50px;
	width: 60%;
	z-index: 2;
	color: #151B54;
	background-color: #CCCC66;
	text-align: left;
	border-color: #151B54;
	border-width: 2px;
	border-style: solid;
}
#bar {
	font-family: Verdana, sans-serif;
	font-size: 27px;
	font-weight: 600;
	font-style: italic;
}
#bar2 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: 200;
}
/* End top section */



/* Sidebar links */
#linkbox {
	z-index: 2;
	position: absolute;
	left: 20px;
	top: 160px;
	width: 17%;
	background-color: #CCCC66;
	color: #000000;
	border-color: #151B54;
	border-width: 2px;
	border-style: solid;
	padding: 4px;
}
#linkbox ul {
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	list-style: none;
}
#linkbox ul li a {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #151B54;
	background-color: transparent;
}
#linkbox ul li {
	padding-bottom: 8px;
}
/* End of sidebar links */


/* Frame for Valid logos */
#validframe {
	z-index: 1;
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 10px;
}


/* Frame to put the content inside */
#bodyframe {
	position: absolute;
	left: 25%;
	top: 150px;
	padding: 30px;
	height: 50%;
	overflow: auto;
	width: 65%;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #F5F5DC;
	border-color: #151B54;
	border-width: 2px;
	border-style: solid;
}


