/* SUPstyles.css */

body
{
	margin: auto;
	padding-top: 24px;
	background-color: #FFFFFF;
	font-family:  Arial, Verdana, Helvetica, sans-serif;

	/* Next 3 lines only color scrollbar in IE, but they are pretty cool. */
	SCROLLBAR-ARROW-COLOR: #4F8838;
	SCROLLBAR-TRACK-COLOR:#4F8838;
	SCROLLBAR-BASE-COLOR: #FB7432
}

a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color : #000000; /* black */
	text-decoration: underline;
}

a:visited {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #808080; /* light gray */
	text-decoration: underline;
}

a:hover {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #FB7432; /* orange */
	text-decoration: underline;
}

a:active {
	font-family:  Arial, Verdana, Helvetica, sans-serif; /* activates only the instant you click on it */
	color: #FB7432; /* oragne */
	text-decoration: underline;
}






#welcome
{
	font-size: 14px;  /* I changed this from 13 to 14 when I switched back to Arial */
	line-height: 20px;  /* adjust line-height (and even font-size) to stretch welcome length to match lenght of event changes */
	
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #000000; /* was 566656, gray */
	padding-right: 20px;
}




.sbar_head  /* Side bar headings */
{
	color: #4F8838; 
	font-size: 14px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	padding-left: 15px; /* indent in box */
}

.article_head  /* article headings */
{
	color: #000000; 
	font-size: 18px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	
}


.img-border1 
{
  	padding:4px;
 	border:1px solid #C7C7C7; /* light gray */
}



.eventbox
{
	background-color: #DBE7D3; /* light green */
}

.eventbox_border
{
	padding:4px;
	border:1px solid #C7C7C7; /* light gray */
}

.eventbox_content
{
	padding: 8px 23px 0px 15px;
	font-size: 12px;
	color: #000000; /* black */
	line-height: 18px;
}

.raves_content
{
	padding: 0px 18px 0px 15px;
	font-size: 12px;
	color: #000000; /* black */
	line-height: 18px;
}

.article_content
{
	padding: 8px 23px 0px 15px;
	font-size: 12px;
	color: #808080; /* Original Gray */
	line-height: 22px;
}

.menutext
{
	color: #586354;/* Dark Gray */
	font-size: 12px;
	line-height: 12px;
}

a.menutext_link          /* Visited is the same as unclicked, only hover changes to orange w/underline */
{
	color: #586354;/* Dark Gray */
	font-size: 12px;
	line-height: 10px;
	text-decoration: underline;
}

a.menutext_link:hover
{
	color: #4F8838; /* green */
	font-size: 12px;
	line-height: 10px;
	text-decoration: none;
}

a.menutext_link:visted
{
	color: #586354;/* Dark Gray */
	font-size: 12px;
	line-height: 10px;
	text-decoration: underline;
}






.sig-pad
{
	padding-right: 50px;
	padding-top: 10px;
}

#footer
{
	color: #586354;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}


.pad2
		{
		padding-top: 2px;
		}
.pad4
		{
		padding-top: 4px;
		}
.pad6
		{
		padding-top: 6px;
		}

.pad8
		{
		padding-top: 8px;
		}

.pad12
		{
		padding-top: 12px;
		}
.pad13
		{
		padding-top: 13px;
		}

.pad18
		{
		padding-top: 18px;
		}
.pad20
		{
		padding-top: 20px;
		}
.nomar
		{
		margin-bottom:0;
		}