/* CSS Document */
body {
	margin:0px;
	padding: 0px;
	/* background-color: #9F9F39; */
	background-color: #847639;
	text-align: center;
}
#wrapper {
    margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	margin-top: 0px;
	width: 800px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/imgWrapperBackground.jpg);
	background-position: 0px 90px;
	background-repeat: no-repeat;
	border: 2px solid #FFFFFF;
}
#closer {
	position: absolute;
	z-index: 80;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#header {
	position: static;
	margin: 0px;
	padding: 0px;
}

#menu {
	position: absolute;
	z-index: 80;
    width: 800px;
	height: 32px;
	top: 80px;
    margin: 0px;
	padding: 0px;
	background-image: url(/images/imgMenuBackground.png);
	background-repeat: repeat-x;
}

#menu p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 185px;
	padding: 6px 0px 6px 0px;
	text-transform: uppercase;
}
#menu p a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 25px 6px 25px;
}
#menu p a:hover {
	background-color: #B54325;
}

.dropdown {
	visibility: hidden;
	z-index: 85;
	position: absolute;
	top: 108px;
	background-color: #B54325;
}
.dropmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
}
.dropmenu a {
	display: block; 
	text-decoration:none;
	color: #FFFFFF;
	padding: 4px 12px;
	border-bottom: 1px solid #FFFFFF;
} 

.dropmenu a:hover {
	background-color: #DA5527;
	color: #FFFFFF;
}



#contentwrapper {
	margin: 35px 0px 0px 0px;
	padding: 0px;
	position: static;
}

#content {
	margin: 0px;
	padding: 0px;
}

#content p, #content ol, #content ul, #content h1, #content h2, #content h3, #content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 15px 10px 10px 10px;
	padding: 0px;
}

#content p {
	font-size: 11px;
}

#content ol {
	font-size: 11px;
	margin-left: 20px;
	padding-left: 20px;
}
#content ul {
	font-size: 11px;
	margin-left: 20px;
	padding-left: 20px;
	list-style-type: square;
}
#content li {
	margin-bottom: 5px;
}
#content h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 23px;
}
#content h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
#content h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
#content h4 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
#content a {
	text-decoration: none;
	color: #0000FF;
	
}
#content a:hover {
	text-decoration: underline;
}

#content .formerror
{
    color: #990000;
}

.CellBorderR {
	border-right: 1px solid #999999;
}
.CellBorderLR {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.CellBorderLRT {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}
.CellBorderLRB {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.CellBorderRB {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.CellBorderRTB {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.CellBorderTB {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.CellBorderLRTB {
	border: 1px solid #999999;
}
.CellBorderRT {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
}
.CellBorderLT {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}
.CellBorderLTB {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.CellBorderT {
	border-top: 1px solid #999999;
}
#footer 
{
    position: static;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 5px;
	clear: both;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#credit {
	margin: 0px 0px 0px 160px;
	padding: 0px;
	clear: both;
	text-align: center;
}
#credit p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
#credit a {
	color: #999999;
	text-decoration: none;
}
#credit a:hover {
	text-decoration: underline;
}
.result {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #993300;
	margin-left: 15px;
}
.resultok {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00CC00;
	margin-left: 15px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #262324;
}

.RightImageMargin {
    margin-left: 15px;
	margin-bottom: 10px;
}
.RightFloatLayer {
    margin: 5px 0px 10px 15px;
	float: right;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	clear: both;
}
.RightFloatLayer a:hover {
    text-decoration: none;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #262324;
	font-size: 9px;
	font-weight: normal;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #262324;
	font-size: 9px;
	font-weight: normal;
}
#AnnouncementManagementTable {
    margin-left: 10px;
}	
#AnnouncementManagementTable thead td  {
	border-top: dotted 1px #999999;
	border-bottom: dotted 1px #999999;
	background-color: #DDDDDD;
}	
	
#AnnouncementManagementTable td  {
	border-bottom: dotted 1px #999999;
}
#AnnouncementManagementTable td p  {
	margin: 0px;
	padding: 0px;

}

.subscribebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	border: none;
	width: 90px;
}
.subscribebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border: none;
}


#ContactForm {
	padding: 8px;
    width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
#ContactForm h4 {
	margin: 0px 0px 5px 0px;
}
#ContactForm p {
	margin: 5px 0px 5px 0px;
}

#ShareTable {
	border: 1px solid #999999;
    margin: 0px 0px 20px 10px;
    padding: 0px;
}
#ShareTable p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;


}
.GeneralTable {
    margin: 10px;
}
.GeneralTable td {
    vertical-align: top;
	margin: 0px;
	padding: 3px;
}
.GeneralTable td p {
    margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#leftbarwrapper {
   width: 174px;
    margin: 0px;
    padding: 0px;
}
#leftbar {
	background-color: #DA5527;
    width: 100%;
    margin: 0px;
    padding: 10px 0px 10px 0px;
}
#leftbar h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 23px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 0px 3px 5px;
	background-image: url(/images/imgLHSHeadingBackground.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#leftbar p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	margin: 8px 12px 10px 5px;
	padding: 0px;
}
#leftbar p .title {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
#leftbar a {
	color: #000000;
	text-decoration: none;
}
#leftbar a:hover {
	text-decoration: underline;
}

#dlPhotoGallery {
    margin: 0px 10px 0px 10px;
    padding: 0px;
    width: 520px;
}
#dlPhotoGallery td {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    text-align: center;
}
#dlPhotoGallery td p {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	width: 120px;
}

#dlPhotoGallery td img {
    margin: 5px 10px 0px 0px;
    padding: 0px;
    text-align: left;
}
#dlPhotoGallery td a {
   color: #333333;
	 
}
#dlPhotoGallery td a:hover {
   text-decoration: none;
	 
}