/* This is main body */

body {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.outer {
	width: auto;
	min-width: 760px;
	background-color:#FFFFFF;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}

/* This is for normal images */

img {
	text-decoration: none;
	border: none;
}

img.padded {
	padding: 5px;
}

/* This is the top part of the page */

.header {
	height: 100px;
	padding: 5px;
	border: 0px;
	border-style: none;
	margin: 0px;
	
}
/* End top */

/* The foot */
#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: rgb(0,0,0);
	bottom: 10px;
	width: auto;
	min-width: 760px;
}

#footer p {
	font-size: 10px;
	color: rgb(0,0,0);
}


/* This is navigation ( main navigation menu ) code */

.nav {
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: rgb(25,25,25);
	line-height: 100%;
	text-align: right;
	padding: 3px;
	border-bottom: 5px; 
	border-bottom-style: double;
}

.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: rgb(25,25,25);
	line-height: 100%;
	text-align: right;
	padding: 3px;
}

.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: rgb(0,0,0);
	line-height: 100%;
	text-align: right;
	padding: 2px;
	border: 1px solid;
	background: rgb(0,255,255);
}
/* End navigation */


.float-r {
	float: right;
	clear: right; 
}

.float-l {
	float: left;
	clear: left;
}

p.special {
	padding: 5px 5px 5px 5px;
	margin: 0;
	text-indent: 0;
}

img.top {
	vertical-align: top;
	border: 0;
	padding: 5px;
}

img.bottom {
	vertical-align: bottom;
	border: 0;
	padding: 5px;
}

.celll {
	width: 520px;
	height: 550px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.cellp {
	width: 520px;
	height: 570px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.listl {
	margin-top: 0;
	float: left;
	width: 47%;
	padding: 10px;
	border: 0px solid;
}

.listr {
	margin-top: 0;
	float: right;
	width:47%;
	padding: 10px;
	border: 0px solid;
}

.centerline {
	clear: both;
	height: 170px;
	width: 96%;
	margin-top: 0;
	padding: 10px;
	border-top: 1px solid;
}

ul.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: rgb(25,25,25);
	line-height: 100%;
	text-align: left;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.menu li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: rgb(25,25,25);
	line-height: 100%;
	text-align: left;
	margin-left: 0px;
	list-style-type: none;
}

ul.menu li.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: rgb(25,25,25);
	line-height: 100%;
	margin-left: 10px;
	text-align: left;
	list-style-type: none;
}

ul.menu li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: rgb(0,51,255);
	line-height: 100%;
	text-align: left;
	padding: 2px;
	list-style-type: none;
	border: 1px solid;
	background: rgb(0,255,255);
}

ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: rgb(0,51,255);
	line-height: 100%;
	text-align: left;
	padding: 4px;
	list-style-type: none;
}

ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: rgb(128,144,128);
	line-height: 100%;
	text-align: left;
	list-style-type: none;
}

ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: rgb(25,25,25);
	line-height: 100%;
	text-align: left;
	list-style-type: none;
	padding-left: 4px;
	padding-right: 4px;
	background: rgb(0,255,255);
}

ul li li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: rgb(0,51,255);
	line-height: 100%;
	text-align: left;
	padding: 4px;
	list-style-type: none;
}

ul li li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: rgb(128,144,128);
	line-height: 100%;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	list-style-type: none;
}

ul li li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: rgb(25,25,25);
	line-height: 100%;
	text-align: left;
	list-style-type: none;
	padding-left: 4px;
	padding-right: 4px;
	background: rgb(0,255,255);
}

a {
	color: #809080;
	padding: 2px;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	padding: 2px;
	background: rgb(0,255,255);
}

.iconl {
	display: block;
	height: 70px;
	width: 70px;
	float: left;
	padding: 2px;
}

.iconl a {
	display: block;
	height: 70px;
	width: 70px;
	float: left;
	padding: 2px;
}

.iconl a:hover {
	display: block;
	height: 70px;
	width: 70px;
	float: left;
	padding: 2px;
}

.iconr {
	display: block;
	height: 70px;
	width: 70px;
	float: right;
	padding: 2px;
}

.iconr a {
	display: block;
	height: 70px;
	width: 70px;
	float: right;
	padding: 2px;
}

.iconr a:hover {
	display: block;
	height: 70px;
	width: 70px;
	float: right;
	padding: 2px;
}

p.content {
	text-indent: 2em;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: rgb(25,25,25);
}

p {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: rgb(25,25,25);
	text-indent: 2em;
}

p.quote {
	border: 1px;
	border-style: solid;
	border-color: rgb(0,51,255);
	text-indent: 2em;
	padding: 4px;
	margin-left: 30px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: rgb(25,25,25);
}

.cent {
	text-align: center;
}

.text1 {
	position: absolute;
	bottom: 5px;
	left: 5px;
	letter-spacing: 0em;
	font: normal 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #809080;
}

