@charset "utf-8";
/* CSS Document */

* {
	border: 0 none;
	margin: 0;
	outline: 0;
	padding: 0;
}

html, .text	{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}

body	{
	background-color:#555555;
	background-image:url(/images/bg-body.png);
	background-repeat:repeat-x;
	height:100%;
	min-width:1000px;
	text-align:center;
}

p {
	padding:0px;
	margin:5px 0 10px 0;
}

a	{ color:#9c0007; }

a:hover { text-decoration:none; color:#dd2038;}

.clear {clear:both;}

a.small	{
	color:#d00000;
	font-size:10px;
	font-weight:normal;
}

a.more { display:block; text-align:right; font-size:smaller; font-weight:bold;  margin-top:5px;}

h1 + h2,  h3 + h4, h1 + p, h2 + p, h3 + p, h4 + p, h1 + ul, h2 + ul,  li h3, h4 + ul, li h4 { margin-top:0px; } 



ul + h3  { margin:0; }

h1	{
	color:#195E4B;
	font-size:18px;
	font-weight:bold;
	letter-spacing:.1em;
	border-bottom:1px solid #b8e4d8;
	margin-bottom:4px;
}


	
	h1 .dep { color:#67A795; letter-spacing:normal;}

h2	{
	color:#195e4b;
	font-size:15px;
	font-weight:bold;
	padding:7px 0px 0px 0px;
}

	h2.nowrap {
		float:none;
	}

	#lCol h2, #rCol h2 {
		font-size:16px;
		margin-top:2px;	
		color:#67A795;
	}

#rCol > h2 { margin-top:0; padding-top:0; }

#rCol .blurb > h2 { margin-top:5px; }

h3	{
	color:#438b79;
	font-size:13px;
	margin-top: 10px; margin-bottom:0;
	padding:0px 0px 0px 0px;
}


h4	{
	color:#2f7060;
	font-size:13px;
	font-weight:bold;
}

	#body_memb h1 { border-bottom:none }
	#body_memb h1 + h2 { border-bottom:1px solid #b8e4d8; padding-top:0; }
	
	#body_news h3 { padding-bottom:0; }



blockquote {
	padding:0px 0px 10px 10px;
}
	

#wrapper	{
	background-image:url(images/bg-main.gif);
	background-position:0px 155px;
	background-repeat:repeat-y;
	border-left:solid #2d2d2d 1px;
	border-right:solid #2d2d2d 1px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align:left;
	width:1000px;
}

#banner	{
	background-image:url(images/banner-5.jpg);
	background-repeat:no-repeat;
	height:150px;
	width:1000px;
}

div#topNav {
	overflow:hidden;
}

#topNav ul	{
	background-color:#7bc1a6;
	background-image: url(/images/bg-light50-gradtight.png);
	background-repeat:repeat-x;	
	float:left;
	font-family:"Gill Sans MT Condensed", "Abadi MT Condensed Light","Arial Narrow", Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:17px;
	font-weight:normal;
	height:22px;
	list-style-type:none;
	padding:4px 0px 1px 0px;
	text-align:center;
	width:1000px;

}

#topNav ul li	{
	display:inline;
	margin-bottom:4px;
}

#topNav ul li a	{
	color:#000;
	padding:10px 25px 4px 25px;
	text-decoration:none;
}

#topNav ul li a:hover	{
	color:#67a795;
	background-color:#eeeeee;

}


/* changes link to 'on' state when on that section */
#body_news #topNavNews a,
#body_even #topNavEven a, 
#body_memb #topNavMemb a, 
#body_comm #topNavComm a, 
#body_legi #topNavLegi a,
#body_abo #topNavAbou a,  
#body_cont #topNavCont a 

{
	background: #fff;
	color: #d2d2d2;
}



