@charset "utf-8";
/* CSS Document */

html {
	background-color: #036;
	overflow-y: scroll;
	background-attachment: fixed;
	background-image: url(graphics/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
body{
	min-height:600px;
	margin: 0px;
	padding: 0px;
}
#hd {
}
#bd {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
    padding-bottom: 0px;
	position: relative;
	z-index: 1000;
}
#ft {
	font-family: Candara, "Trebuchet MS", sans-serif;
	font-size: 116%;
	color: #333;
	vertical-align: top;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 153.9%;
	font-weight: bold;
	text-transform: uppercase;
	color: #006;
}
h2 {
	font-size: 138.5%;
	text-transform: uppercase;
	font-weight: normal;
}
h3 {
	font-size: 116%;
	font-weight: bold;
	color: #900;
	padding-top: 15px;
}
.copy1 {
	font-size: 100%;
	color: #333;
	text-align: justify;
}
.copy2 {
	font-size: 116%;
	color: #333;
	text-align: justify;
}
.copy3 {
	font-size: 131%;
	color: #333;
	text-align: justify;
}
.copy4 {
	font-size: 85%;
	color: #333;
	text-align: justify;
}

.blackText {
	color: #000;
}
.strickOut {
	text-decoration: line-through;
}
.emalUs {
	font-size: 131%;
	color: #006;
	text-align: center;
}

.heading{
	font-size: 100%;
	font-weight: bold;
	color: #006;
}

