@charset "utf-8";
a:link {
	text-decoration: none;
	color: #FFBF00;
}
a:visited {
	text-decoration: none;
	color: #FFBF00;
}
a:hover {
	text-decoration: none;
	color: #FFBF00;
}
a:active {
	text-decoration: none;
	color: #F0F0F0;
}

body  {
	font-size: 13px;
	background-color: #000040;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #FFFFFF;
}
h1 {
	font: 40px Geneva, Arial, Helvetica, sans-serif;
	color:#FFDF00;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font: 20px  Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-style: italic;
	font-weight: bold;
	margin: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
h5 {
	font: 18px Geneva, Arial, Helvetica, sans-serif ;
	color: #FFFFFF;
	font-style:italic;
	margin: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
p {
	font: 13px Geneva, Arial, Helvetica, sans-serif ;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}		
#container {
	width: 1200px;  /* this will create a container 80% of the browser width */
	background-color: #000040;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	z-index: 10;
} 

#header {
	text-align:center;
	margin: 10px auto;
} 
#mainContent {
	width: 1190px; 
	margin-top: 0;
	padding-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0;
	background-color: #000040;
	z-index: 10;
	}
#lttpCorner {
	width:auto;
	margin-top: 5px;
	padding-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 10px;
	background-color:#2A3FAA;
	color:#FFFFFF
	z-index: inherit;
	}
#rttpCorner  {
	width: 570px;
	margin-top: 5px;
	padding-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 286px;
	padding: 10px;
	background-color:#2A3FAA;
	color:#FFFFFF
	height: 570px;
	z-index: 30;
	}
#ltbtCorner {
	width: 570px;
	margin-top: 578px;
	padding-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 10px;
	background-color:#2A3FAA;
	color:#FFFFFF
	height: 570px;
	z-index: 30;
	}
#rtbtCorner 	{
	width: 570px;
	margin-top: 578px;
	padding-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 578px;
	padding: 10px;
	background-color:#2A3FAA;
	color:#FFFFFF
	height: 100%;
	z-index: 30;
	}
#lttop {
	position:fixed;
	margin-top: 3px;
	margin-left: 3px;
	width: 400px;
	height: 400px;
	z-index: inherit;
	}
#centertop {
	position:relative;
	margin-top: 3px;
	margin-left: 2px;
	width: 280px;
	height: 280px;
	z-index: inherit;
	}
#rttop {
	position:relative;
	margin-top: 3px;
	margin-left: 2px;
	width: 280px;
	height: 280px;
	z-index: inherit;
	}
#ltcenter {
	position:fixed;
	float:left;
	margin-top: 290px;
	margin-left: 4px;
	width: 280px;
	height: 280px;
	z-index: inherit;
	}
#center {
	position:relative;
	float:left;
	margin-top: 290px;
	margin-left: 2px;
	width: 280px;
	height: 280px;
	z-index: inherit;
	}
#rtcenter {
	position:fixed;
	float:left;
	margin-top: 290px;
	margin-left: 2px;
	width: 280px;
	height: 280px;
	z-index: inherit;
	}
#ltbottom {
	position:relative;
	float:left;
	margin-top: 568px;
	margin-left: 4px;
	width: 280px;
	height: 280px;
	z-index: inherit;
	}
#centerbottom {
	position:relative;
	float:left;
	margin-top: 568px;
	margin-left: 2px;
	width: 280px;
	height: 280px;
	z-index: inherit;
	}
#rtbottom {
	position:relative;
	float:left;
	margin-top: 568px;
	margin-left: 2px;
	width: 280px;
	height: 280px;
	z-index: inherit;
	}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#FFDF00;
	} 
#footerleft {
	float: left;
	margin-right: 8px;
}
#footerright {
	float: right;
	margin-left: 8px;	
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	display: inline;
	margin-top: 0px;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	display:inherit;
	margin-top: 0px;
	margin-right: 8px;
	z-index: 10;
}

.clearfloat { /* 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 its child floats */
	background-color:#492C0A;
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}





/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 {
	display: inherit;
	width: auto; /* since this element is floated, a width must be given */
	height: 600px;
	font-style: italic; /* top and bottom padding create visual space within this div  */
	border:	0px #492C0A; 
	margin: 0;
	padding: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	z-index: auto;
	}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 20%; /* since this element is floated, a width must be given */
	overflow:auto;
	background: #EBEBEB; /* top and bottom padding create visual space within this div */
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/bk3.png);
}
.thrColLiqHdr #sidebar3 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 325px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div */
	text-align:center;
	margin: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-image: url(../images/bk3.png);
}
.thrColLiqHdr #sidebar4 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 325px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div */
	text-align:center;
	margin: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-image: url(../images/bk3.png);
}