#lCol {
	clear:left;
	color:#000;
	float:left;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:25px 0px 0px 0px;
	position:relative;
  	width: 219px;
	border-top:1px solid #fff;
	background-color:#f0f1f1;
	background-image:url(/images/bg-lcol.png);
	min-height:450px;
}

	#lCol div {
		padding: 0px 10px 5px 10px;
	}
	
	#lCol ul { list-style:none; }

	#lCol ul a {font-weight:bold; }
	
	#lCol li { margin-bottom:10px; }
	

#twoCols {
	clear:right;
	float:right;
	position:relative;
  	width: 780px;
	border-top:1px solid #fff;
}

#cCol	{
	float: left;
	display:inline;
	padding:25px 19px 0px 19px;
	position: relative;
	width:540px;
}



#fullCol {
	background-color:#ededed;
	border:#ffcece solid 1px;
	clear:both;
	overflow:hidden;
	margin-bottom:33px;
	padding-left:7px; padding-right:7px;
	line-height:160%;
}



#fullCol .more	{
	font-weight:bold;
	float:right;
	padding-right:7px;
}

#fullCol img	{
	border:#a8a8a8 solid 1px;
	float:right;
	margin:3px 3px 4px 22px;
	position:relative;
}

div.blurb {
	background-color:#f6f4f4; 
	padding:5px;
	border:1px solid #bfb0b0;

}

.donotchange { color:orange; }

/* document list */
	dl {
		overflow:auto;

		
	}
	
	dt {
		float:left;
	/*	clear:both;*/     /* Lets the next dt and dd go to the next line. Can't get to work in IE yet though  */
		font-weight:bold;
		width: auto;
		
		padding:2px;
		
	}
	dd {
/*		margin-left:10px;*/
		display:block;
		float:left;

		padding:2px;		

	}

	dd + dd + dd {
/*		margin-left:10px;*/
		clear:both;

	}


dl.onerow {
font-size: small;  border:1px dotted; padding-bottom:0px;
		vertical-align:middle;
		background-color:#FFFFef;
		margin-top:5px;

		float:left;
/*		display:inline-block;*/   /* makes the dl be of a variable width of content, instead of 100% */
}

	dl.onerow dt {
		width:200px;
		margin-left:0px;
		clear:both;
		margin-left:10px;
	}
	
	dl.onerow dd {
		font-size:.9em;
		vertical-align:middle;
		text-align:right;
				width:150px;
	}
	
	dl.onerow dt + dd {
		/*width:80px;*/
	}
	
	dl.onerow dd + dd {
		clear:none;
		width:50px;
	}


/* end document list */

.content {
	clear:both;
	font-size:13px;
	overflow:hidden;
	margin-bottom:5px;
	padding-bottom:5px;
}

.content ul {
	display:block;
	padding-left:30px;
	padding-bottom:10px;
}

li {
	display: list-item;
	margin:0px 0px 5px 0px;
}

.content ol {
	display:block;
	padding-left:10px;
	padding-bottom:20px;
}


.content img {
	border:#a8a8a8 solid 1px;
}

.content .small {
	font-size:10px;
	border:none;
	padding-top:2px;
}

.content .odd {
	background-color:#e6e6e6;
}

table {
	margin:5px 0 5px 0;
	padding:2px;
	 width:100%;
}


	/*#body_comm table { background-color:#eee; }*/
	
	table td { padding:2px; }

#footer table {
	margin:5px 0 5px 0;
	width:600px;
	border:none;
	padding:2px;
	background-color:transparent;
	margin:auto;
}

.caption {
	float: right;
	margin:0px 0px 5px 5px;
	padding:0px;
	width: 200px;
}

.caption span {
	width: 100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
}

.caption img {
	border: #a8a8a8 solid 1px;
	margin:0px;
	padding:0px;
	display:block;
}

#rCol	{
	background-color:#e7e7e7;
	float: right;
	padding:25px 7px 35px 7px;
	position: relative;
	width:188px;
	font-size:12px;
}

#rCol ul	{
	color:#9c0007;
	list-style-position:outside;
	margin-left:13px;
	padding:5px 0px 15px 10px;
}

