/****************************************************/
/* TAG STYLE DEFINITIONS aka SKINS                  */
/****************************************************/

* { /* remove any browser default values */
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	background-color:#FFFFFF;
	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:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
}
#container form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#container input {
	background-color:#FFFFFF;
	/*height:12px;*/
	color: #5c646c;
	font-size: 0.6em;
	border:solid #c4c4bd 1px;
	margin-top: 3px;
}
#container fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: inline;
}
#mainContent h1 {
	margin-bottom: 1em;
	padding-left: 5px;
	background-color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #0082c8;
}
#sidebar1Inner h1 {
	font-size: 1.1em;
}

.sidebar1Login{
	font-size: 11px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #0082c8;
	padding-left: 6px;
	/*height: 5.0em;*/
	text-align: left;
	margin-bottom: 5px;
}

#sidebar1 h2 {
	font-size: 1em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #0082c8;
	text-align: center;
}

#headerInner h1 {
	font-size: 0.8em;
}

h1 {
	background-color:#FFFFFF;
	color: #0082c8;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding-left: 5px;
	text-align:justify;
}

h2 {
	background-color:#FFFFFF;
	color: #0082c8;
	font-size: 0.9em;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding-left: 5px;
}
h3, h4 ,h5, h6 {
	padding-left: 5px;
	margin: 0px;
	border: 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #0082c8;
	background-color:#FFFFFF;
	font-size: 0.9em;
	font-weight: normal;
}
p {
	font-size: 0.7em;
	margin-bottom: 0.7em;
	padding-left: 5px;
}
#mainContent a {
	color: White;
}
#headerTopRightBottom a {
	color: #007fd6;
}

img {
	border: 0px;
}

#mainContent ul {
    list-style-type: disc;
	list-style-position: inside;
}

#mainContent li {
	font-size: 0.7em;
	padding-left: 15px;	
}



/****************************************************/
/* MAIN LAYOUT                                      */
/****************************************************/

#container {
	width: 769px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	height: auto;
} 
#container.noNav {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */

}
#header {
	padding-top: 15px;  /* 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. */
	padding-left: 5px;
	height: 6.25em;
} 
/*
#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: 0px;  using padding instead of margin will allow you to keep the element away from the edges of the div 
	height: 100px;
}
*/
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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: 0 0 0 4px;
	margin: 0 0 0 0px;
}

#mainContent {
	margin: 0 0 0 176px; /* the left margin on this div element creates the column down the left 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 0 0 2px;
	border-left: solid #cccccc 1px;
} 
#mainContent.noNav {
	border-left: 0px;
	margin: 0px;
}
#mainContent.Nav 
{
	float: left;
	border-left: 0px;
	margin: 0px;
}
#mainContent.forPrinting {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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 0 0 2px;
	border-left: 0px;
} 
#mainContent.forPrinting #sidebar1Inner{
	width: 100%;
}


/****************************************************/
/* HEADER LAYOUT                                    */
/****************************************************/

#headerTopContainer {
	height: 5.0em;
}
#headerTopLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* 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: 0 0 0 0px;
	margin: 0 0 0 0px;
}

#headerTopLeft img
{
	height: 4.0em;
	width: 320px; 
}

#headerTopRight 
{
	margin: 0 0 0 201px; /* the left margin on this div element creates the column down the left 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 0 0 0px;
	height: 1em;
}
#headerTopRightTop 
{
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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: 0px 0 0px 0px;
	text-align: right;
}
#headerTopRightBottom {
	margin: 0px 0 0 0px; /* the left margin on this div element creates the column down the left 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 0 0 0px;
	text-align: right;
}
#headerBottomContainer {
	height: 22px;
}
#headerBottomLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* 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: 0 0 0 5px;
	padding:
	margin: 0 0 0 0px;
}
* html #headerBottomLeft { /* this is to fix IE 6.0 bug */
	display: inline; 
	margin-right: -582px; 
}
#headerBottomRight {
	margin: 0 0 0 177px; /* the left margin on this div element creates the column down the left 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 0 0 0px;
	height: 1em;
}
#footerInner {
	padding: 5px 0 5px 5px;
	margin-bottom: 10px;
} 
#footerInner 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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	color: #666666;
	background-color: #FFFFFF;
}


/****************************************************/
/* OTHER                                            */
/****************************************************/

.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: 0.1em;
    line-height: 0px;
}


/****************************************************/
/* BESPOKE STYLES                                   */
/****************************************************/

.topNav {
	background-color:#FFFFFF;
	color: #5c646c;
	font-size: 0.6em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.A {
	text-decoration:none;
	font-size: 0.5em;
	color: #5c646c;
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.AA {
	text-decoration:none;
	font-size: 0.7em;
	color: #5c646c;
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.AAA {
	text-decoration:none;
	font-size: 0.9em;
	color: #5c646c;
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
a.A:hover, a.AA:hover, a.AAA:hover {
	color: #0484c4;
	background-color:#FFFFFF;
}
.homeDate {
	background-color:#FFFFFF;
	color: #044c6c;
	font-size: 0.7em;
	vertical-align: text-top;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.dividerBar {
	background-color:#FFFFFF;
	color: #c4c4bd;
	font-size: 0.6em;
}








