/* CSS Document */


body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:0.8em;
	text-align:center;
	background-color:#FFFFFF;
}

div{
	margin:0;
	padding:0;
	}


element {
	cursor: hand;
	cursor: pointer;

}
		

#wrapper{
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	width: 700px;
}

#content{
	text-align: left;
	float: left;
	padding: 10px 0 20px 0;
	width: 100%;
}


.groups{
	background-image:url(../images/groups_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 340px;
	background-color: #FFFFFF;
	}


#header{
	height: 135px;
	background-image: url(../images/header01bg.gif);
	width: 100%;
}

/*******************/
#header h1, #header h2 {
	margin: 0;
}
#header .logo {
 background-attachment: scroll;
 background-image: url(../images/logo.gif);
 background-repeat: no-repeat;
 background-position: left top;
 width: 210px;
 height: 135px;
 display: block;
 float: left;
}


#header strong {
 display: none;
}


#footer{
	background-color: #db3749;
	font-size: 0.92em;
	line-height: 1.4em;
	text-align:center;
	padding: 10px 0 10px 0;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
}


#col_left{
	float: left;
}


.pagetext{
	padding: 15px 15px 15px 0;
	width: 460px;
	}


.page_titles{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#db3749;
	font-weight: bold;
	font-size: 2em;
	}
	
.page_titles_small{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#db3749;
	font-weight: bold;
	font-size: 1.4em;
	}
	

.pink strong{
	color:#db3749;
	font-size:1.2em;
	}
	
.pink strong em{
	color:#db3749;
	font-size:1.2em;
	}

.col_01{
	width:200px;
	margin: 20px 0 15px 0;
	line-height: 1.7em;
	}
	

/******************/

a:link,  a:visited{
	color: #000000;
	text-decoration: underline;

}

a:hover{
	text-decoration: none;

}

.pink a:link,  a:visited{
	color: #db3749;
	;
	text-decoration: underline;

}

.pink a:hover{
	text-decoration: none;

}


