/* layout styles */

.body { 
	margin: 0 0 0 0;
	background-color: #c5c5c5;
}

.body_table { 
	background-color: #ffffff;
}

.content_well { padding: 0 10px 0 20px; }


.right_rail { 
	width: 240px;
	border-left: solid 1px #CCCCCC; 
	margin-right: 0px;
}

.module /* set the border */
{
	border-bottom: solid 1px #CCCCCC;
}

.module_box   /* set the default padding/layout */
{
	padding: 20px 20px 20px 20px;
}

.module_header
{
	padding-bottom: 5px;
}


/* end layout syles */

/* text styles */
p, td, span {
	color: #000000;
	font-family: times new roman;
	font-size: 12px;
	
}

ul
{
	margin-top: 8px;
	margin-bottom: 0px;
}

li
{
	color: #000;
	font-family: times new roman;
	padding-bottom: 8px;
	font-size: 12px;
}

.subhead
{
	color: #ED008C;
	font-family: times new roman;
	text-decoration: none;
	font-size: 14px;
}

.headline
{
	color: #000000;
	font-family: times new roman;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

a
{
	color: #ED008C;
	font-family: times new roman;
	text-decoration: none;
}

a:link
{
	color: #ED008C;
	font-family: times new roman;
	text-decoration: none;
}

a:hover
{
	color: #A00CA0;
	font-family: times new roman;
	text-decoration: underline;

}

a:active
{
	color: #ED008C;
	font-family: times new roman;
	text-decoration: none;

}


.module_text
{
	color: #595959;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
}


a.module_link
{
	color: #ED008C;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	text-decoration: underline;

}

a.module_link:link
{
	color: #ED008C;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	text-decoration: underline;

}

a.module_link:visited
{
	color: #ED008C;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	text-decoration: underline;

}

a.module_link:hover
{
	color: #A00CA0;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	text-decoration: none;
}

a.module_link:active
{
	color: #ED008C;
	font-family: arial, helvetica, san-serif;
	text-decoration: underline;
}


.heading1
{
	color: #000000;
	font-family: arial, helvetica, san-serif;
	font-size: 20px;
	font-weight: bold;
}

.heading2
{
	color: #000000;
	font-family: arial, helvetica, san-serif;
	font-size: 16px;
	font-weight: bold;
}



.caption
{
	color: #000000;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
}



/* end text styles */

/* text styles that overwrite convio styles */

P, .Explicit
{
	color: #000000;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
}

/* form styles that overwrite convio styles */
TEXTAREA
{
	width: 250px;
}

/* start umbrella nav styles */
.myspan { 
  color : #FFFFFF ;
  font-family : arial ;
  font-style : bold ;
  font-size : 11px ;
} 

.umbrella_link {font-size: 11px; text-decoration: none; }
.umbrella_link:link { font-size: 11px; color: #FFFFFF; text-decoration: none }
.umbrella_link:visited { font-size: 11px; color: #FFFFFF; text-decoration: none }
.umbrella_link:active { font-size: 11px; color: #FFFFFF; text-decoration: none }
.umbrella_link:hover { font-size: 11px; color: #FFFFFF; text-decoration: underline }
/* end umbrella nav styles */


/* start members area styles */

/* end members area styles */
