body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	/*padding:20px; */
	background-image:url(../images/page_bg.gif);
	background-repeat:repeat-x;
	background-color:#6D706D;
	background-position: left top;
	min-width:1000px;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #F90B10;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #F90B10;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #F90B10;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #F90B10;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #89A389;
}

div.ieLeft {
	text-align:left;
}

ul.protectorList {
	float:left;
	width:300px;
	border:solid 1px black;
	list-style:none;
	padding:0px;
	margin:0px;
}

ul.protectorList li {
	font-weight:bold;
	padding:6px;
}

ul.protectorList li.heading {
	background-color:#759375;
	color:white;
	font-size:1.1em;
	text-align:center;
}

ul.protectorList li.p {
	background-color:#F0F0F0;
	
	font-size:.8em;
	font-style:italic;
	padding-bottom:2px;
}

ul.protectorList li.p p {
	padding:0px;
	margin:0px;
}

.protectorlist {
	width:500px;
	border:solid 1px black;
	list-style:none;
	padding:0px;
	margin:0px;
}

.protectorlist td {
	border-bottom:1px #000000 solid;
}

.heading {
	background-color:#759375;
	color:white;
	font-size:1.1em;
	text-align:center;
}

.navstyle {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	height:20px;
}

.navstyle a:link {
  color: #FFFFFF;
  text-decoration: none;

}
.navstyle a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.navstyle a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.navstyle a:focus {
  color: #FFFFFF;
}

.navstyle a:active {
  color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.box {
	border: thin solid #999999;
	padding: 6px;
	background-color: #666666;
}

.right_border {
	background-image: url(../images/right_page_border.gif);
	background-repeat: repeat-y;
	
}
.left_border {
	background-image: url(../images/left_page_border.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.head_bg {
	background-image: url(../images/world_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.main_bg {
	background-image: url(../images/top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.main_botbg {
	background-image: url(../images/bot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.box_bg {
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

.l_nav_bg {
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.r_nav_bg {
	background-image: url(../images/right_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.errorStyle {
	color:#FF0000;
	font-weight:bold; 
}

.success {
	color:#006600;
	font-weight:bold; 
}

.smallText{
	font-size: .8em;
}

.galleryheader {
font-size:1.2em;
font-weight:bold;

}


.nav_bg {
background-image:url(../images/nav_bg.gif);
}

.header_bg {
background-image:url(../images/header_bg.gif);
}

#header_bg{
background-image:url(../images/header_bg.gif);
}

#footer {
font-size:8pt;
color:#999999;
}

a.footer{
color: #999999;}

a.footer:hover{
color: #999999;}

a.footer:visited{
color: #999999;}

a.footer:active{
color: #999999;}