body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;

	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;

	background-color: rgb(229,180,59);
	background-image: url(img/boyce_main.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;

	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: rgb(0,0,0);

	font-family: Tahoma;
	font-size: 14px;
	color: rgb(0,0,0);

}

div.banner {
	position: relative;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	background-color: transparent;
	background-image: url();
	background-position: top left;
	background-repeat: no-repeat;

	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: rgb(0,0,0);
	
	width: 900px;
	height: 70px;	
	
	clear: both;

	overflow: hiddden;

	text-align: left;

}

div.main {
	position: relative;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	background-color: rgb(255,255,255);
	background-image: url();
	background-position: top left;
	background-repeat: no-repeat;

	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: rgb(100,100,100);

	width: 900px;

	clear: both;
	
}

div.footer {
	position: relative;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	background-color: transparent;
	background-image: url();
	background-position: top left;
	background-repeat: no-repeat;

	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: rgb(0,0,0);

	width: 900px;
	height: 25px;
	
	clear: both;

	overflow: hiddden;

}

a {color: rgb(0,0,0);text-decoration:none;}
a:link {color: rgb(0,0,0);}
a:visited {color: rgb(0,0,0);}
a:active {color: #ff0000;}
a:hover {color: #ff0000;}

a.alt {font-size:10px;color: rgb(255,255,255);text-decoration:none;}
a.alt:link {font-size:10px;color: rgb(255,255,255);}
a.alt:visited {font-size:10px;color: rgb(255,255,255);}
a.alt:active {font-size:10px;color: #ff0000;}
a.alt:hover {font-size:10px;color: #ff0000;}

h1 {
	font-size: 18px; 
	font-weight: bold; 
	color: rgb(0,0,0); 
	text-align: left; 
	width: 100%; 
	height: 25px;
	background: transparent;
	background-image: url(img/h1_00.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 10px; 
	text-indent: 5px; 
	border-width: 0px 0px 0px 0px; 
	border-style: solid; 
	border-color: rgb(0,0,64);
	clear: both;
}

h2 {
	font-size: 18px; 
	font-weight: bold; 
	color: rgb(0,0,0); 
	text-align: left; 
	width: 100%; 
	background: transparent; 
	margin-top: 0px;
	margin-bottom: 10px; 
	text-indent: 5px; 
	border-width: 0px 0px 0px 0px; 
	border-style: solid; 
	border-color: rgb(0,0,64);
	clear: both;
}

h3 {
	font-size: 16px; 
	font-weight: bold; 
	color: rgb(255,255,255); 
	text-align: left; 
	width: 100%; 
	background: transparent;
	background-image: url(img/bg_h2.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 10px; 
	text-indent: 5px; 
	border-width: 0px 0px 0px 0px; 
	border-style: solid; 
	border-color: rgb(0,0,64);
	clear: both;
}

strong {font-weight: bold;}

hr {height: 1px; width: 90%; color: rgb(0,0,64);}

img {border: 0px; margin: 0px;}

input {
	background-color: #ffffff; 
	font-family: arial, verdana, sans;
	font-size: 12px; 
	font-weight: bold;
	color: #333333;
	border-width: 0px;
	border-style: solid;
	border-color: #333333;
}

textarea {
	background-color: #ffffff; 
	font-family: arial, verdana, sans;
	font-size: 12px; 
	font-weight: bold;
	color: #333333;
	border-width: 0px;
	border-style: solid;
	border-color: #333333;
}