@charset "UTF-8";
/* CSS Document */


#page {
	width: 800px;
	height: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-bottom: 0px;
	clear: left;
	background-color: #000000;
}

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;
	background-color: #333333;
}
.oneColLiqCtrHdr #container {
	width: 800px; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	border: medium solid #999999;
	background-color: #666666;
}
.oneColLiqCtrHdr #header {
	height: 198px;
	background-color: #DDDDDD;
	background-image: url(top.gif);
	background-repeat: no-repeat;
	width: 800px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background-image: url(corner.gif);
	background-repeat: no-repeat;
	height: 440px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-weight: normal;
	margin: 0px;
	background-position: right bottom;
}
.oneColLiqCtrHdr #footer {
	background-color: #CCCCCC;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	height: 53px;
	background-image: url(bottom.gif);
} 
.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: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColLiqCtrHdr #footer2 {
	background-color: #666666;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}

#centerContent {
	display: block;
	padding-left: 50px;
	width: 516px;
	float: left;
	clear: left;
	font-weight: normal;
	height: 422px;
	padding-top: 1px;
}

.text1 {
	font-family: Georgia;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	padding-right: 4px;
	text-align: left;
}

#footerMenu ul {
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-top: 65px;
	margin-right: 0;
	margin-bottom: 0;
	float: right;
	clear: right;
}

#footerMenu li {
	float: left;
}

#menu2 {
	width: 435px;
	padding-top: 155px;
	clear: right;
	float: right;
	padding-right: 95px;
}

#menu2 ul {
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
}

#menu2 li {
	float: left;
}

#menu2 a {
	display: block;
	height: 18px;
	text-decoration: none;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia;
	letter-spacing: 1pt;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#menu2 a:hover {
	display: block;
	height: 18px;
	font-size: 9px;
	color: #99CCFF;
	font-weight: bold;
	font-family: Georgia;
	letter-spacing: 1pt;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-style: italic;
}
.bodyText1 {
	font-family: Georgia;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
img.floatLeft {
	float: left;
	padding-right: 3px;
}
img.floatRight {
	float: right;
	margin: 0px;
}
a:link {
	font-family: Georgia;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #CCCCFF;
	text-decoration: none;
}
a:hover {
	font-family: Georgia;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: underline;
}

a:visited {
	font-family: Georgia;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #99CCFF;
	text-decoration: none;
}


#footer a {
	display: block;
	height: 18px;
	text-decoration: none;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	font-family: Georgia;
	letter-spacing: 0pt;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-image: url(GREY_gifs/nubbin4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 3px;
	text-indent: 2px;
}

#footer a:hover {
	display: block;
	height: 18px;
	text-decoration: none;
	font-size: 10px;
	color: #003366;
	font-weight: normal;
	font-family: Georgia;
	letter-spacing: 0pt;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-image: url(GREY_gifs/nubbin3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 3px;
	text-indent: 2px;
}
#footcontent {
	float: left;
	width: 800px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: right;
	text-align: left;
}
.textFooter {
	font-family: Verdana;
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
}
.textFooter2 {
	font-family: Georgia;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	color: #ddcc99;
}
img.floatLeft2 {
	float: left;
	padding-right: 12px;
}
.bodyText3 {
	font-family: Verdana;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #ddcc99;
	text-align: left;
	display: block;
	padding-left: 26px;
}
.textFooter3 {
	font-family: Georgia;
	font-size: 13px;
	line-height: 28px;
	font-weight: normal;
	color: #FFFFFF;
}
.topMenuOn {
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #221100;
	font-weight: bold;
	font-family: Georgia;
	line-height: 20px;
	padding: 5px;
	clear: left;
	width: 255px;
	letter-spacing: 1pt;
}

.menu2ON {
	display: block;
	height: 25px;
	text-decoration: none;
	font-size: 10px;
	color: #FFCC33;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1pt;
	background-image: url(graphics/buLmenu.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 17px;
}
.text1Light {
	font-family: Georgia;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #003366;
	padding-right: 1px;
}
#navlist {
	list-style-image: url(graphics/bullet.gif);
	list-style-position: inside;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #ddbbff;
	text-indent: 2px;
	padding: 1px;
}
#navcontainer {
	padding: 0px;
}
#tab1 {
	display: block;
	clear: right;
	float: right;
	width: 158px;
	height: 75px;
	margin: 0px;
	padding-top: 6px;
}
#tab2 {
	display: block;
	clear: right;
	float: right;
	width: 158px;
	height: 335px;
	margin: 0px;
}
#tab3captions {
	display: block;
	clear: left;
	float: left;
	width: 195px;
	margin: 0px;
	text-align: right;
	font-family: Georgia;
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 75px;
}
.FlipWorkTitles {
	font-family: Georgia;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
#tab4captions {
	display: block;
	clear: left;
	float: left;
	width: 510px;
	margin: 0px;
	text-align: right;
	font-family: Georgia;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
}
#tab3captions2 {
	display: block;
	clear: left;
	float: left;
	width: 155px;
	margin: 0px;
	text-align: right;
	font-family: Georgia;
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 75px;
}
