/* CSS Document */
body {
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #251A14;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
a {
	font-size:14px;
	color : #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-size:14px;
	color : #999999;
	text-decoration: none;
	font-weight: bold;
}
#pwrapper {
	width: 849px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#banner {
	width: 861px;
	height: 203px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;

}
#logo {
	position:absolute;
	z-index:10;
	left:10px;
	top:15px;
	width: 157px;
	height: 152px;
	
}
#logo2 {
	position:relative;
	display:block;
	z-index:10;
	left:10px;
	top:15px;
	width: 157px;
	height: 152px;
	
}
#fcontent {
	position:absolute;
	z-index:1;
	left:0px;
	top:83px;
	width: 800px;
	height: 367px;

}

.order {
	z-index: -1;
}
table.wrapper {
	
}
.loadtxt {
	font-size:20px;
	color: #ffffff;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;

}
td.menubar {
	height:29px;
	background-image:url(images/menufill.jpg);
	background-repeat:repeat-x;
}
td.top {
	height:22px;
	background-image:url(images/neonfill.jpg);
	background-repeat:repeat-x;
}
td.bottom {
	height:18px;
	background-image:url(images/menufill_botsm.jpg);
	background-repeat:repeat-x;
}
td.side {
	height:369px;
	background-image:url(images/sidefill.jpg);
	background-repeat:repeat-x;
}
td.bar {
	height:12px;
	background-image:url(images/barfill_sm.jpg);
	background-repeat:repeat-x;
}
td.buttonbar {
	height:136px;
	background-image:url(images/marblefill_lrg.jpg);
	background-repeat:repeat-x;
}
#navbox {
	width: 846px;
	height: 20px;
	border-style: dashed;
	border-width: 1px;
	border-color:#E8E8E8;
	padding: 3px 3px 3px 3px;
}
#navlinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navlinks li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	white-space: nowrap;
	width: auto;
	height: 20px;
}
#navlinks a {
	display: block;
	padding: 3px 3px 3px 3px;
	font-size: 14px;
	text-decoration:none;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-left-color:#4C4C4C;
	border-right-color:#4C4C4C;
}
#navlinks a:link, #navlinks a:visited {
	color: #ffffff;
}
#navlinks a:hover, #navlinks a:active,
#pagelink a:link, #pagelink a:visited,
#pagelink a:hover, #pagelink a:active {
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-left-color:#999999;
	border-right-color:#999999;
	color:#ffffff;
	background-color:#999999;
}

hr {
	color: #333333;
	background-color: #333333;
	height: 2px;

}

td.lftside {
	height: auto;
	font-size:12px;
	color:#4C4C4C;	
}
p.pindent {
	padding-top: 10px;
	padding-left:30px;
	text-align:justify;
	line-height: 2.0;
}
p.pindentl {
	padding-top: 10px;
	padding-left:90px;
	padding-right:10px;
	text-align:justify;
	line-height: 2.0;
}
p.pindentr {
	padding-top: 10px;
	padding-right:90px;
	padding-left:10px;
	text-align:justify;
	line-height: 2.0;

}
#biglinks a {
	font-size: 16px;
	text-decoration:none;
	color:#000000;	
}

td.rtside {
	height: 420px;
	font-size:12px;
	color:#4C4C4C;
	
}
#imgplace {
	position: relative;
	top: 10px;
	left: 5px;
	width: 460px;
	height: 390px;
	background-color:#E8E8E8;
	margin: 5px 5px 5px 5px;

}
.ortext {
	color:#CD6C1C;
}
.ortexthd {
	color:#CD6C1C;
	font-weight:bold;
}


.textarea  {
	border: 1px inset Black;
	background-color: #FBF5D1;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #58551D;
	height: 15px;
}
.contenttext {
	font-size : 12px;
	color: #58551D;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 5px;
	text-align:left;
}
.heading {
	font-size : 16px;
	color: #246E57;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading2 {
	font-size : 16px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
div.clear {
	clear: both;
	height: 0;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}
table.form {
	background-color: #DDEECA;
	border: solid #246E57 2px;
	
}
table.form2 {
	background-color: #ffffff;
	border: solid #999999 2px;
	color:#000000;	
}
.form2 a {
	font-size:14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.form2 a:hover {
	font-size:14px;
	color : #999999;
	text-decoration: none;
	font-weight: bold;
}
.content {
	font-size : 14px;
	color: #000000;
}
.content2 {
	font-size : 14px;
	color: #000000;
}
  
