/* body & text styles */
body
{
	margin-top: 0px;
	margin-left: 0px;
	background: #fff;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000;
}
body table
{
}
body table tr
{
}

body table tr td
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000; /* text is black */
}
div
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000; /* text is black */
}
font
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	
}
p
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000; /* text is black */
}
span
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
ul
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000; /* text is black */
}
ol
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000; /* text is black */
}
a
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
/* text links in body copy */
a:link
{
	color: #6E0708; /* text is burgundy */
}

a:visited
{
	color: #6E0708; /* text is burgundy */
}
a:active
{
	color: #6E0708; /* text is burgundy */
}

/* copyright links */
a.copyright
{
	font-weight: bold;
}

/* links in sidenav */


/* larger, burgundy links on sidenav image */

a.sidenavtop
{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #6E0708; /* text is burgundy */
	text-decoration: none;
	font-weight: bold;
}

a.sidenavtop:hover
{
	color: #fff; /* hover text is white */
	background: #6E0708; /* bkgd is burgundy */
	width: 100%;
}

/* smaller, white links in members section */

.sidenavbtm
{
	margin-top: 5px;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #fff; /* text is white */
	background: transparent;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
}
a.sidenavbtm
{
	margin-top: 5px;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #fff; /* text is white */
	font-weight: bold;
	text-decoration: none;
}
a.sidenavbtm:link
{
	color: #fff; /* text is white */
}
a.sidenavbtm:visited
{
	color: #fff; /* text is white */
}
a.sidenavbtm:hover
{
	color: #fff; /* text is white */
	text-decoration: underline;
}
a.sidenavbtm:active
{
	color: #fff; /* text is white */
	text-decoration: none;
}
a.sidenavbtm:visited:hover
{
	color: #fff; /* text is white */
	text-decoration: underline;
}

/* captions beneath images & banners */

.captions
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 9px;
	line-height: 13px;
}


/* copyright text */

.copyright
{
	font-size: 10px;
	line-height: 16px;
	margin-top: 45px;
	margin-bottom: 15px;
	text-align: center;
}



/* image border */

.imgborder
{
	border: #6E0708 2 solid; /* border color is burgundy */
}


/* image border & padding around images inside of paragraphs */

.imgmarginleft
{
	/* left aligned image */
	margin: 0px 15px 0px 2px;
	border: #6E0708 2 solid; /* border color is burgundy */
}

.imgmarginright
{
	/* right aligned image */
	margin: 0px 2px 0px 15px;
	border: #6E0708 2 solid; /* border color is burgundy */
}



/* indentation for sidenav */

div.sidenavindent
{
	margin-top: 10px;
	margin-right: 10px;
}

/* indentation for content */

blockquote
{
	margin-top: 40px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 60px;
}

blockquote blockquote
{
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
}

blockquote blockquote blockquote
{
	margin-right: 95px;
	margin-left: 70px;
}



/* definition list indentation & font weight */

dt
{
	font-weight: bold;
}

dd
{
	margin-left: 10px;
	margin-bottom: 1.5em;
}


/* headlines & sub-headlines */

h1
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #6E0708; /* text is burgundy */
}
h4, h5, h6
{
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: #6E0708; /* text is burgundy */
}

h1
{
	margin: 2em 0% 0em;
	font-size: 16px;
}

h2
{
	margin: 2em 0% 0em 0%;
	font-size: 14px;
}

h3
{
	margin: 2em 0% 0em 0%;
	font-size: 13px;
}

h4
{
	margin: 2em 0% 0em 0%;
	font-size: 12px;
}

h5
{
	margin: 2em 0% 0em 0%;
	font-size: 11px;
}

h6
{
	margin: 2em 0% 0em 0%;
	font-size: 10px;
}


h1.subheadline
{
	margin: 1.5em 0% 0em 0%;
}

h2.subheadline
{
	margin: 2em 0% -.6em 0%;
}

h3.subheadline
{
	margin: 2em 0% -.7em 0%;
}

h4.subheadline
{
	margin: 2em 0% -.8em 0%;
}

h5.subheadline
{
	margin: 2em 0% -.9em 0%;
}

h6.subheadline
{
	margin: 2em 0% -1em 0%;
}

/*
h2.news
{
	margin: 0em 0% 0em 0%;
	font-size: 16px;
	color: #fff;
}
h2.news a
{
	font-size: 16px;
	margin: 0em 0%;
	color: #fff;
	text-decoration: none;
}
h2.news a:hover
{
	font-size: 16px;
	margin: 0em 0%;
	color: #fff;
	text-decoration: none;
}
h2.news a:visited
{
	font-size: 16px;
	margin: 0em 0%;
	color: #fff;
	text-decoration: none;
}
*/

h3.members
{
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: #fff; /* text is white */
	font-size: 15px;
	margin: 0em 0% 0em 0%;
}




