body  {
	background: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #43276a;
	margin: 0; 
	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;
	background-color: #9676d7;
	background-image: url(images/blue_pattern_tile.JPG);
	background-repeat: repeat;
}

p, td {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	color: #43276a;
}

p.listing {
	padding-left: 20px;
	line-height: 18px;
	} 

a {
	color: #673ba6;
/*	font-weight: bold; */
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

	
h1 {
	color: #c0272d;
	font-size: 20px;
	line-height: 36px;
	margin-top: 18px;
}
h2 {
	color: #974efd;
	font-size: 14px;
	margin-top: 18px;
}



h3 {
	color: #974efd;
	font-size: 12px;
	font-weight: bold;
}

img  {
	border: 2px solid #714e8e;
	}
	
img.floatLeft { 
    float: left; 
    margin-right: 20px; 
}
img.floatRight { 
    float: right; 
    margin-left: 20px; 
}

img.brass {
	border: none;
	}
	
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #623b9a;
	border-left-color: #623b9a;
	border-bottom-color: #623b9a;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* 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. */
	margin: 0px;
	background-color: #7447B0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margins of the first element in the header will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#header image {
	padding: 0;
	margin: 0;
}

#header a image {
	border: none;
	border-width: 0px;    
	}


.twoColFixLtHdr #navbar {
	width: 800px;
	height: 36px;
	background-color: #c93c39;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #a01117;
	padding-top: 6px;

} 

/* text menu styles */

#navbar ul {
	list-style: none;
}

#navbar li {
	float: left;
}

#navbar li a:link,#navbar li a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fbde82;
	padding-right: 1.5em;
}
#navbar li a:hover,#navbar li a:active {
	text-decoration: underline;
}

#navbar li a.current,#havbar li a.current:hover,#havbar li a.current:active {
	text-decoration: underline;
	cursor: default;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image: url(images/filmstrip_section2.jpg);
	background-repeat: repeat-y;
}

#sidebar1 h3 {
	color: #c0272d;
	padding: 0 38px 0 38px;
	line-height: 18px;
	}

#sidebar1 p {
	color: #673ba6;
	font-size: 10px;
	margin-bottom: 18px;
	padding-top: 0;
	padding-right: 38px;
	padding-bottom: 0;
	padding-left: 45px;
}


#sidebar1 em {
	color: #c0272d;
	font-size: 11px;
	}
	
#sidebar1 img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 33px;
}

#sidebar1 h3 a:link,#sidebar1 h3 a:visited {
	color: #c0272d;
	text-decoration: none;
}

#sidebar1 h3 a:hover,#sidebar1 h3 a:active {
	color: #c0272d;
	text-decoration: underline;
	cursor: default;
	}

.twoColFixLtHdr #mainContent {
	margin: 0 30px 0 245px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent ul,#mainContent ol {
	color: #43276a;
    font-size: 12px;
    line-height: 18px;
	list-style-position: outside;
	list-style-type: disc;
 }
 
.twoColFixLtHdr #footer {
	width: 800px;
	background:#7548B1;
} 
.twoColFixLtHdr #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-size: 10px;
	color: #fbde82;
}
.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;
}



 
