/* CSS Document */
#siteContent
{
	height:100%;
	width:586px;
	float:left;
}
.headLine
{
	margin-top:10px;
	margin-bottom:50px;
	font-size:20px;
	margin-left:15px;
	color:#754A23;
	float:left;
	font-weight:bold;
}
#textHolder
{
	width:280px;
	height:100%;
	float:left;
	margin-left:15px;
}
.contactName
{
	float:left;
	width:100px;
	height:20px;
	margin-top:4px;
}
.contactNumber
{
	margin-top:2px;
	float:left;
}
.contactSubmit
{
	margin-top:2px;
	margin-left:40px;
	float:left;
}
.rubrikHeadLine
{
	margin-bottom:10px;
	margin-top:30px;
	font-size:14px;
	font-weight:bold;
	color:#754A23;
}
a.mailTo:link 
{
	color:#3366CC;
	text-decoration:none;
	padding:0px;

}     /* unvisited link */
a.mailTo:visited 
{
	color:#3366CC;
	text-decoration:none;
	padding:0px;

}  /* visited link */
a.mailTo:hover 
{
	color: #d0d0d0;
	text-decoration:none;
	padding:0px;

}   /* mouse over link */
a.mailTo:active 
{
	color:#3366CC;
	text-decoration:none;
	padding:0px;

}   /* selected link */ 