/* trademark symbols */

sup
{
	font-size: 65%;
}



/* italicized text under login heading */

.login
{
	margin-top: 5px;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #fff; /* text is white */
	font-style: italic;
	text-decoration: none;
}



/* contact form */

.formtext
{
	font-size: 11px;
	line-height: 14px;
}


/* ADXSTUDIO news briefs toc*/
.news
{
	margin: 0em 0% 0em 0%;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.news a
{
	font-size: 14px;
	margin: 0em 0%;
	color: #ffffff;
	text-decoration: none;
}
.news a:hover
{
	font-size: 14px;
	margin: 0em 0%;
	color: #ffffff;
	text-decoration: none;
}
.news a:visited
{
	font-size: 14px;
	margin: 0em 0%;
	color: #ffffff;
	text-decoration: none;
}


/* ADXSTUDIO classes */
.adxCartHeader
{
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: #6E0708;
}
.adxCartProductTitle
{
	font-size: 12px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: #6E0708;
}
.adxCartSKUTitle
{
	font-size: 11px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: black;
}
.adxCartSKUPrice
{
	font-size: 11px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: black;
}
.adxCartSKUQuantity
{
    text-align: right;
	font-size: 11px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: black;
}
.adxCartSKUExtended
{
	font-size: 11px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: black;
}
.adxCartSubtotalTitle
{
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: black;
}
.adxCartSubtotalPrice
{
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: black;
}
.adxCartRemoveLabel
{
	font-size: 11px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: black;
}

.adxCartContactHeader
{
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: #6E0708;
}

.adxCartContactLabel
{
	font-size: 11px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: black;
}

.adxCartPaymentHeader
{
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: #6E0708;
}
.adxCartPaymentLabel
{
	font-size: 11px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: black;
}

.adxSectionSubhead
{
	font-weight: bold;
	font-size: 18px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	color: #6E0708;
}
.adxSectionMediaCaption
{
	font-size: 11px;
	text-align: center;
}
.adxSectionCopy
{
	font-family: "Trebuchet MS" , Arial, sans-serif;
	font-size: 12px;
}
.adxSectionSpacer
{
}

.adxSectionMediaImage
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-top: 1px;
}
.adxTOCSummary P
{
	margin-top: 0px;
	padding-top: 0px;
}
.adxContactSpacer
{
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.adxPollResponse
{
	font-family: "Trebuchet MS" , Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.adxPollQuestion
{
	font-family: "Trebuchet MS" , Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.adxPollButtonHTML
{
	font-weight: bold;
	font-size: 12px;
}
.adxPollPercentage
{
	font-weight: bold;
	font-size: 12px;
	color: #6E0708;
}
.adxPollView
{
	font-weight: bold;
	font-size: 12px;
}
.adxPollResponseTotal
{
	font-weight: bold;
	font-size: 12px;
}
.adxPollButton
{
	font-size: 12px;
}
.adxPollRadio
{
	font-size: 12px;
}
.adxPollViewLink A
{
	font-weight:normal;
	font-size: 11px;
	text-decoration: underline;
}
.adxPollViewLink A:visited
{
	font-size: 12px;
	text-decoration: none;
}
.adxPollViewLink A:hover
{
	font-size: 12px;
	text-decoration: underline;
}

.adxNavPath a
{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
.adxNavPath a:visited
{
	font-size: 10px;
	color: #ffffff;
}
.adxNavPath a:hover
{
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
.adxNavPath
{
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.adxNavPathCurrent
{
	font-size: 10px;
	color: #ffffff;
	
}
.AuthenticateWelcome
{
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.AuthenticateWelcome A
{
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.AuthenticateWelcome A:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
.AuthenticateWelcome A:visited
{
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	
}
.adxPollHeader
{
	margin-top: 5px;
	margin-left: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #ffffff;
}

.adxPollButton 
{ 
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; 
	font-size: 12px;
	font-weight: bold; 
	color: #6E0708; /* burgundy */
	background-color: #E0E6EC; /* gray */ 
	margin-top: 20px; 
	margin-bottom: 20px;
	width: 70px; 
	cursor: hand;
}

.ErrMsg
{
   font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
   font-size: 11px; 
   color: red;
}  

div.ErrMsg
{
   font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
   font-size: 11px; 
   color: red;
}  

.TableLeft
{
   color: #ffffff;
   font-size: 12px;
   font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
} 

DIV.TableLeft
{
   color: #ffffff;
   font-size: 12px;
   font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
} 

TD.TableLeft
{
   color: #ffffff;
   font-size: 12px;
   font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
} 
.NoMembers
{
    font-size: 14px;
    font-weight: bold;
    color: Red;
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
}
h3 { 
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #6E0708; /* text is burgundy */
 } 

h2 { 
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #6E0708; /* text is burgundy */
 } 