body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: url(images/header-bkg.jpg) repeat-x;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.tableHeader {
	font-size: 80%;
	font-weight: bold;
}
.tableContent {
	font-size: 70%;
}
.tableContent img{
float:left;
padding-bottom:20px;
padding-right:5px;
}
#footer {
	color: #666666;
	width: 780px;
	font-size: 70%;
	text-align: center;
	padding-bottom: 10px;
}
#header {
	height: 100px;
	width: 780px;
	display: block;
}

#header a:link {
				font-size: 24px;
				font-color:black;
				font-family: ariel;
				text-decoration:none;
				}
				
#logo p {	
				position: absolute;
				left:110px;
				top:40px;
				font-size: 24px;
				font-color:black;
				font-family: ariel;
				text-decoration:none;
				}

#header a:hover {
				text-decoration:underline;
				font-color:red;
				}
	
#tagline p{
 				 position:absolute;
				 left:110px;
				 top:65px;
				 font-size: 18px;
				 font-color:red;
				 }
				
#tableContainer {
	width: 780px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.calltoAction {
	font-size: 125%;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
}
a:link {
	font-size: 125%;
	font-weight: bold;
}

#maincontent p {
						 font-size:12px;
						 }