#rCol li {
	padding:0px 0px 0px 0px;
}

#rCol ul a {font-weight:bold; }

/* sectionmenu */
div#rCol.a li#a, .b #b, .c #c, .ca #ca, .cb #cb, .cc #cc, .d #d, .e #e, .f #f, .g #g, .h #h, .i #i, .j #j, .k #k, .l #l, .m #m {color:#999; }
/* This is for when your rCol div (set in each page) is a class of "a" and your sectionmenu li (in the local menu.asp) is an id="a" you're on that page so change the li */

.a #a a, .b #b a, .c #c a, .ca #ca a, .cb #cb a, .cc #cc a, .d #d a, .e #e a, .f #f a, .g #g a, .h #h a, .i #i a, .j #j a, .k #k a, .l #l a, .m #m a {color:#999; }
/* Does same as above but styles the link

/* Start member login form styles */
#rCol h3 {
	margin:0px;
	padding:0px 0px 7px 0px;
}

#rCol fieldset	{
	clear:left;
	float:left;
	width:100%;
}

#rCol form ol	{
	padding:0px 0px 10px 0px;
	list-style:none;
}

#rCol form li	{
	clear:left;
	float:left;
	width:100%;
}

#rCol div.blurb {
	padding:3px;
	background-color:#ccc;
}

caption {font-size:smaller}

table.files {
	background-color:#FFFFef;
	border-right:1px solid #f9f9f9; border-left:1px solid #f9f9f9;
	width:500px;
}



	.files img { border:0px; margin:0px; vertical-align:text-top; }
	.files td.h2 { border-top:1px solid black; border-bottom:none; }
	.files h2 { padding-bottom:0px; }

	.files tr:hover > td {background-color:#fff; }
	.files tr:hover > td.h2 { background-color:transparent; } /* disables above hover bg change on the row if it's .h2 */
	
	.files th { background-color:#9f554a; color:#fee; vertical-align:bottom; text-align:center; height:1.5em; }

	.files td {
		border-bottom:1px solid #eed;
		height:25px;
	}
	
	.files tr.last td {  /* turns off the border-bottom on the last row */
		border-bottom:none;
		height:25px;
	}	
	.files td:first-child {  /* selects the first td*/
		padding-left:10px;
	}
	
	.files td:first-child + td, .type {  /* selects the second td*/
		text-align:center;
	}
	
	.twocol td:first-child + td, td.date { text-align:left; padding-left:20px;}  /* selects the second td to override the above center align */
		
	.files tr + td {
		width:300px;
		height:20px;
	}
	
	.files td + td + td, .files .size {
		font-size:.9em;
		text-align:right;
		padding-right:5px;
	}


/*       FORMS    ----------------------------                  */

.content fieldset {
	float: left;
	clear: left;
	width: 90%;
	margin: 0 0 1.5em 0 ;
	padding: 5px ;
	border: 1px solid #BFB0B0;
	background-color:#eeeaea;
	background-image: url(/images/bg-fieldset-white-grad.png);
	background-repeat:repeat-x;
	
}
.content legend {
	margin-left: 1em;
	padding: 5px;
	color: #9F9090;
	background-color:#fff;
	font-weight:bold;
}
form ol, #rCol ol {
	padding: 0;
	margin:0;
	list-style: none;
/* 	background-color:#FF9900;        */
}

.content fieldset li {
	float: left;
	clear: left;
	width: 100%;
	position:relative;
/* 	background-color:#00DD00;          */
}
.content fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image:none;
}
.content label {
	float: left;
	width: 15em;
	margin-right: .3em;
	text-align: right;
	font-weight:bold;

}

fieldset#cat label { width:300px; }

input {
	width:120px;
	padding:1px;
	border: #666 1px solid;
	font-size: 12px;
	padding:1px;
	margin:2px 0px 1px 0px;
	vertical-align:text-top;
	text-align: left;
	height:16px;	

}

