/* Global
------------------------------------ */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, address,img{
	margin:0;
	padding:0;
	}
	
body{
	margin:15px 0 0 0;
	font:normal 12pt "Trebuchet MS";
	color:#231F20;
	line-height: 1.5em;
	background:#ffffff;
}

#newsletter{
	width:800px;
	position: relative;
	margin: 0px auto;
}

a:link,
a:visited {
	text-decoration:none;
	}	
a:hover {
	text-decoration: underline;
	Color:#4e4e4e;
	}

img.evil { 
	behavior: url("pngbehavior.htc");
}

img {
	border:0;
	}
	

#right{
	float:right;
}

.left{
	padding:81px 0 0 0;
}


.right{
	float:right;
}

#left{
	float:left;
}

hr{
	width:100%;
	float:left;
	margin:20px 0;
}

.link-purple{
	color:#4b2664;
	}

.pic-left{
	float:left;
	margin:0 20px 20px 0;
}

/* content
------------------------------------ */
#container{
	width:770px;
	float:left;
	padding:15px 15px 0 15px;
	border:1px solid #e4e4e4;
}


#date{
	width:760px;
	float:left;
	padding:0 0 5px 10px;
	font-weight:bold;
}

#header{
	width:735px;
	float:left;
	padding:6px 10px 6px 25px;
}

#logo{
	width:145px;
	float:left;
}

#title{
	float:left;
	width:550px;
	font:normal 45pt "Trebuchet MS";
	color:#4a2564;	
	text-transform:uppercase;
	padding:30px 0 0 0;
	}
	
#content{
	width:720px;
	float:left;
	padding:0 25px 20px 25px;
	text-align:justify;
}

#content h2{
	font:normal 14pt "Trebuchet MS";
	color:#9d9f9e;
}

#content img.allpic{
	float:left;
	margin: 0 20px 8px 0;
}

#content h1{
	padding:0 0 5px 0;
	margin: 0 0 5px 0;
}



/* footer
------------------------------------ */
#footer {
	width:782px;
	float:left;
	font:normal 11pt "Trebuchet MS";
	Color:#ffffff;
	text-decoration: none;
	background:#4b2664;
	padding:5px 10px;
}

#footer a{
	Color:#ffffff;
	text-decoration: none;
}
#footer a:hover{
	Color:#8DAED8;
	text-decoration: underline;
}

#footer .contactinfo{
	width:660px;
	line-height:1.6em;
}

#footer .contactkl{
	width:660px;
	float:left;
	padding:20px 0 0 0;
	font-weight:bold;
	text-align:center;
}






