@charset "utf-8";
/* CSS Document */


#container {
	position:relative;  /*holds table for centering in browser*/
	width:100%;
	height:90%;
	margin:0;
	padding:0;
	border:0;
			 }

#Table_01 {
	position:relative; /*holds design together*/
	left:0px;
	top:0px;
	width:1024px;
	height:1090px;
	background-image: url(images/Common_Images/Kiwanis_sBG_01.jpg);
}
/*header*/
#Kiwanis-sBG-01_ {
	position:absolute;
	background-image:url(images/Common_Images/Club%20Logo.jpg);
	background-repeat:no-repeat;
	left:-1px;
	top:1px;
	width:1029px;
	height:135px;
	text-align: left;
}
/*main text area*/

#Kiwanis-sBG-02_ {
	position:absolute;
	background-image:url(images/Kiwanis_sBG_02b.jpg);
	background-repeat: repeat-y;
	left:0px;
	top:140px;
	width:1024px;
	height:1430px;/* WAS 1081 - adjust this in conjunction with TOP of banner, below*/
}

/*footer*/

#Kiwanis-sBG-03_ {
	position:absolute;
	background-image:url(images/Kiwanis_sBG_03.jpg);
	background-repeat:no-repeat;
	left:0px;
	top:1570px;   /* WAS 1221 - adjust this in conjunction with HEIGHT of main text, above*/
	width:1024px;
	height:104px;
}

body {
	background-color: #000000;
}

.menuitem {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
	font-weight: bold;
	font-style: normal;
	line-height:.25;		
	text-transform: none;
	padding:10px;
	text-align:left;
}
.style1 {
	color: #333399;
	font-weight: bold;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}


a:link {
	color: #333399;
	text-decoration:none;
	}

a:visited {
	color: ##00CC00;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #CC9933;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color:#333399;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
	}
K_ObjectsBlue {
	color: #00F;
}

