BODY { background-color: #631734; color: black; margin: 0; }

body, p, li, td, input, textarea, select { font-family: verdana, arial, helvetica, sans-serif; font-size: 9pt;}

td { vertical-align: top; }

img 				{ border: none; }

.bold { font-weight: bolder; }

.menu { background: url(images/menu-background.gif) top left repeat-y; }

.menucontainer
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.menucontainer li 		{ margin: 0 0 4px 0; padding: 0; }
.menucontainer a 		{ width: 165px; height: 33px; display: block; background-image: url(images/buttons.gif); }

a.home 					{ background-position:   0px   0px; }
a.home:hover			{ background-position: 165px   0px; }

a.seminars 				{ background-position:   0px  -33px; }
a.seminars:hover		{ background-position: 165px  -33px; }

a.testimonials 			{ background-position:   0px  -66px; }
a.testimonials:hover	{ background-position: 165px  -66px; }

a.about 				{ background-position:   0px  -99px; }
a.about:hover			{ background-position: 165px  -99px; }

a.contact 				{ background-position:   0px -132px; }
a.contact:hover			{ background-position: 165px -132px; }

/* sets current page button to "current" color */
#home .home,
#seminars .seminars,
#testimonials .testimonials,
#about .about,
#contact .contact
					{ background-image: url(images/buttons-current.gif); }

#content 			{ margin: 35px 40px 20px 20px; vertical-align: top; }
#content a 			{ color: #631734; font-style: italic; }

#popup-content 		{ background-color: white; margin: 0px 10px 0px 10px; vertical-align: top; }
#popup-content a 	{ color: #631734; font-style: italic; }
					
.footer 			{ FONT-FAMILY: verdana, arial, helvetica, sans-serif; FONT-SIZE: 7pt; color: white; text-align: center; }
.footer a 			{ color: white; text-decoration: none; }
.footer a:hover 	{ text-decoration: underline; }

.footer-links 		{ color: white; text-align: center; }

.page-header 		{ font-weight: bolder; color: #6E0033; font-size: 12pt; }
.page-header i 		{ font-weight: normal; color: #B31B34; font-size: 11pt; }

.section 			{ font-weight: bolder; font-size: 11pt; font-style: italic; }

.notice				{ color: #631734; font-style: italic; font-size: 7pt; }

.signature			{ color: #631734; font-weight: bolder; }
.signature i		{ font-weight: normal; }
