body  {
	font-family: arial, Thonburi, helvetica;
	background-image: url(../backgrounds/s4a_pgbackground_pale.gif);
	font-size: 1em;
	background-attachment: fixed;
	background-position: right;
	padding: 0;
}
h1 {
	font-weight:normal;
	color:#330033;
	text-align: left;
	padding-top: 5px;
}
.thrColFixHdr #container caption {
font-size:0.7em;
}
.thrColFixHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EBEBEB;
	border: 1px solid #000000;
	color: #330033;
	border-color: #330033;
	position: absolute;
	margin-left: 15%;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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: 130px;
	background-image: url(../banners/S4a_home_banner_3.jpg);
} 
.thrColFixHdr #container #header img {
	width: 750px;
	height: 130px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #navbarbackgr {
	width: 750px;
	margin: 0px;
	height: 27px;
}
.thrColFixHdr #container div {
}
.thrColFixHdr #container embed src{
background-color:#CCCCCC;
padding-top: 20px;

}

.thrColFixHdr #sidebar1 {
	width: 150px; /* 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 */
	background: #EBEBEB;
	font-size: 0.8em;
	color: #330033;
	margin-top: 0px;
	float: left;
	padding: 5px;
}
.thrColFixHdr #container #sidebar1 a {
	color: #330033;
	font-weight: bold;
	text-decoration: none;
	background-color: #EBEBEB;
}
.thrColFixHdr #container #sidebar1 img {
	right: auto;
	border: 1px solid;
	border-color: #330033;
	margin: 5px;
}
.thrColFixHdr #container #sidebar1 a:hover {
	color: #330033;
	text-decoration: underline;
}
.thrColFixHdr   #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* 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 */
	background: #EBEBEB;
	list-style-type: square;
	list-style-position: outside;
	font-size: 0.8em;
	color: #330033;
	padding-right: 10px;
	padding-top: 10px;
}
.thrColFixHdr #container #sidebar2 a {
	color: #330033;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2 div {
	background-color: #330033;
	border-color: #330033;
	margin-left: 0px;
	padding: 7px;
}
.thrColFixHdr #container #sidebar2 #commonlinks {
	background-color: #330033;
	width: 90%;
}
.thrColFixHdr #container #sidebar2 div a {
	color: #FFFFFF;
	left: inherit;
}
.thrColFixHdr #container #sidebar2 div a:hover {
	color: #FFFFFF;
}
.thrColFixHdr #mainContent {
	width: 430px;
	margin-left: 170px;
	color: #330033;
	font-size: 1em;
	padding-left: 10px;
	display: block;
} 
.thrColFixHdr #container #mainContent p {
	padding-left: 10px;
	padding-right: 20px;
}
.thrColFixHdr #container #mainContent img {
	border: 1px solid #330033;
}
.thrColFixHdr #container #mainContent #logo img {
border: none
}
.thrColFixHdr #container #mainContent #calendar {
	width: auto;
	float: left;
}
.thrColFixHdr #mainContent a {
	color: #330033;
	text-decoration: none;
	font-weight: bold;
}
.thrColFixHdr #mainContent a:hover {
	text-decoration: underline;
	color: #330033;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #330033;
	color: #CCCCCC;
} 
.thrColFixHdr #footer a {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}
.thrColFixHdr #footer a:hover {
	text-decoration: underline;
}
.thrColFixHdr #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;
	font-size: 0.7em;
}
.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;

}
cite {
	font-family: "Times New Roman", Times, serif;
}
.thrColFixHdr #container #mainContent table {
	font-size: 12px;
	font-style: normal;
	vertical-align: top;
}
.thrColFixHdr #container #sidebar2 #mailinglist {
	background-color: #330033;
}
.advertising {
	background-color: #9966CC;
	padding: 20px;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

