* {
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	background:url('../images/main-bg-gradient.gif') #000000 repeat-x;
	font:13px Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #7e7e7e;
}

#fern {
	width:100%;
	background: url('../images/zim-bg.png');

}

h1 {
	text-transform: uppercase;
	font-size:20px;
	margin-bottom: 15px;
	letter-spacing:3px;
}

/* Header */

#header {
	width: 848px;
	height: 211px;
	margin: 0 auto;
	background:#000000 url(../images/temporary-header.jpg) no-repeat;
}

/* Drop shadow*/

#dropshadow{
	width:870px;
	background: url(../images/dropshadow.png) repeat-y;
	margin: 0 auto;
}

/* Content */

#content {
	width: 848px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 197px;
	background:#FFFFFF;
}

#colOneContent {
	background: #fcfcfc;
	width: 161px;
	margin: 8px auto;
	border: 1px solid #d7d7d7;
	padding: 10px;

}

#colTwo {
	float: left;
	width: 651px;
	background: #ffffff;
}

#colTwoContent {
	background: #e2e2e2 url(../images/page-bg-gradient.gif);
 background-repeat:repeat-x;
  background-position: right top;
	width: 595px;
	padding: 10px 20px;
	margin: 8px auto;
	border: 1px solid #d7d7d7;	
}


/* Footer */

#footer {
	width:870px;
	margin:0 auto;
	height: 30px;
	padding: 0px;
	background: url(../images/footer-curve.png) no-repeat;
}

#footer p {
	text-align: center;
	font-size: 10px;
}

#bgspacer {
	height:200px;
}



/* ADDED BY Bk  Captions for images */
.caption
{
	font-size:10px;
	}
	
/* Form input field styles */
	
	.buts {
font-size:12px;
cursor:pointer;
FONT-WEIGHT: Bold; 
COLOR: #FFFFFF; 
border: 1px solid  #F1F1F1;
padding:2px;
padding-left:3px;
padding-right:3px;
BACKGROUND-COLOR:#408fb7;
}

	
.alert {
color:#FF3300;
font-size:12px;
font-weight:bold;
padding-left:25px;
text-decoration:none;
}


.red {
color:#FF3300;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
	
	
.iput {
  BACKGROUND-COLOR:#FFFFFF;
  COLOR:#408fb7;
  font-size:12px;
  font-weight:bold;
	border-top:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	padding:3px;
	
}

.iput:hover{
background-color:#FFFFEF;
	padding:3px;
}

.iput:focus{
background-color:#FFFFEF;
	padding:3px;
}

hr {
      border: 0;
      width: 100%;
    }
    
    hr.hr2 {
      color: #333333;
      background-color: #333333;
      height: 1px;
      
      }

a:link,a:visited,a:active
{
color:#0066FF;
}

a:hover
{
color:#000000;
}