/*input [type=checkbox] { width:auto; }*/   /* didn't work */

input.check, input.radio, input[type=checkbox], input[type=radio] { width:auto; border:none; background-color:transparent;  margin-left:3px;}


.content li.req input, .content li.req select,.content li.req textarea {
	background-color:#FFFFef;
}

.content input:focus, .content li.req input:focus, .content li.req select:focus, .content li.req textarea:focus {
	background-color:#e6fce6;	
}


button {
	margin-left: 0px; 	border: #666 1px solid; background-color:#9DE3C8; padding:1px 2px 2px 2px;
}

select {
	border: #666 1px solid; 	
}



input.submit	{
	background-color:#9DE3C8;
	border:1px solid #687;
	color:#000;
	float:none;
	font-size:13px;
	font-weight:bold;
	width:auto;
	height:20px;
	margin:5px 0px 10px 136px;
	text-transform:uppercase;
	overflow:visible;
	font-family:Geneva, Arial, Helvetica, sans-serif;

}


input.submit:hover, button:hover { 	background-color:#b27f7e; color:#fff; }

input.submit + input.submit {
	margin-left: 0px;
}

button:hover {
	background-color:#090;
}

input.button, input[type=button] {
	background-color:#070;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:none;
	color:#fff;
	font-size:10pt;
	padding:5px;
	height:auto;
	overflow:visible;
	text-align:center;
}

input.button:hover, input[type=button]:hover {
	background-color:#090;
}

input.paypal { width:auto; height:auto; border:0px; }

select { width: 200px; margin-left:2px;}

.content select { width:120px; }
textarea {
		border: #666 1px solid; margin-left:2px; width:302px;
}



#rCol input {
	width:80px;
}

#rCol input.submit {
	margin-left:83px;
	text-align:center;
}




.formRequiredField {
	color:#ff0000;
	font-weight:bold;
}


#rCol label	{
	float:left;
	font-weight:bold;
	margin-right:5px;
	text-align:right;
	width:75px;
}


/*       FORMS    ----------------------------                  */


.hint {
  position: absolute;
  left: 350px;
  width: 250px;
  margin-top: -21px;
  border: 1px solid #c93;
  padding: 3px;
  background-color: #ffc;
  font-size:80%;
}

.hintpw {
  position: absolute;
  left: 380px;
  width: 250px;
  margin-top: -62px;
  border: 1px solid #c93;
  padding: 3px;
  background-color: #ffc;
  font-size:80%;
}

/* end forms */

.send	{
	background-image:url(images/button2.gif);
	background-repeat:no-repeat;
	border:none;
	color:#fff;
	float:none;
	font-size:13px;
	font-weight:bold;
	height:20px;
	margin:10px 0px 28px 72px;
	text-transform:uppercase;
	width:54px;
}

.buttons	{
	background-color:#ff0000;
	border:#000 1px solid;
	color:#fff;
	float:none;
	font-size:13px;
	font-weight:bold;
	height:22px;
	margin:8px 0px 28px 72px;
	padding:0px 5px 2px 5px;
	text-transform:uppercase;
}

.buttonsBig	{
	background-color:#ff0000;
	border:#000 1px solid;
	color:#fff;
	float:none;
	font-size:13px;
	font-weight:bold;
	height:22px;
	margin:8px 0px 28px 0px;
	padding:0px 5px 2px 5px;
	text-transform:uppercase;
}

.buttonGrayBg	{
	background-color:#ff0000;
	border:#000 1px solid;
	color:#fff;
	float:none;
	font-size:13px;
	font-weight:bold;
	height:22px;
	margin:8px 0px 28px 0px;
	padding:0px 5px 2px 5px;
	text-transform:uppercase;
}
/* End member login form styles */


#footer {
	clear:both;
	background-color:#387565;
	overflow:visible;
	text-align:center;
	width:1000px;

	color:#fff;
	border-top:1px solid #000;
	border-bottom: 1px solid #000;
}


