/* CONTACTS TABLE */

table.contacts {
	border:1px solid #006699;
	background-image:url(../images/sidecolslbg.jpg);
	background-repeat:repeat;
	width:420px;
	margin:30px 79px;
}

table.contacts td {
	line-height:2em;
	border-left:1px solid #006699;
	border-right:1px solid #006699;
	border-collapse:collapse;
	padding:5px;
	vertical-align:top;
}

.header {
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	background-image:url(../images/subjectbg.jpg);
	background-repeat:repeat;
}

.column1 {
	font-weight:bold;
	text-align:left;
	width:40%;
}

.column2 {
	text-align:left;
	width:60%;
}

table.contacts a:link, table.contacts a:visited {
	color:#000000;
	text-decoration:none;
}

table.contacts a:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	background-color:#9900FF;
	padding:2px 0px;
}