@charset "utf-8";
body {
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}

#mainContent { text-align:center; margin:0 auto;}
.oneColLiqCtrHdr #container {
	width: 100%;  /* 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: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 31px;
	 background-image:url(../images/topbgstrip.gif); text-align:right;
}
.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 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width:950px;
	margin-top:30px;
}

strong {color: #0066b1; font-weight:bold;}
li {font-size:13px;}

a {color: #0066b1; text-decoration:none;}
a:visited {color: #0066b1; text-decoration:none;}
a:active {color: #0066b1; text-decoration:none;}
a:hover {color: #0066b1; text-decoration:underline;}

#TopNav { width:955px; height:40px; background-color:#FFFFFF; padding:0px; margin:0px; padding-left:8px; text-align: right;}
#Logo  { position:relative; left:-340px; top:18px; width:276px; height:60px; padding:0px; margin:0 auto;}
#TopNav ul {
	font-family: "Trebuchet MS", "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	text-align:right;
	} 

#TopNav ul li {
	margin-left: 0;
	padding: 0px 11px;
	list-style: none;
	display: inline;
	font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 15px;
	text-transform:lowercase;
	}
	
#TopNav ul li a {color: #aeaeae; text-decoration:none;}
#TopNav ul li a:visited {color: #aeaeae; text-decoration:none;}
#TopNav ul li a:active {color: #aeaeae; text-decoration:none;}
#TopNav ul li a:hover {color: #0066b1; text-decoration: none;}
		
#TopNav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#SubFlashNav {margin-top:10px; padding:0px; margin-left:-2px;}
#ImageNavTable { margin:0; padding:0; width:955px; height:132px;}
.ImageNav { margin:0; padding:0; width:309px; height:132px; background-color:#d6d6d6; vertical-align:top;}
.ImageNavOver { margin:0; padding:0; width:309px; height:132px; background-color:#0066b1; vertical-align:top;}
#ImageNavTable img {margin:0; padding:0; height:108px; width:310px; border-bottom: 1px solid #FFFFFF; border-left: 0px; border-right: 0px; border-top: 0px;}

#ImageNavTable2 { margin:0; padding:0; width:942px; height:105px; background-color:#eeeeee;}
.ImageNav2 { margin:0; padding:0; width:105px; height:100px; background-color:#999999; vertical-align:top;}
.ImageNavOver2 { margin:0; padding:0; width:105px; height:100px; background-color:#0066b1; vertical-align:top;}
#ImageNavTable2 img {margin:0; padding:0; height:80px; width:105px; border-bottom: 1px solid #FFFFFF; border-left: 0px; border-right: 0px; border-top: 0px;}

#MainTexArea {background-color:#eaeaea; text-align:left; width:935px; padding:10px; margin:0px; margin-top:20px;}

h1 { font-size:22px; text-transform: uppercase; font-family: "Myriad Pro", "Trebuchet MS", "Century Gothic", Verdana, Arial, Helvetica, sans-serif; color:#0066b1;  margin:0px; padding:0px; font-weight:normal;}

h2 { font-size:16px; text-transform: uppercase; font-family: "Trebuchet MS", "Century Gothic", Verdana, Arial, Helvetica, sans-serif; color:#0066b1; margin:0px; padding:0px; font-weight:bold;}

h3 { font-size:12px; text-transform: uppercase; font-family: "Myriad Pro", "Trebuchet MS", "Century Gothic", Verdana, Arial, Helvetica, sans-serif; color:#0066b1;  margin:0px; padding:0px; font-weight:normal;}

p { font-size:13px; font-family: "Trebuchet MS", "Century Gothic", Verdana, Arial, Helvetica, sans-serif; color:#000000; font-weight:normal;}

#footer {width:945px; margin-top:20px; margin-left:2px; padding:5px; background-color:#eaeaea; text-align: right;}

#footer ul {
	font-family: "Trebuchet MS", "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	text-align:right;
	} 

#footer ul li {
	margin-left: 0;
	padding: 0px 11px;
	list-style: none;
	display: inline;
	border-left: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-transform:lowercase;
	}
	
#footer ul li a {color: #0066b1; text-decoration:none;}
#footer ul li a:visited {color: #0066b1; text-decoration:none;}
#footer ul li a:active {color: #0066b1; text-decoration:none;}
#footer ul li a:hover {color: #aeaeae; text-decoration: none;}
		
#footer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
#copyright {font-family: "Trebuchet MS", "Century Gothic", Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#666666; padding-right:15px; padding-top:6px;}