/* CSS Document */

body{
	background-image:url(../Images/bg.gif);
	background-repeat:repeat-x;
	background-color:#E3E2D1;
	font-family:tahoma;
	font-size:12px;
	margin:40px;
	color:#00565A;
	line-height:15px;

}
.logoDiv{
	width:243px;
	float:left;
	clear:left;
	margin-right:20px;
}
.contentDiv{
	width:400px;
	float:left;
	clear:right;
}
.contactDiv{	
	width:650px;
	float:left;
	clear:both;
	margin-top:15px;
	font-size:11px;
	line-height:20px;
	padding-left:10px;
	padding-top:30px;
}
a{
	color:#00565A;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	letter-spacing: 0px;
	font-style: normal;
	font-weight: normal;
}