
body {
	margin: 0;
	background-color: #fff;
}

.clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.page {
	width: 750px;
	margin: 0 auto;
	padding:0;
 	border: 1px solid #DADADA;
	border-top:0;
	 background: transparent url(/images/body-bg.gif) repeat top left;
}
.topnav{
	width:750px;
	height:20px;
	background-image: url(/images/menu_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.citynav{
	width:300px;
	height:20px;
	background-image: url(/images/menu_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.header {
	width: 750px;
	height: 112px;
	padding:0;
	margin:0;
	border-bottom: 2px solid #ffffff;
}

.header1 {
	background: White url(/images/headers/home-header-kam.jpg) no-repeat top left;
}

.header2 {
	background: White url(/images/headers/home-header-kel.jpg) no-repeat top left;
}

.header3 {
	background: White url(/images/headers/home-header-pg.jpg) no-repeat top left;
}

.content {
margin:0;
padding:0;
width:750px;
border:0;


}
.left{
	width:150px;
	float:left;

	padding:0;
	margin:0;
}
.right{
	width:600px;
	float:right;
		padding:0;
	margin:0;

}
.print_email a {
	clear: both;
	font-size: 10px;
}

.print_email a.print {
font-weight: bold;
	text-decoration: none;
color: #304fb8;
}

.print_email a.print:hover {
text-decoration: underline;
color: #304fb8;
}

.print_email a.email {
font-weight: bold;
	text-decoration: none;
	color: #304fb8;
}

.print_email a.email:hover {
text-decoration: underline;
	color: #304fb8;
}

.print_email .link_text {
}

.main_content_wrapper {
padding:0;
margin:0;
}

.main_content {
	width: 580px;
	padding:10px;
}	

.footer {
	width: 580px;
	height: 27px;
	padding:10px;
}

.copyright_tagline {
	clear: both;
	text-align: center;
	width: 750px;
		margin: 0 auto;
	padding:0;
	font-size: 10px;
}

.tagline {
	font-size: 10px;
}
a.HomeKamLink:link,  a.HomeKamLink:active, a.HomeKamLink:visited { 
display: block;
    width: 190px;
    height: 150px;
    background: transparent url(/images/button-home-kam-up.jpg) no-repeat top left;
	 text-decoration:none;
} 
a.HomeKamLink:hover {
   	 text-decoration:none;
	 background: transparent url(/images/button-home-kam-over.jpg) no-repeat top left;} 
a.HomeKelLink:link,  a.HomeKelLink:active, a.HomeKelLink:visited { 
display: block;
    width: 190px;
    height: 150px;
    background: transparent url(/images/button-home-kel-up.jpg) no-repeat top left;
	 	 text-decoration:none;
} 
a.HomeKelLink:hover {
	 text-decoration:none;
    background: transparent url(/images/button-home-kel-over.jpg) no-repeat top left;} 
a.HomePGLink:link,  a.HomePGLink:active, a.HomePGLink:visited { 
display: block;
    width: 190px;
    height: 150px;
    background: transparent url(/images/button-home-pg-up.jpg) no-repeat top left;
	 	 text-decoration:none;
} 
a.HomePGLink:hover {
    	 text-decoration:none;
	 background: transparent url(/images/button-home-pg-over.jpg) no-repeat top left;} 
