	body  {
		font-family:Arial, Helvetica, sans-serif;
		background: #f3f2e1;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		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: #333333;
		font-size:13px
	}
	

	#container { 
		width: 955px;  /* this will create a container 995px of the browser width */
		background: #f3f2e1;
		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. */
	} 
	#header { 
		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. */
		margin:0
	} 
	
	
	#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 154px; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	background: #f3f2e1;
	color:#FFFFFF;
	margin: 8px 0 0 0;
	
	}
	
	#sidebar1 a {
	color:#FFFFFF;
	text-decoration:none
	}
	
	#sidebar1 h4 {
	font-size:12px;
	color:#333333;
	margin:10px 0 2px 0;
	padding-left:10px; 
	}
	
	#sidebar1 td {
		font-size: 12px;
		color: #FFFFFF;
		margin:0
	}
	
	
	#sidebar1 h3{
		font-size: 12px;
	}
	
	#sidebar1 p {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		line-height:38px;
		margin:0
	}
	#sidebar2 {
		float: right; /* this element must precede in the source order any element you would like it be positioned next to */
		width: 147px; /* since this element is floated, a width must be given */
		background: #f3f2e1;
		padding: 8px 0; /* top and bottom padding create visual space within this div */
		margin-left:8px
	}
	
	#sidebar2 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	margin-bottom:0;
	font-size:12px;
	
	}
	
	#sidebar2 p, #sidebar2 h3 {
		font-size: 12px;
	}
	
	
	#sidebar2 td {
	font-size:11px;
	padding-bottom:10px
	
	}
	#sidebar2 h3 {
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
		
	}
	#sidebar2 p {
	margin-bottom:4px;
	margin-top:4px;
	font-size:12px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif
	}
	
	#sidebar2 a {
	color: #333333;
	text-decoration:none
	}
	
	#sidebar2 .border {
	border:solid 1px #333333;
	padding:6px 10px;
	font-size:12px;
	color:#333333;
	line-height:12px
	}
	
	#sidebar2 .small {
	font-size:10px;
	line-height:12px;
	color:#333333;
	margin-left:10px;
	margin-right:10px;
	}
	
	#sidebar2 .margin10 {
	
	margin:11px 10px 0 10px;
	
	}
	
	/* Tips for mainContent:
	1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
	2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
	3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
	*/
	#mainContent {
	margin: 8px 157px 0 154px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	color:#333333;
	text-align:left;
	line-height:20px;
	background:#FFFFFF;
	font-size: 11px;
font-family:Arial, Helvetica, sans-serif;

		}
#mainContent h4 {
	font-weight: bold;
	font-size: 16px ;
font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
}

	#mainContent p, #mainContent li, #mainContent td { 
		font-size:13px;
		line-height:20px;
	}
	
	#mainContent a{
	text-decoration:none;
	color: #333333;
	
	}
	#mainContent .gray

{
color:#666666;
font-size:11px
}

	#mainContent a:hover{
	text-decoration:none;
	color:#990000;
	}
	
	
	#maintopleft
	{
	width:300px;
	float:left;
	background:#e9e9e9;
	color:#333333;
	line-height:20px;
	position:relative;
	border-top:solid 10px #ffffff;
	border-left:solid 9px #ffffff;
	border-right:solid 9px #ffffff;
	border-bottom: solid #ffffff 8px;
	margin: 0 0 0 0;
	
	}
	#maintopleft p {
	font-size: 13px;
	color: #333333;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0px;
	padding-right:10px;
	line-height: 20px;
	margin-bottom: 20px;
	}
	#maintopleft h1 {
	color:#CC0000;
	font-size:11px;
	margin:0;
	padding: 11px 10px 0 20px;
	border-top: solid 6px #cc0000;
	
	}
	#maintopleft h2 {
	color:#333333;
	margin:0;
	padding: 0 10px 0 20px;
	font: normal 21px/21px "Arial Black", Arial;
	}
	
	#mainmiddleleft
	{
		width:300px;
		float:left;
		background:#FFFFFF;
		position:relative;
		padding:0;
	}
	#maintopleft h3{
	font-size: 14px;
	color:#333333;
	margin: 9px 0 5px 0;
	padding-left: 8px;
	
		}
	#mainbotleft
	{
		width:300px;
		float:left;
		background:#FFFFFF;
		position:relative;
		padding:0;
	}
	
	#maintopleft h4 {
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 8px;
	}