.text2 {
	position: absolute;
	bottom: 5px;
	right: 5px;
	letter-spacing: 0em;
	font: normal 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #809080;
	text-align: right;
}

h1 {
	font: normal 30px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: rgb(0,0,255);
	text-align: right;
	padding-top: 5px;
	margin: 0px;
}

h1.center {
	font: normal 30px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: rgb(0,0,255);
	text-align: center;
	margin: 0px;
}

h1.left {
	font: normal 30px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: rgb(0,0,255);
	text-align: left;
	margin: 0px;
}

h1.right {
	font: normal 30px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: rgb(0,0,255);
	text-align: right;
	margin: 0px;
}

h1.list {
	font: normal 30px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: rgb(0,66,25);
	padding: 0px;
	margin: 0px;
}

h2.list {
	font: normal 20px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: rgb(0,66,25);
}

h2.left {
	font: normal 20px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: rgb(0,0,255);
	text-align: left;
	margin: 0px;
}

.hlist {
	height: 130px;
	width: 120px;
	font: normal 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: rgb(0,66,25);
	text-align: center;
	text-decoration: none;
	border: 0px;
}

.hlist a {
	height: 130px;
	width: 120px;
	font: normal 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: rgb(0,66,25);
	text-align: center;
	text-decoration: none;
	border: 0px;
}

.hlist a:hover {
	display: block;
	height: 147px;
	width: 120px;
	font: normal 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: rgb(0,66,25);
	text-align: center;
	background: rgb(0,255,255);
	border: 0px solid;
}

/* This is the member page code */

.photo {
	width: 200px;
	height: 200px;
	line-height: 100%;
	border: 0px;
	border-style: solid;
	background: transparent;
	text-align: center; 
	float: left;
}

.name {
	height: 25px;
	font: normal 18px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	border: 0px;
	border-style: solid;
	margin-left: 220px;
	background-color: #FFFFFF; 
}

.quick {
	height: 153px;
	font: normal 16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	border-top: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	padding: 5px;
	margin-left: 220px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

.info {
	height: auto;
	font: normal 16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	border-top: 1px;
	border-bottom: 1px;
	border-right: 0px;
	border-left: 0px;
	border-style: solid;
	padding: 10px;
	width: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}

.highlightp {
	height: 150px;
	width: 150px;
	border: 0px;
	border-style: solid;
	margin-top: 10px;
	background-color: #FFFFFF;
	float: left;
}

.highlightt {
	height: 150px;
	font: normal 16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	width: auto;
	border: 0px;
	border-style: solid;
	margin-top: 10px;
	margin-left: 160px;
	background-color: #FFFFFF;
}

.photob {
	width: 200px;
	height: 200px;
	line-height: 100%;
	border: 1px;
	border-style: solid;
	background-color: rgb(229,229,229); 
	float: left;
}

.nameb {
	height: 25px;
	font: normal 18px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	border: 1px;
	border-style: solid;
	margin-left: 220px;
	background-color: #FFFFFF; 
}

.quickb {
	height: 163px;
	font: normal 16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	border: 1px;
	border-style: solid;
	margin-left: 220px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

.infob {
	height: 200px;
	font: normal 16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	border: 1px;
	border-style: solid;
	width: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}

.highlightpb {
	height: 150px;
	width: 150px;
	border: 1px;
	border-style: solid;
	margin-top: 10px;
	background-color: #FFFFFF;
	float: left;
}

.highlighttb {
	height: 150px;
	font: normal 16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	width: auto;
	border: 1px;
	border-style: solid;
	margin-top: 10px;
	margin-left: 160px;
	background-color: #FFFFFF;
}

#sheetm {
	width: 670px;
	position: absolute;
	left: 50%;
	margin-left: -335px;
}

.cellm {
	width: 150px;
	height: 160px;
	margin: 4px 4px 4px 4px;
	float: left;
	text-align: center;
}

.rowm {
	width: 670px;
	height: 160px;
	clear: both;
}

.mphoto {
/*	position: relative; */
	display: block;
	height: 150px;
	width: 150px;
/*	left: 50%;
	margin-left: -61px; */
	font: normal 16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-align: center;
	text-decoration: none;

}

.mphoto a {
/*	position: relative; */
	display: block;
	height: 150px;
	width: 150px;
/*	left: 50%;
	margin-left: -61px; */
	font: normal 16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-align: center;
	text-decoration: none;
}

.mphoto a:hover {
/*	position: relative; */
	display: block;
	height: 150px;
	width: 150px;
/*	left: 50%;
	margin-left: -61px; */
	font: normal 16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: rgb(0,255,0);
	text-align: center;
	text-decoration: none;
	background: transparent;
}

	

/* End member page stuff */

/* This is the album table code */

#sheet {
	width: 580px;
	position: absolute;
	left: 50%;
	margin-left: -290px;
/*	border-bottom: 2px solid black; */
/*	border-right: 2px solid black; */
/*	border-top: 1px solid #444; */
/*	border-left: 1px solid #444; */
/*	background: #7D775C; */
}

