body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #666666;
	font-family: "Trebuchet MS";
	font-size: 100%;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 10px solid #000;
	background-color: #FFF;
	background-repeat: repeat-y;
}


/* header styles */

#header {
	position: relative;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}

#header img {
	display: block;
}	

#sitetools {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 50%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sitetools li {
	display: inline;
	float: right;
	margin-right: 5px;
	padding-bottom: 0.5em;
}
#sitetools li a {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 3em;
	background: #1B3A89;
	padding: 5px;
	height: 2em;
	border: 1px solid #4D69B0;
	font-weight: bold;
}

#sitetools li a:hover {
	color: #10214E;
	background: #DCE5FF;
}

#tagline {
	position: absolute;
	color: #FDD774;
	top: 67px;
	left: 497px;
	font: 15px "Trebuchet MS";
}

/* MAIN */

#mainContent a {
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
	color: #0000FF;
	background-color: #FFFFFF;
}

#mainContent h1 {
	color: #000066;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 0 0 5px 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #0033CC;
}

#mainContent h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#mainContent p {
	font-size: 13px;
	margin-bottom: 5px;
	color: #000066;
}

/* sidebar 1 */

#sidebar1  p {
	color: #000066;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}
#sidebar1  a {
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
	color: #0000FF;
}
#sidebar1 .related {
	margin-bottom: 10px;
	padding-bottom: 45px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
}


#sidebar1 .related li {
	list-style: none;
	display: inline;
}
#sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar1  h2 {
	color: #152C67;
	padding-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0;
	padding-left: 5px;
	padding-top: 13px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
}
#sidebar1 .related a {
	display: block;
	padding: 5px;
	border-top: 1px solid #FFF;
	text-decoration: none;
}
#sidebar1 .related a:hover {
	background: #FFFFFF;
}

#sidebar1 .related ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}


/* NEWS */

#sidebar2 {
	padding-bottom: 33px;
	border-left: 1px solid #C9F173;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
}


#sidebar2 .story {
	color: #333333;
	padding: 3px 5px 10px 5px;
	display: block;
	text-decoration: none;
	line-height: 110%;
}
#sidebar2 span.title {
	font-weight: bold;
	display: block;
	line-height: 120%;
	color: #ED6733;
}
#sidebar2 a.story:hover {
	background-color: #EDEDED;
}

* html #sidebar2 a {
	height: 1px;
}
#sidebar2 h2 {
	color: #152C67;
	padding-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 100%;
	padding-top: 13px;
	padding-left: 5px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
}
#sidebar2 h3 {
	background-color: #C9F173;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px;
	margin: 0;
}

}
#sidebar2 p {
	font-size: 12px;
}

/* footer */
#footer {
	padding: 5px 0 40px 0;
	border-top: 1px dashed #999999;
	font-weight: bold;
	color: #000000;
	margin: 20px 0 0 170px;
	clear: both;
}


#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 */
	font-weight: bold;
	font-size: 12px;
}

a img {
	border-style: none;
}

/* special table formatting. select as class of table in property inspector  */
.SageTable {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	color: #000066;
}

.SageControlGroupTable {
	border-collapse: collapse;
	color: #000066;
	border: 1px solid #000066;
}

.SageFloatImg {
    float: right;
}