/* HTML TAG CLASSES */
p
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* DISPLAY "CLASS" STYLES" */
.errorText
{
	color: #ff0000;
}

.copyright
{
	font-family: Arial, Helvetica, Verdana, Sans-serif; 
	color: #000000;
	font-size: 0.6em;
}

.copyright a:link, .copyright a:active, .copyright a:visited
{
	color: #3a82f4;
	text-decoration: underline;
}

.copyright a:hover
{
	text-decoration: underline;
	color: #b22222;
}

.sectionTitle
{
	font-family: Verdana, Arial, Helvetica, Sans-serif; 
	color: #9e9e9e;
	font-size: 2.2em;
}

/* LIST CLASSES, FOR DISPLAYING FLOATED LISTS */

/* FAQ LIST */
.faqList
{
	clear: both;
	width: 537px;
	padding-top: 10px;
}

.faqListQuestion
{
	width: 517px;
	padding-left: 20px;
}

.faqListAnswer
{
	width: 497px;
	padding-left: 40px;
	text-align: left;
	position: relative;
	display: none;
}

.faqListTopicText
{
	width: 537px;
}

/* PAST EVENT LIST */
.pastEventList
{
	clear: both;
	width: 537px;
	margin-top: 10px;
	text-align: left;
}

.pastEventListMonth
{
	width: 75px;
	margin-left: 2px;
	float: left;
}

.pastEventListEvent
{
	width: 153px;
	margin-left: 5px;
	float:left;
}

.pastEventListDetails
{
	width: 60px;
	margin-left: 5px;
	float:left;
}

.pastEventListDelegatePack
{
	width: 70px;
	margin-left: 5px;
	float: left;
}

.pastEventListPresentation
{
	width: 153px;
	margin-left: 5px;
	float:right;
}

/* NEWS ARTICLE */
.newsArticleList
{
	clear: both;
	width: 537px;
	padding-top: 10px;
}

.newsArticleListPreviewImage
{
	width: 75px;
	float: left;
	/*overflow: hidden;*/
	padding-left: 20px;
}

.newsArticleListPreviewImage img
{
	width: 75px;
	height: 75px;
}

.newsArticleListText
{
	width: 427px;
	float: right;
	padding-left: 15px;
}

.newsArticleListTextFullWidth
{
	width: 517px;
	padding-left: 20px;
}

.newsArticleListTopicText
{
	width: 537px;
}

.newsArticleListLink
{
	clear: both;
	width: 537px;
	text-align: right;
}

/* SITE MAP */
.siteMapSection
{
	width: 517px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.siteMapPage
{
	width: 497px;
	padding-top: 5px;
}

/* FUTURE EVENT LIST */
.futureEventList
{
	clear: both;
	width: 537px;
	margin-top: 5px;
	text-align: left;
}

.futureEventListMonth
{
	width: 75px;
	margin-left: 2px;
	float: left;
}

.futureEventListDuration
{
	width: 60px;
	margin-left: 5px;
	float:left;
}

.futureEventListEvent
{
	width: 124px;
	margin-left: 5px;
	float:left;
}

.futureEventListLocation
{
	width: 124px;
	margin-left: 5px;
	float:left;
}

.futureEventListDetails
{
	width: 60px;
	margin-left: 5px;
	float:left;
}

.futureEventListBook
{
	width: 65px;
	margin-left: 5px;
	float: right;
}