.cell {
	width: 120px;
	height: 150px;
	margin: 10px 10px 10px 10px;
	float: left;
	text-align: center;
	background-image: url('images/frame.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

.row {
	width: 580px;
	height: 160px;
	clear: both;
}
/* New album code : */
#photoblock {
	margin: 20px auto;
	width: 650px;
	height: auto;
	text-align: center;
	font-size: 12px;
}

.photos {
	float: left;
	padding: 3px;
}

#pageblock {
	clear: both;
	height: auto;
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 10px 5px 0 5px;
}
/* End album table stuff */



/* Album stuff */
.aphoto {
/*	position: relative; */
/*	display: block; */
	height: 120px;
	width: 120px;
/*	left: 50%;
	margin-left: -61px; */
/*	text-align: center; */
	text-decoration: none;

}

.aphoto a {
/*	position: relative; */
/*	display: block; */
	height: 120px;
	width: 120px;
/*	left: 50%;
	margin-left: -61px; */
/*	text-align: center; */
	text-decoration: none;
}

.aphoto a:hover {
/*	position: relative; */
/*	display: block; */
	height: 120px;
	width: 120px;
/*	left: 50%;
	margin-left: -61px; */
/*	text-align: center; */
	text-decoration: none;
	background: transparent;
}

.capt {
	text-align: center;
	line-height: 20px;
}

/* End albume code */

/* This is the Team table code */

table.block {
	display: block;
	height: auto;
	width: 425px;
	margin: 10px;
	padding: 2px 2px 2px 2px;
	border: solid 1px rgb(0,255,255);
	text-align: center;
	font: normal 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

td.title {
	width: 100px;
	padding: 2px;
	text-align: left;
	background: rgb(175,238,238);
}

td.breed {
	width: 200px;
	padding: 2px;
	text-align: left;
	background: rgb(255,255,0);
}

td.titl {
	width: 150px;
	padding: 2px;
	text-align: center;
	background: rgb(0,255,0);
}

td.runt {
	width: 75px;
	padding: 2px;
	text-align: center;
	background: rgb(255,180,0);
}

td.points {
	width: 20px;
	padding: 2px;
	text-align: center;
	background: rgb(216,191,216);
}

/* Team page blocks */
.blockt {
	height: auto;
	width: auto;
}

.blockn {
	height: 350px;
	width: auto;
}

a.headline {
	font: normal 16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

a.headline:hover {
	font: normal 16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #FFFFFF;
	background: rgb(0,255,255);
}

#sidebar {
	float: right;
	height: auto;
	border-left: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
	padding: 0;
	margin-left: 10px;
}

#content.narrowcolumn {
	width: auto;
	height: auto;
	margin: 0 10px 0 30px;
}

#sidebar ul li h4 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

#sidebar ul {
	padding: 0;
}

#sidebar ul li ul li {
	font-size: 12px;
	margin: 0 0 2px 14px;
	padding: 0;
}

#sidebar a {
	font-size: 12px;
	margin: 0 0 2px 14px;
	padding: 0;
}

#sidebar a:hover {
	font-size: 12px;
	text-decoration: none;
	color: rgb(175,238,238);
	background-color: rgb(255,255,255);
	margin: 0 0 2px 14px;
	padding: 0;
}

.entry {
	font-size: 12px;
}

h2 a {
	font-size: 16px;
	color: rgb(0,0,255);
}

h2 a:hover {
	font-size: 16px;
	color: rgb(175,238,238);
	background-color: rgb(255,255,255);
}

/* Team page formatting */
table.team {
	text-align: center;
}

/* Bylaw Formatting */
ul#bylaw {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0 25px 10px 0;
	border: 1px solid rgb(0,0,0);
}

ul#bylaw li {
	font: normal 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

ul#bylaw li a, ul#bylaw li a:hover {
	width: auto;
	font: normal 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	padding: none;
	margin: none;
	border-bottom: 1px dotted rgb(0,0,0);
}

hr.bylaw {
	clear: both;
	margin: 10px 0 5px 0;
}

h2.bylaw {
	font: normal 20px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: rgb(0,0,255);
	text-align: center;
	text-decoration: underline;
	margin: 0px;
}

h3 {
	font: normal 18px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: rgb(0,0,255);
	text-align: center;
	margin: 0px;
}

p.bylaw {
	text-indent: -2em;
	padding:  0 30px 0 30px;
}

p.bylaw_sub {
	text-indent: 2em;
	padding:  0 30px 0 30px;
}

ol.bylaw {
	font: normal 14px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	list-style-type: lower-alpha;
	text-indent: 0;
	margin: 5px 50px 0 50px;
}

ol.bylaw li {
	padding: 0 0 10px 0;
}

.float-r_bylaw {
	float: right;
	clear: right; 
	font: normal 14px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0 30px 20px 0;
