html {
     overflow: -moz-scrollbars-vertical;
}

body{
	margin:0 auto;
	padding:0;
	font:80% Verdana,Tahoma,Arial,sans-serif;
	background:#921f24;
	color:#000068;
	word-wrap: break-word;
	text-align:center;
}

#wrapper{
	text-align:left;
	margin:0 auto;
	width:900px;
	position:relative;
}

.adminlinks{
	text-decoration:none;
	color:#921f24;
}


a {
color:#808080;
}

a:hover {

}

#header{
	font-size:300%;
	font-weight:bold;
	padding:5px;
	background: #a3a3a3 url(../images/HeaderBkgnd.gif) top center repeat-x;
	height:120px;
	border-top: 20px solid #921f24;
}

#headerLogo{
	padding:5px;
	float:left;
	position:relative;
	top:10px;
	left:10px;
}

#headerTextLogo{
	padding:5px;
	position:relative;
	left:150px;
	top:20px;
}

#content{
	padding:10px;
	background-color:white;
}

#PageTitle{
	font-size:200%;
	padding-bottom:20px;
	font-weight:bold;
}
#PageTitleHome{
	font-size:200%;
	padding-bottom:20px;
	text-align:center;
}
#PageTitleHome .small{
	font-size:90%;
	padding-bottom:20px;
	text-align:center;
}

.listen{
 	background: url("../images/listen.gif") 0 0 no-repeat;
	color:#048ACA;
	text-decoration:none;
	padding-left:25px;
}
.listen:hover{
	text-decoration:underline;
}

.listenNoLink{
	color:#048ACA;
	padding-left:25px;
	text-decoration:none;
}
.listenNoLink:hover{
	color:#048ACA;
	padding-left:25px;
	text-decoration:none;
	cursor:default;
}

/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:10px 0 20px;
border-top:4px solid #f0f0f0;
text-align:center;
color:#808080;
background:#ffffff;
font-size:0.9em;
}


#GroupHeaderTitle{
	font-size:140%;
	padding-bottom:10px;
}

#GroupHeaderTitle a:link, #GroupHeaderTitle a:visited{
	text-decoration:none;
	color:#000068;
}

#GroupHeaderBody{
	padding-bottom:10px;
	margin-left:10px;
}

#GroupBodyTitle{
	padding-left:50px;
	width:270px;
	float:left;
	overflow:hidden;
}

#clear{
clear:both;
}

#highlight{
	color:#921f24;
	font-weight:bold;
	font-size:130%;
}

#center{
	text-align:center;
}

#contactAddress{
	font-size:140%;
	margin-left:20%;
	float:left;
	padding-bottom:10px;
	
}
#contactPhone{
	font-size:140%;
	margin-left:20%;
	float:left;
}

#contactForm{
	padding:5px;
	width:300px;
}

#contactForm p{
	padding:3px;
	margin:0;
}

input.button {
	background:url(images/bkgd.jpg) no-repeat #cbcfdb;
	border:1px solid #000000;
	cursor:pointer;
	cursor:hand;
	color:#62646b;
	font-weight:bold;
}

input:hover.button {
  background: #6C717B;
  color:#ffffff;
}

.SuccessMessage{
color:green;
font-size:150%;
}

.ErrorMessage{
color:red;
font-size:150%;
}

#membersColumn{
	float:left;
	width:24%;
}


#membersColumn ul{
	margin:5px;
	margin-left:20px;
	padding-left:0;
}


#picturesColumn{
	float:left;
	width:32%;
	font-size:110%;
	text-align:center;
	margin-bottom:30px;
}
#picturesColumn ul{
	margin:15px;
	margin-top:0px;
	list-style:none;
}

#picturesColumn a:link, #GroupHeaderTitle a:visited{
	text-decoration:none;
	color:#000068;
}

#committeeColumn{
	float:left;
	width:30%;
	font-size:140%;
}
#committeeColumn ul{
	margin:15px;
	margin-top:0px;
	list-style:none;
}
#committeeColumn ul li{
	margin-bottom:5px;
}

#programmeColumn{
	float:left;
	width:30%;
	font-size:120%;
}
#programmeColumn ul{
	margin-left:40px;
	margin-top:0px;
}

#membersHeader{
	font-size:140%;
	font-weight:bold;
	padding-bottom:10px;
}

#imageLeft{
	float:left;
	padding-right:10px;
}
#imageRight{
	float:right;
	padding-left:10px;
}

.programmeSubText{
	padding-left:20px;
}

.programmeRow{
	height:60px;
}



.FormTable{ 

	background-color:#eeeeee;
    background-position:left top;
    background-repeat:repeat-x;

	BORDER-RIGHT: #dadada 1px solid; 
	BORDER-LEFT: #dadada 1px solid; 
	BORDER-BOTTOM: #dadada 1px solid; 

}

.FormTableHeader{	
	background:url(../images/MenuButton.gif) repeat-x #cbcfdb;
	COLOR: #000068;
	font-size:1.1em;
	font-weight:bold;
	height:35px;
}

.FormQuestions{
	font-weight:bold;
}

.tabletext{
	width:355px;
	overflow:auto;
}

.tabletextTitle{
	width:355px;
	overflow:auto;
}

.formElement{
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #000000 1px solid;
	font-weight:bold;
}

.formButton{
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #000000 1px solid;
	background:url(../images/button2.gif) repeat-x #cbcfdb;
	cursor:pointer;
	height:30px;

}

.border{
	border:0;
}