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

body {
	
	margin: 0px;
	padding: 0px;
	/*background-color: #5B597B;*/
	background-color: #FFFFff;
	background-image:url(images/white.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;

}
 
 
#container {background-image: url(images/bg-tile.png);
	background-repeat: repeat-x;
/*background-attachment: fixed;*/
	background-position: bottom;
	min-height:100%;
   position:relative;
}

p{
	margin: 1em 0;
}

#newsletter{
	width: 335px;
	float: right;
	margin-left: 160px;
	text-align: center;
	margin-bottom: 20px;
}

#header-left{
	width: 335px;
	float: left;
	font-size: 90%;
}

#header-left img{
	position: relative;
	top: 2px;
}

#wrapper{
	margin: 0px auto;
	padding: 0px; 
	width: 900px;
min-height:100%;

}

#body{
	padding: 10px;
	padding-bottom: 60px;


}

#footer{
/*background-color: #48445D;
margin: 50px 0px 0px 0px;
padding: 200px 0px 10px 0px;
clear: both;*/
width: 900px;


	text-align: center;
	font-size: 9px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
   position: absolute;
   bottom:0;
   height:60px;   /* Height of the footer */

}

#footer a:link, #footer a:visited{
 color: #CCC;
 text-decoration: none;
}

#Flash{
	margin: 20px auto;
	text-align: center;
}

#flashhome{
	margin-bottom: 80px;
}

.lefty{
	float: left;
}

.righty{
	float: right;
}

#leftCol{
	width: 410px;
	margin: 0px 20px 0px 10px;
	float: left;
}

#rightCol{
	width: 435px;
	float: right;
	margin-bottom: 30px;
}

#extraCol{
	clear: both;
	width: 900px;
}

#title{
	margin: 25px 0px 15px 20px;
}



img.fontsize{
	float: right;
}

#rightCol img{
	padding-right: 6px;
}

a:link, a:visited{
	color: #48445D;
}


#gallery{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#gallery img{
	margin: 0px 0px 15px 0px;
}

#caption{
	visibility: hidden;
}

#caption{
	visibility: hidden;
	font-size: 9px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#caption a:link, #caption a:visited{
	color: #333;
	text-decoration: none;
}


li{
list-style-position:inside;
}


 div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  color: #000000;
  font-size: small;
  text-decoration: none;
 }
 
 div.row span.label2 {
  float: left;
  width: 130px;
  text-align: left;
  color: #000000;
  font-size: small;
  text-decoration: none;
 }

div.row span.col2 {
  float: right;
  width: 305px;
  text-align: left;
  } 
  
  
.events {
	background-color: #D5D5E4;
	border: 1px solid #48445D;
	padding: 10px;}
 
.btn_signup{
	margin-bottom: -6px;
}

div.media p{
 margin: 2em;
}

div.events p{
	margin:3px;
}

div.event-display h3, div.media h2{
	margin-bottom: 0;
margin-top: 20px;
}

div.event-display li{
margin-left: 20px;
}



.reg-btn{
	border: #cccccc solid 1px;
	background-color: #ffffff;
	padding: 6px;
	margin: 2px 2px 2px 10px;

}

a:link.reg-btn  {
  text-decoration: none;
}

#bottom{
	clear: both;
}


div.media-img{
	float: left;
	margin-bottom: 1em;
}


.hidden{
	display: none;
}

.carousel-img{
	float: left;
	padding: 0px 10px 10px 0px;
}

.top-space{
	margin-top: 50px;
}