a { color: #348cbc; }
a:hover { color: #00527d; text-decoration: none; }
a.white-link-underline { color: #666666; text-decoration: underline; }
}

h1, h2, h3, h4, h5 { margin: 0; color: #460a04; }
h1 { font: bold 15px/18px Arial; color: #6FB43F; margin-left: -15px; }
h2 { font-size: 15px; color: #ffffff; }
h3 { font-size: 14px; }

body  {
	font: 11px Tahoma, Arial;
	color: #626262;
	background: #003399 url(../images/background.gif) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/bg-container.gif) top left repeat-y;
	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. */
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 290px; /* 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 */
}
#sidebar .content {
	padding: 10px 10px 35px 45px;
}

#mainContent { 
	margin: 10px 0 0 300px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent p { line-height: 20px; }

.addthis { margin-bottom: 10px; }

#footer { 
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff url(../images/bg-footer.gif) bottom left repeat-x;
	height: 53px;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}




/*     STYLES FOR WIDE PAGE TEMPLATE    */

body#wide #container { background: #FFFFFF url() top left repeat-y; }
body#wide #mainContent { margin: 10px; padding: 20px 10px 20px 20px; }












.white-text {
	MARGIN-LEFT: 10px; COLOR: #666666; LINE-HEIGHT: 14px; MARGIN-RIGHT: 20px
}
.white-text-main {
	PADDING-RIGHT: 12px; PADDING-LEFT: 12px; COLOR: #666666; LINE-HEIGHT: 20px; MARGIN-RIGHT: 30px
}
.white-text-pp {
	COLOR: #666666; LINE-HEIGHT: 20px
}
.blye-text-underline {
	COLOR: #348cbc; TEXT-DECORATION: underline
}
.blye-text-regular {
	COLOR: #348cbc
}
.yellow-text-regular {
	COLOR: #db9a00
}
.yellow-text-underline {
	COLOR: #db9a00; TEXT-DECORATION: underline
}
.orange-text-regular {
	COLOR: #ca6011
}
.orange-text-underline {
	COLOR: #ca6011; TEXT-DECORATION: underline
}
.red-text-regular {
	COLOR: #920f0d
}
.red-text-underline {
	COLOR: #920f0d; TEXT-DECORATION: underline
}
.gray-text {
	COLOR: #4c4c4c
}
.gray-text2 {
	FONT-WEIGHT: lighter; COLOR: #4c4c4c; LINE-HEIGHT: 25px
}
.green-text {
	COLOR: #76950b
}
.Reference {
	FONT-WEIGHT: bold; FONT-SIZE: 8px; COLOR: #ffffff
}
.Hyperlink {
	FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #ffffff
}
.white-text-main IMG {
	PADDING-RIGHT: 7px; BORDER-LEFT-COLOR: #ffffff; BORDER-BOTTOM-COLOR: #ffffff; PADDING-BOTTOM: 5px; BORDER-TOP-COLOR: #ffffff; BORDER-RIGHT-COLOR: #ffffff
}