@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: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFFFFF;
}

.oneColLiqCtr #container {
	width: 690px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColLiqCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 100;
	color: #999999;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 1pt;
}
#header {
	height: 85px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#menu2 {
	height: 20px;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#mainBody {
	background-color: #FBFEE7;
	height: 400px;
	width: 100%;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#topBarL {
	float: left;
	height: 75px;
	width: 270px;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #993300;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 1pt;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 1pt;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 1pt;
}
#topBarR {
	float: right;
	height: 15px;
	width: 400px;
	margin-top: 45px;
	margin-left: 0px;
	text-align: right;
}
.pad {
	padding-left: 20px;
}
