body {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #ffffff;
	font-size: 62.5%;
}
body, td {
	color: #717268;
	font-size: .7em;
	font-family: Verdana, Arial, Sans-Serif;
}
a:link {
	color: #333333;
}
a:active {
	color: #333333;
}
a:visited {
	color: #894E98;
}
a:hover {
	color: #333333;
}

.primaryColor {
	background-color: #894E98;
	color: #ffffff;
}

.intro { font-size: .8em; 
         padding-top: 19px;
}

/* The footer links */
.footer {
	color: #000000;
}
.footer a:link {
	color: #000000;
}
.footer a:visited {
	color: #666666;
}
.footer a:hover {
	color: #000000;
}

/*  used on adink site link */
.copyright {
	color: #000000;
}
.copyright a:link {
	color: #000000;
}
.copyright a:visited {
	color: #666666;
}
.copyright a:hover {
	color: #000000;
}

/* top left & bottom left */
.leftbarHeader {
	color: #ffffff;
	font-size: .6em;
	font-weight: bold;
	text-decoration: none;
}
.leftbarHeader a:link {
	color: #ffffff;
	text-decoration: none;
}
.leftbarHeader a:active {
	color: #ffffff;
	text-decoration: none;
}
.leftbarHeader a:visited {
	color: #ffffff;
	text-decoration: none;
}
.leftbarHeader a:hover {
	color: #ffffff;
	text-decoration: underline;
}


.leftbar {
	color: #000000;
	font-size: .6em;
}
.leftbar a:link {
	color: #000000;
	padding-left: 7px;
	text-decoration: none;
}
.leftbar a:visited {
	padding-left: 7px;
	color: #000000;
	text-decoration: none;
}
.leftbar a:active {
	padding-left: 7px;
	color: #000000;
	text-decoration: none;
}
.leftbar a:hover {
	padding-left: 7px;
	color: #000000;
	text-decoration: underline;
}


.menu1 {
	padding-left: 8px;
	background-color: #333333;
	font-weight: bold;
}
.menu2 {
	background-color: #FFFFFF;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #ffffff 1px solid; /*border-bottom: #333333 5px solid;*/
}



.homeTopicHeader {
	background-color: #8C836C;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.homeTopicHeader a:link {
	padding-left: 8px;
	color: #FFFFFF;
	text-decoration: none;
}
.homeTopicHeader a:visited {
	padding-left: 8px;
	color: #FFFFFF;
	text-decoration: none;
}
.homeTopicHeader a:active {
	padding-left: 8px;
	color: #FFFFFF;
	text-decoration: none;
}
.homeTopicHeader a:hover {
	padding-left: 8px;
	color: #FFFFFF;
	text-decoration: underline;
}


.homeText {
	color: #717268;
	font-weight: bold;
}
.homeText a:link {
	color: #717268;
	text-decoration: none;
}
.homeText a:visited {
	color: #717268;
	text-decoration: none;
}
.homeText a:active {
	color: #717268;
	text-decoration: none;
}
.homeText a:hover {
	color: #717268;
	text-decoration: underline;
}


.imgpd {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
}




/*  
EVENT SECTION
*/
.event_left { background-color: #F9F5EB; }
.event_right {}
.event_date { font-weight: bold; }
.event_time {}
.event_title { font-weight: bold; }
.event_location {}
.event_contact {}
.event_desc {
	text-align: justify;
}


/*
FILE SECTION
*/
.file_left { padding-top: 12px;  }
.file_right { padding-left: 6px; padding-right: 6px; padding-top: 12px; }
.file_title {
	font-weight: bold;
	color: #726a58;
}
a.file_link:link {
	color: #894398;
	text-decoration: none;
	font-weight: bold;
}
a.file_link:visited {
	color: #894398;
	text-decoration: none;
	font-weight: bold;
}
a.file_link:active {
	color: #894398;
	text-decoration: none;
	font-weight: bold;
}
a.file_link:hover {
	color: #894398;
	text-decoration: underline;
	font-weight: bold;
}
.file_att {
	font-size: .6em;
}
.file_desc { padding-left: 10px; padding-right: 10px; padding-bottom: 10px; }


/*
FAQ SECTION
*/
.faq_q {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #717268;
	font-weight: bold;
}
.faq_a {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px #ffffff solid; 
	text-align: justify;
}

