table {width:100%} 
td {vertical-align:top; padding:0px; }


td, table, select, input, textarea{
	font-family:tahoma;
	font-size:11px;
	vertical-align:top;
	line-height:14px;
	color:#3D250D
}

form { margin:0px; padding:0px}
body { margin:0px; padding:0px; background:#F2F2EA}

.bg{ background:url(images/headernew.jpg) no-repeat}
.bgAlert{ background:url(images/headerALERT.jpg) no-repeat}
.bg1{ background:url(images/bg.gif) repeat-x}
.bg2{ background:url(images/menu_rb1.jpg) no-repeat right bottom}
.bg2_1{ background:url(images/menu_rb2.jpg) no-repeat right bottom}
.bg2_2{ background:url(images/menu_rb3.jpg) no-repeat right bottom}
.bg2_3{ background:url(http://satilla.org/images/menu_rb4.jpg) no-repeat right bottom}
.bg3{ background:url(images/bg1.jpg) repeat}
.bg4{ background:url(images/bg3.jpg) repeat-x}
.bg5{ background:url(images/bg2.jpg) repeat-y}
.bg6{ background:url(images/bg4.jpg) repeat-x #C9C9C3}
.bg7{ background:url(images/bg5.jpg) no-repeat right top}
.bg8{ background:url(images/foot_bg.jpg) repeat-x}
.bg9{ background: url(images/foot_bg1.jpg) repeat}
.bg10{ background:url(images/foot_bg2.jpg) repeat-y}
.bg11{ background:url(images/bg6.jpg) repeat-x #EDE4C5}
.bg12{ background:url(images/px.gif) repeat-x}
.bg13{ background:url(images/bg5_1.jpg) no-repeat right top}


strong{ color:#AA3E33}

b{ color:#3D250D}

.gridShowDocsRow td
{
    border-bottom-color:#7F9DB9; border-bottom-width:1px;
    border-top-color:#7F9DB9; border-bottom-width:1px;
}

a{ color:#B44C00; text-decoration:underline; font-weight:bold}
a:hover{ text-decoration:none}

b a{ color:#0D0906; text-decoration:underline}
b a:hover{ text-decoration:none}

strong a{ color:#3C3535; text-decoration:underline}
strong a:hover{ text-decoration:none}

span a{ color:#3D250D; text-decoration:underline; font-weight:normal}
span a:hover{ text-decoration:none}

span{ color:#AA3E33}

span b{ color:#B44C00}

.indent{ padding:20px 47px 0 0; text-align:right}
.indent1{ padding:19px 17px 20px 28px}
.indent2{ padding:14px 12px 8px 12px}
.indent3{ padding:19px 14px 8px 27px}
.indent4{ padding:0 21px 16px 0}
.indent5{ padding:21px 17px 20px 28px}
.indent6{ padding:20px 21px 20px 0}
.indent7{ padding:19px 17px 20px 24px}
.indent8{ padding:0 0 0 173px}
.indent9{ padding:0 0 0 138px}

.footer{ color:#2C1A0C; background:url(images/bg7.jpg) no-repeat; text-align:center; height:65px; vertical-align:middle}
.footer a{ color:#2C1A0C; text-decoration:none; font-weight:normal}
.footer a:hover{ text-decoration:underline}
.footer span a{ color:#B44C00; text-decoration:underline; font-weight:normal}
.footer span a:hover{ text-decoration:none}
.footer span{color:#B73A1E}

.form input {
	width:208px;
	height:12px;
	color: #3D250D;
	border: black 1px solid;
	padding:0px 0 3px 7px;
	background-color:#F2F2EA;
}
.dropdown {
	width:208px;
	height:25px;
	color: #3D250D;
	border:#3D250D 1px solid;
	padding:3px 0 0 7px;
	background-color:#F2F2EA;
}
.form textarea {
	width:201px;
	height:106px;
	color: #3D250D;
	overflow: auto;
	border:#3D250D 1px solid;
	padding:3px 0 0 7px;
	background-color:#F2F2EA;
}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 131px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 0px solid #ddd;
	padding: 1px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(http://satilla.org/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}