/* CSS Document */
/* text links */
.links {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
a:hover{
text-decoration: none;
color: #d80073;
}

/* footertext links */
.footlinks {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;

}

.copylinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a:hover{
text-decoration: none;
color: #d80073;
}

/* background images */


.presentation_table {
	background-image:url(Images/presentation-img.jpg);
	background-repeat:no-repeat;
}

.mediatraining_table {
	background-image:url(Images/media_training-img.jpg);
	background-repeat:no-repeat;
}

.profile_table {
	background-image:url(Images/profile-img.jpg);
	background-repeat:no-repeat;	
}

.home_table {
	background-image:url(Images/home-img.jpg);
	background-repeat:no-repeat;	
}

.border_table {
	background-image:url(Images/border-img.jpg);
	background-repeat:no-repeat;	
}

.contact_table {
	background-image:url(Images/contact-img.jpg);
	background-repeat:no-repeat;	
}

.communication_table {
	background-image:url(Images/communication-img.jpg);
	background-repeat:no-repeat;	
}

.events_table {
	background-image:url(Images/events-img.jpg);
	background-repeat:no-repeat;	
}

.contentTable {
	float:left;
	position:relative;
	top: 10px;
	right: -10px;
	width: 410px;
	line-height: 15px;
	
}

.clientTable {
	float:left;
	position:relative;
	top: 10px;
	right: -10px;
	width: 800px;
	line-height: 15px;
	
}

/* copy format */

.copy {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: none;
	color: #ffffff;
	vertical-align:text-top;
}

.copy_pink {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: none;
	color: #d80073;
}

.footer_copy {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: none;
	color: #ffffff;
}

.title_headers1 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #d80073;
}

.imageAlign {
	background-position: top;
}

