@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #999999;
	background-image: url(Images/writing.jpg);
}
.oneColLiqCtrHdr #container {
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	text-align: center;
	background-color: #FFFFFF;
	background-image: none;
	border: 3px solid #000000;
	border-radius:20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-top: 10px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	border: 3px solid #000000;
	border-radius:20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.oneColLiqCtrHdr #footer {
	background:#FFFFFF;
	border: 3px solid #000000;
	border-radius:20px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.normalText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
}
.mainMenuLayout {
	border: 3px solid #E00025;
	border-radius:20px;
	float: none;
	width: 280px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	text-align: center;
	color: #FFF;
	background-color: #032EA1;
	height: 100px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 7px;
}
.mainHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
}


.titleText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}
.footerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	text-align: center;
}
.headingText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}
.normalTextBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
}


.buttonLayout {
	text-align: center;
	margin: 10px;
}
.buttonHolder {
	text-align: center;
}
.buttonsHolder {
	text-align: center;
}
.headingTextCentred {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}
