﻿html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}


html,body  {
	height: 100%;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #eeeeee;
	margin-top:0px;
	}



.clear {
	clear:both;
	}

a {
	 color:blue;
	 text-decoration:none;
	}

a:hover{
	text-decoration: underline;
	}

form {
	border:0px;
	}

h1,h2,h3,h4,h5,h6{
	color:#777;
	margin-left:0px;
	margin-top: 0px;
	padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
	}

h1 {
	font-size:xx-large;
	}

h2 {
	font-size:x-large;
	}

h3 {
	margin-bottom: -5px;
	font-size:large;
	}

h4{
	font-size:larger;
	margin-top:5px;
	margin-bottom: -5px;
	}
	
img {
	border:0px;
	}
	
input[type="text"] {
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #777 silver silver #777;
	margin: 0px 1px 0px 1px;
}

input[type="file"] {
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #777 silver silver #777;
	margin: 0px 1px 0px 1px;
}
input[type="password"] {
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #777 silver silver #777;
	margin: 0px 1px 0px 1px;
}

p {
	margin-bottom:.5em;
}
select {
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #777 silver silver #777;
	margin: 0px 1px 0px 1px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #777 silver silver #777;
}

table {
	empty-cells:show;
}

#WrapperOuter {
	width: 773px;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
}

#WrapperInner {
	width:760px;	
	margin-left:auto;
	margin-right:auto;
}

#Message {
	height:500px;
}

#contactInfo {
	width:760px;
	height:139px;
	background-image:url('../images/footer.png');
}

#contactInfo table{
	margin-top: 10px;
	margin-left:10px;
}
#contactInfo td {
	height:20px;
}
#contactInfo .phones {
	width:150px;
}
#contactInfo .tollfree {
	width: 250px;
}