@charset "utf-8";
/* CSS Document */


/*---------------- start headings <---------------------*/
.body_heading {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #582A7D;
	text-decoration: none;
}

.body_heading_blue {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009DBE;
	text-decoration: none;
	letter-spacing: 0px;
}

.body_heading_white {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0px;
}

.participant_heading {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C8158D;
	text-decoration: none;
	letter-spacing: 0px;
}

a.participant:link, a.participant:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C8158D;
	text-decoration: none;
	letter-spacing: 0px;
}

a.participant:hover {
	color: #BED62F;
	text-decoration: none;
}

a.participant:active {
	color: #009DBE;
	text-decoration: underline;
}
/*---------------- end headings<---------------------*/

/*---------------- start text <---------------------*/
.body_text {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.sub_nav_text {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #582A7D;
	text-decoration: none;
}

a.sub_nav:link, a.sub_nav:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #582A7D;
	text-decoration: none;
}

a.sub_nav:hover {
	color: #BED62F;
	text-decoration: none;
}

a.sub_nav:active {
	color: #009DBE;
	text-decoration: underline;
}

.vendor_text {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
}
/*---------------- end text <---------------------*/

/*---------------- start navigation/links <---------------------*/

/****Top Nav****/
#navcontainer ul
{

	color: White;
	float: left;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;	
	margin: 0;
	padding: 0;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li.last a
{
	padding: 0.2em .75em;
	color: White;
	text-decoration: none;
	float: left;	
}

#navcontainer ul li.last_onpage a
{
	padding: 0.2em .75em;
	color: #BED730;
	text-decoration: none;
	float: left;
}

#navcontainer ul li.line a
{
	padding: 0.2em .75em;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li.line_onpage a
{
	padding: 0.2em .75em;
	color: #BED730;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	color: #DA1F27;
}

#navcontainer ul li a:active
{
	color: #BED730;
	text-decoration: underline;
}
/**** End Top Nav ****/

a.inline:link, a.inline:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009DBE;
	text-decoration: none;
}

a.inline:hover {
	color: #BED62F;
	text-decoration: none;
}

a.inline:active {
	color: #582A7D;
	text-decoration: underline;
}

.footernav_text {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #582A7D;
	text-decoration: none;
}

a.footer_nav:link, a.footer_nav:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #582A7D;
	text-decoration: none;
}

a.footer_nav:hover {
	text-decoration: underline;
	color: #BED62F;
}

a.footer_nav:active {
	color: #C8158D;
	text-decoration: underline;
}

/*---------------- end navigation/links <---------------------*/
