
	/*============================================================
		CBCA STYLE!
	============================================================*/

	html {
	overflow-y: scroll;
	}
	
	body {
	background: #ffffff url(pic/background_pattern.gif) repeat top center;
	margin: 0 auto;
	font-family: Helvetica, Arial, Sans-Serif;
	color: black;
	font-size: 10.5pt;
	text-align: left;
	}
	
	p {
	text-indent: 20px;
	padding: 0px;
	}

	A:link {
	color: #000000;
	text-decoration: underline;
	}
	
	A:visited {
	color: #000000;
	text-decoration: underline;
	}

	A:hover {
	color: #000000;
	text-decoration: none;
	}
	
	ul {
	list-style-image: url('pic/dot.gif');
	list-style-position: inside;
	}

	#content {
	background: url(pic/background.png) repeat-y top center;
	width: 1000px;
	margin: 0 auto;
	padding-top: 5px;
	}

	.member_section {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 18pt;
	font-weight: bold;
	color:#a6c2ea;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
	}

	.member_title {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
	color:#6eb43c;
	text-align: center;
	}

	.drop_cap {
	background: khaki;
	border: 1px solid darkkhaki;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
	color: white;
	font-size:80px;
	line-height:60px;
	padding-top:2px;
	padding-right:5px;
	font-family:times;
	}

	.links_section {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color:#a6c2ea;
	text-transform: uppercase;
	text-align: left;
	}

	.flickr_badge_image img {
	padding: 3px;
	margin-bottom: 13px;
	border: 2px solid #7b0100;
	background-color: #ffffff;	
	}

	.footer_text {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #ffffff;
	font-size: 9pt;
	text-align: center;	
	} 
	
	A:link.footer {
	text-decoration: underline;
	color: #ffffff;
	}

	A:visited.footer {
	text-decoration: underline;
	color: #ffffff;
	}

	A:hover.footer {
	text-decoration: none;
	color: #ffffff;
	}



	/*============================================================
		Image Rollovers
	============================================================*/

a.nav_home {display: block; width: 62px; height: 43px; background: url("pic/menu/home_1.jpg") 0 0 no-repeat; text-decoration: none;}
a:hover.nav_home  {background-position: 0px -43px;}

a.nav_about {display: block; width: 72px; height: 43px; background: url("pic/menu/about_1.jpg") 0 0 no-repeat; text-decoration: none;}
a:hover.nav_about {background-position: 0 -43px;}

a.nav_members {display: block; width: 105px; height: 43px; background: url("pic/menu/members_1.jpg") 0 0 no-repeat; text-decoration: none;}
a:hover.nav_members {background-position: 0 -43px;}

a.nav_events {display: block; width: 81px; height: 43px; background: url("pic/menu/events_1.jpg") 0 0 no-repeat; text-decoration: none;}
a:hover.nav_events {background-position: 0 -43px;}

a.nav_join {display: block; width: 58px; height: 44px; background: url("pic/menu/join_1.jpg") 0 0 no-repeat; text-decoration: none;}
a:hover.nav_join {background-position: 0 -44px;}




