@charset "utf-8";
.oneColLiqCtr  #container  #subnav  a:hover  {
	text-decoration:underline;
	}
.oneColLiqCtr  #container  #subnav  {
	background-color:#7276A5;
	left: 0px;
	width: 795px;
	top: -38px;
	height: 25px;
	font-variant: small-caps;
	text-align: right;
	color: #FFFFFF;
	z-index: 2;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
.oneColLiqCtr  #container  #subnav  a:link,.oneColLiqCtr  #container   #subnav  a:visited  {
	color: #FFFFFF;
	font-weight: 600;
	font-size:10pt;
}	

body {
	font: 12pt "Times New Roman", Times, serif;
	background: #D0D4FF;
	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;
	padding-top: 5px;
}
.oneColLiqCtr #navBar a:link, .oneColLiqCtr #navBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColLiqCtr  #footer  {
	width: 780px;
	border-top-style: solid;
	border: 1px;
	font-size: 9pt;
	padding: 10px;
	word-spacing: 2px;
}
.clearBoth { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.oneColLiqCtr #navBar a:hover {
	text-decoration: underline;
}
.oneColLiqCtr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #container #mainContent {
	background-image: url(../images/nigel_ian_vignette.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	padding-bottom: 20px;
	margin: auto;
	width: 800px;
}
.oneColLiqCtr #navBar {
	position: relative;
	top: -42px;
	width: 790px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	text-transform: none;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: 600;
}
.oneColLiqCtr #box {
	width: 320px;
	border: 1px;
	border-style: solid;
	padding: 10px;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	left: 35px;
}
.oneColLiqCtr #box2 {
	float: right;
	width: 310px;
	border: 1px;
	background-color: #555988;
	color: #FFFFFF;
	border-style: solid;
	border-color: #000000;
	padding: 5px;
	position: relative;
	right: 35px;
}
li {
	list-style-position: outside;
	margin-top: 10px;
}
a:link, a:visited {
	color: #000000;
	text-decoration:none;
}
