*{
  padding: 0;
  margin: 0;
}

html{
  margin:0;
  padding:0;
  height:100%; 
}

body{
  background-color: #E5E5E5;
  margin:0;
  padding:0;
  height:100%; 
  font-family: arial;
  font-size: 12px;
  line-height: 16px;
  color: #6B6B6B;
  font-weight: normal;
  margin-top: 10px;
}

body a{
  color: #1E5086;
  font-weight: bold;
  text-decoration: none;
}

body a:focus{
    outline: none;
}

body a:hover{
  text-decoration: none;
  color: #15A3EF;
}

.greenpadding{
  height: 10px;
  background-color: #AAF746;
  clear: both;
  font-size: 1px;
}

#container{
  width: 894px;
  min-height:100%;
  position:relative;
  margin: 0 auto;
  background-color: #AAF746;
  background-image: url("images/bg.jpg");
  padding: 0 30px 0 35px;
}

#sidebar{
  width: 212px;
  margin-right: 20px;
  float: left;
  background-color: #1E5086;
  font-family: "Lucida Sans", arial;
}
#sidebar a{
  display: block;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
  padding-left: 29px;
  font-weight: normal;
}
#sidebar a:hover{
  background-image: url('images/sidebar-arrow.jpg');
  background-repeat: no-repeat;
}

#selectedlink{
  background-image: url('images/sidebar-arrow.jpg'); 
  background-repeat: no-repeat;
}

#logo a{
  width: 213px;
  height: 234px;
  border-bottom: none;
  text-decoration: none;
  padding-left: 0;
}
#logo a:hover{
  background-image: none;
}


#content{
  width: 662px;
  float: right;
}

#header{ 
  width: 632px;
  height: 210px; 
  border: 15px solid #ffffff;
}

#page{
  width: 632px;
  min-height: 400px;
  padding: 15px;
  background-image: url('images/elim_watermark.jpg');
  background-position: top right;
  background-repeat: no-repeat;
}

#footer{
	height:10px;
	width: 632px;
	margin-top: 50px;
	padding: 40px 15px 15px 15px;
	background-image: url("images/quote.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	line-height: 11px;
	color: #666666;
}




						



h1{
  color: #444444;
  font-size: 30px;
  font-family: "Lucida Sans", arial;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 15px;
  margin-top: 5px;
}

h2{
  color: #444444;
  font-size: 20px;
  font-family: "Lucida Sans", arial;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 20px;
}

h3{
  color: #999999;
  font-size: 14px;
  font-family: "Lucida Sans", arial;
  font-weight: bold;
  font-style: italic;
  padding-top: 15px;
}



p{
  margin-bottom: 10px;
}


.date{
  color: #AEAEAE;
} 

ul, ol{
  margin-left: 35px;
  margin-bottom: 20px;
}





#homeleft{
  width: 265px;
}


#eventsbox{
  padding-left: 20px;
  width: 320px;
  float: right;
  position: relative;
}



.form input,textarea,select{
  width: 220px;
  padding: 3px;
  border: 1px solid #CCC;
}

.form td{
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 10px;
}


.button a{
  display: block;
  padding: 1px 10px 1px 10px;
  background-color: #CCCCCC;
  color: #333333;
  font-weight: normal;
  text-align: center;
} 
.button a:hover{
  color: #FF0000;
}








.vScroller {
  position:relative;
  overflow:hidden;
  width:300px; height:500px;
  margin:0; padding:0;
}
.vScrollee {
  position:absolute;
  width:280px; /* to get this number, subtract scrollee's padding from scroller's width */
  left:0; 
  top:0;
  margin:0; 
  padding:0;
}



.hidden { visibility: collapse; }
.unhidden { visibility: visible; }





.filler{
  display: block;
  width: 280px;
  height: 170px;
  background-color: #CCCCCC;
  margin-bottom: 25px;
  margin-top: 25px;
}


.photo{
  float: right;
  padding: 0 0 10px 15px;
}


/* upload script */
.msg {
  text-align:left;
  color:#666;
  background-repeat: no-repeat;
  margin-left:30px;
  margin-right:30px;
  padding:5px;
  padding-left:30px;
  font-weight: bold;
}

.emsg {
  text-align:left;
  margin-left:30px;
  margin-right:30px;
  color:#ff0000;
  background-repeat: no-repeat;
  padding:5px;
  padding-left:30px;
}

#loader{
   visibility:hidden;
}

#f1_upload_form{
   height:100px;
}


#f1_upload_process{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:center;
   width:600px;
   font-size: 14px;
   font-weight: bold;
   font-family: "Lucida Sans", arial;
}


.teamphoto{
  border: 0;
  margin-right: 10px;
  margin-bottom: 15px;
  float: left;
}