@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #adafbe;
	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;
}

.bodyStyleOne #containerDropShadow {
	width: 780px;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/common/bgWithShadow.gif);
	background-repeat: repeat-y;
	
}



.bodyStyleOne #containerDropShadow #header {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}

.bodyStyleOne #containerDropShadow #header #headerSidebar{
	float: right; /* since this element is floated, a width must be given */
	width: 200px; 
	height: 200px;
	background: #ffffff;
	
}

.bodyStyleOne #containerDropShadow #header #headerContent  { 
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
	height: 200px;
}



.bodyStyleOne #containerDropShadow #title {
	width: 760px;
	height: 50px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/common/titleBar.gif);
	background-repeat: no-repeat;
}

.bodyStyleOne #containerDropShadow #title #titleSidebar{
	float: right;
	width: 200px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #ffffff;	
}

.bodyStyleOne #containerDropShadow #title #titleContent  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #3c3939; 
	margin: 0 205px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}












.bodyStyleOne #containerDropShadow #container { 
	width: 760px;  
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.bodyStyleOne #containerDropShadow #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 197px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		padding-bottom: 15px;
		text-align: left; /* this overrides the text-align: center on the body element. */
		
		
}
.bodyStyleOne #containerDropShadow #mainContent { 
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	

	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 15px;
	
	
	
} 


.bodyStyleOne #containerDropShadow #mainContent p, .bodyStyleOne #containerDropShadow #mainContent  {

	margin: 0px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	line-height: 16px;
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #3c3939; 
	margin: 0px 0px 10px 0px;
	
}




#subLinks a {

font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	 text-decoration: underline;
	
	color: #ffffff;
}
#subLinks a:visited, #subLinks a:active {
	

text-decoration: underline;
}
.bodyStyleOne #containerDropShadow #container #sidebar1 #subLinks form {
	margin: 0 auto;
}

#subLinks a:hover {
	text-decoration: none;
}

.sideForm {
width: 165px;
}










.bodyStyleOne #containerDropShadow #container #sidebar1 #navTable td {
	background-image: url(images/common/sideNavBg.gif);
	background-repeat: no-repeat;
	height: 43px;
	padding-left: 35px;
}
.bodyStyleOne #containerDropShadow #container #sidebar1 #subLinks {
	padding-top: 15px;
	width: 170px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}




#navTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	color: #bcc8e5;
	
}
#navTable a:visited, #navTable a:active {
	
	text-decoration: none;

}
#navTable a:hover {
	text-decoration: underline;
}





.bodyStyleOne #containerDropShadow #footer { 
	width: 760px;  
	background: #222222;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 5px;
	padding-bottom: 5px;
	color: #e3e4e8;
}

.bodyStyleOne #containerDropShadow #footer #footerSidebar{
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-family: Arial, Helvetica, sans-serif;
padding-right: 5px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	color: #e3e4e8;
	
}

.bodyStyleOne #containerDropShadow #footer #footerContent  { 
	margin: 0 205px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#footer a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #e3e4e8;
}
#footer a:visited, #footer a:active {
	
	text-decoration: none;
	color: #e3e4e8;
}
#footer a:hover {
	text-decoration: underline;
}

.stockUp
{
	color: #e3e4e8;

}


.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}










h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-align: left;
	color: #3c3939; 
	margin: 0px 0px 10px 0px;
	line-height: 20px;
	
}


#newsTable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333; 
}

#newsTable td{
	padding-bottom: 10px;
	padding-top: 10px;
}

#newsTable a, #newsTable a:visited, #newsTable a:active {
	 font-size: 13px;
	text-decoration: underline;
	color: #333333;
	font-weight:bold;
}

#newsTable a:hover {
	text-decoration: none;
}




a.linkNav:link, a.linkNav:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #BCC8E5;
	font-weight: bold;
	}
	
a.linkNav:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
	
	a.thickbox:link, a.thickbox:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #BCC8E5;
	font-weight: bold;
	}
	
a.thickbox:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}



.bodyStyleOne #containerDropShadow #container #mainContent ul {
	padding-left: 18px;
}
.bodyStyleOne #containerDropShadow #container #mainContent #schedule td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