#maintopright
	{
	width:300px;
	float:right;
	background:#FFFFFF;
	padding:0;
	border-top: solid 5px #ffffff;
	border-left: solid 9px #ffffff;
	border-right: solid 9px #ffffff;
	border-bottom: solid 2px #ffffff;
	margin: 0 0 0 0;
	height: 483px;
	}
	
	#maintopright h1 {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	padding: 11px 10px 0 5px;
	margin: 0;
	line-height: 21px;
	}
	
	#maintopright h2 {
	font-size:18px;
	color:#CC0000;
	font-weight: bold;
	padding-left: 5px;
	line-height: 20px;
	margin: 11px 0 0 0;
	
	}
	#maintopright p {
	font-size: 12px;
	margin-top: 0px;
	color: #333333;
	padding-left: 5px;
	line-height: 18px;
	margin-bottom: 5px;
	}
	#maintopright h5 {
	font-size:11px;
	color:#666666;
	margin:0;
	padding: 0 10px 0 5px;
	line-height: 20px;
	}
	#mainbotright
	{
		float:right;
		background:#FFFFFF;
		border-top:solid 6px #333333;
		margin:0;
		width: 294px;
		padding: 0;
	}
	#mainbotright li
	{
	font-size: 12px;
	color: #333333;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-left: -20px;
	line-height: 10px;
	font-weight: bold;
	}
		
	#mainmiddleleft p {
		font-size: 13px;
		color: #333333;
	}
	#mainbotleft p {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 8px;
	}
	#mainmiddleleft p {
	font-size: 12px;
	color: #333333;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-top: 10px;
	line-height: 19px;
	}
	#mainbotright ul {
	padding: 0;
	margin: 9px 0;
	}
	
	#gallery {
	width:645px;
	text-align:left;
	float:left;
	margin-top:8px;
	border-top:solid 6px #999999;
	margin-bottom: 6px;
	padding-bottom: 3px;
	}
	h6{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#333333;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	}
	#footer {
		background:#999999;
		margin: 10px auto 0 auto;
		width:955px
		
	} 
#footer .text11 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#fmiddle a {
color:#FFFFFF;
text-decoration:none
}
	#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 */
	} #fleft {
		float: left;
		font-size: 10px;
		color: #333333;
		width:146px;		background:#999999;height:43px;
		

	
	}
	#fmiddle {
		font-size: 12px;
		color: #FFFFFF;
		width:662px;
		text-align:center;
		float:left;background:#999999;
		height:43px
	}
	
	#fright {
	font-size: 10px;
	color: #333333;
	float: right;
	width:147px;
	background:#999999;
	height:43px;
	text-align: left;
	
	}
	
	#fright a {
color:#333333;
text-decoration:none
}
	/* Miscellaneous classes for reuse */
	.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 The floated element must precede the element it should be next to on the 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 its child floats */
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}
	
	.readmore {
	font-family:Verdana,Arial;
	font-size:10px;
	font-weight:bold;
	color:#333333
	}
	.textindent {
	padding-left:20px;
	line-height:20px
	}
	#mainmiddleleft .greenline {
	border-top: solid 6px #1f9441;
	margin-top: 13px;
	}
	
	#mainbotleft .yellowline {
		border-top:solid 6px #FFCC00;
		margin-top:13px;
	}
	
	#blackline {
	background:#000000;
	height:6px;
	
	}
	#maintopright .redhead {
		font: 18px/20px Arial, Helvetica, sans-serif;
		color: #CC0000;
		font-weight: bold;
	}
	.redheader {
		font-size: 14px;
		font-weight: bold;
		color: #CC0000;
		margin: 0;
	}
#maintopright #mainbotright table {
	font-size: 12px;
}
#maintopright .botmarg {
	margin-bottom: 25px;
	line-height: 20px;
	margin-bottom:0
}
#maintopright td {
	font: 11px/14px Arial, Helvetica, sans-serif;
	margin: 0;
}
#maintopright table {
	margin-top: 5px;
	margin-bottom:1px;
	font-size: 11px;
}
#maintopright h3 {
	font-size:16px;
	color:#CC0000;
	font-weight: bold;
	padding-left: 5px;
	line-height: 20px;
	margin: 11px 0 0 0;
}

#mainContent a {
	color: #333333;
}
#myfile {
	padding:0px 22px 8px 17px;
	}

#myfile h3 {
font-size:24px;
color:#cc0000;
line-height:26px;

}

#bottom a {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif
}

#print {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:12px

}
#bottom {
z-index: 1000;
margin: 5px auto 0 auto;
width:955px;
text-align:left
}
 #bottom h4 {
	font-size:12px;
	color:#333333;
	margin:10px 0 2px 0;
	padding-left:10px; 
	}
 #bottom .small {
	font-size:11px;
	line-height:12px;
	color:#333333;
	margin-left:10px;
	margin-right:10px;
	}	
	
#bottom p{
font-size:11px;
padding:0 6px;
}

TABLE #updates {font-size:12px;}

.artisthead {
	color:#CC0000
}

.artisttext {
font-size:11pt;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
line-height:21px;
}
