@charset "utf-8";
/* CSS Document */

/*------------------------------ GLOBAL RESET SETTINGS--------------------------- */

* {
margin: 0; padding: 0;
text-decoration: none;
font-size: 100%;
outline: none;
font-family:Arial, Helvetica, sans-serif;
}

code, kbd, samp, pre, tt, var, textarea, input, select, isindex { 
font: inherit;
font-size: 10px; 
}

dfn, i, cite, var, address, em {
font-style: normal;
}

th, b, strong, h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}

a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet {
border: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

caption, th, td, center {
text-align: left;
vertical-align: top;
}

body {
line-height: 1em;
}

q {
quotes: "" "";
}
ul, ol, dir, menu {
list-style: none;
}

sub, sup {
vertical-align: baseline;
}

a {
color: inherit;
}

/* --------------------------END GLOBAL RESET ------------------*/

body {
  background-color:#d28d48;
}

#header {
  width: 100%;
  background-image:url(../newimages/headerbg.gif);
  background-repeat:repeat-x;
  height:148px;
}  

#logo {
  width: 233px;
  height:148px;
  margin:0 auto;
  background-image:url(../newimages/logo.gif);
  background-repeat:no-repeat;
}  

#container {
  position:relative;
  width:100%;
	height:410px;
  background-color:#d28d48;

}

#content {
  position:relative;
	top:-410px;
  width: 580px;
  margin:0 auto;
  z-index:9;	
}

#leftcol {
  float:left;
	height:77px;
	width:49%;
	background-image:url(../newimages/leftstripes.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#d28d48;
}
#rightcol {
  padding-top:349px;
  float:right;
	width:49%;
	background-image:url(../newimages/rightstripes.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#f6dba7;	
}
#nav {
  margin-right:280px;
}	

/* Text Settings from original site */
.txtbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6F6F6F;
	border-right-color: #6F6F6F;
	border-bottom-color: #6F6F6F;
	border-left-color: #6F6F6F;
	height: 16px;
	width: 110px;
	background-color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;



}
.txt10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.txt10white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
.txt11 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C46C2C;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #C26E2E;
}
.header_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;

}
.header_white {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D28D48;

}
.txt16_mono {
	font-family: "Monotype Corsiva";
	font-size: 16px;
	color: #d28d48;
}
.txt18_mono {

	font-family: "Monotype Corsiva";
	font-size: 18px;
	color: #d28d48;
}
.txt20_mono {

	font-family: "Monotype Corsiva";
	font-size: 20px;
	color: #d28d48;
}
.txt_mono {

	font-family: "Monotype Corsiva";

	color: #d28d48;
}.txt30_mono {
	font-family: "Monotype Corsiva";
	font-size: 30px;
	color: #d28d48;
	font-weight: bolder;
}
.header_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c26e2e;
	font-size: 18px;
}
.txtfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px groove #999999;
	background-color: #FCF7ED;
}
.copy {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
} 