#footer ul {
	display:block;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	list-style-type:none;
	width:600px;
	overflow:auto;
	padding-left:80px;
}

#footer ul li {
	display:inline;
	/*float:left;*/
}

#footer a {
	color:#fff;
	/*display:block;*/
	float:left;
	font-size:13px;
	font-weight:bold;
	padding:14px 17px 0px 17px;
}

#footer a:hover {
	text-decoration:none;
}

.footer {
	clear:both;
	margin-top:0px;
	text-align:center;
	color:#fff;
	font-size:.9em;
	padding-bottom:3px;
}

.copyright {
	clear:both;
	font-size:13px;
	margin-top:5px;
}

.currSection {
	color:#FFFF00;
}

.currPage{
	color:#FFFF00;
}

.formInput400 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 400px;
	border: 1px solid #000000;
} 

.secondLev {
	color: #d00000;
	margin-left:13px;
}

.galleryDesc {
	color: #000000;
}

/* **** calendar classes **** */
div#calendar {
		text-align:right;
		margin-bottom:15px;
		border:1px solid #666;
}

	div#calendar img {
	border:none;

}
.calendar {
	font-size: 12px;
	text-align:right;
	position:relative;
	right:0px;
	margin:0px;

}

.calendar table { 
	margin:0;
	background-color:#000;
}	

.calendar a {
	display:block;
	padding:2px;
}
.calendarHeading {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	background-color: #2a2a2a;
	/*border: 1px solid #000;*/
	padding:2px;
}
.calendarHeadingLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.calendarHeadingLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
.calendarDay {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #387565;
	/*border-right: 1px solid #000;
	border-bottom: 1px solid #000;*/
	color:#FFF;
}
.calendarDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	height:75px;
}
.calendarBlank {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.calendarDateLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #98272D;
}
.calendarDateLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.calendarToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	background-color:#d4d4d4;
}
.calendarSelectedDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.calendarEvent {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	padding-left:5px;
	text-transform: none;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;

}

.eventDate {
	width:30%;
}


.eventDesc {
	width:70%;
	border-left:none;
}


.calendarEventHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color:#ffffff;
	background-color: #000;
	border: 1px solid #000;
}
.calendarEventType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.calendarEventTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.calendarEventSubject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.calendarEventLocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.calendarEventDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.calendarEventLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #98272D;
	text-decoration: underline;
	font-weight: bold;
}
.calendarEventLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.calendarSmall {
	font-size: 11px;
	border: 1px solid #000;
	background-color: #F1F9FF;
	height:140px;
}

	.calendarSmall td {
		vertical-align:top;
	}

.calendarSmallHeading {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #008a9a;
	color:#ffffff;
}
.calendarSmallDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.calendarSmallDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	/*border: 1px solid #ff0000;*/
}
.calendarSmallDateLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #C70038;
	text-decoration: underline;
	font-weight: bold;
	padding: 1px;
}
.calendarSmallDateLink:hover {
	color: #FFD64C;
	background-color: #A83C5A;
	text-decoration: none;

}
.calendarSmallSelectedDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.calendarSmallToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border-width: 1px;
	border-style: solid;
	border-color: #98272D;
	background-color: #FFFFFF;
}
.calendarSmallSelectedToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: 1px solid #000;
	background-color: #FFFFFF;
}
.calTable {
	background-color: #ff0000;
}
.calTableBorder {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.calDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.calDateLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #98272D;
}
.calDateLink:hover {
	color: #000000;
	text-decoration: underline;
}
.calSelectedDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.calToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #98272D;
}
.calSmallDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.calSmallDateLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #98272D;
}
.calSmallSelectedDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
.calSmallSelectedToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #98272D;
}
.calSmallDateLink:hover {
	color: #000000;
	text-decoration: underline;
}
.calSmallToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #98272D;
}
/*** IE6 Fix ***/
* html #left {
  	left: 212px;           /* RC width */
}