@charset "utf-8";
/* CSS Document */
/* removes all image borders */
img {
	border:0;
	margin: 0px;
}
a  {
    outline: none;
	border: none;
 }

a img {
    border:none;
 }
#content a img {
	border:none;
}
 /* end image border removal */
 
 /*image preload style */
 .hiddenPic {display:none;}
 /*end image preload */
 
#main {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/Background.jpg);
	height: 672px;
	background-repeat: no-repeat;
}
#main tr #Content {
	background-image: url(../images/ContentBox.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 16px;
	padding-right: 18px;
	padding-left: 16px;
	width: 510px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#main tr #Content h1 {
	font-size: 26px;
}
.paragraph {
	font-size: 18px;
	line-height: 30px;
}
.button {
	background-image: url(../images/Button.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 176px;
}
.button:hover {
	background-image: url(../images/ButtonHover.png);
	
}


#main tr .button h3 {
	margin-top: 18px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
