body{
	background: #FFFFFF;
	height: 100%;
	color: #464646;
	font-family: arial;
	font-size: 12pt;
}
html{
	font-size: 12pt;
}
#container{
	width:980px;
	margin:20px auto 0;
}

a, a:visited{
	color: #206d8e;
	text-decoration: none;
}

a:hover{
	color: #206d8e;
	text-decoration: underline;
}



/* actual body */
#logoHeader{
	border-bottom:1px dashed #888888;
}

#logoHeader img{
	padding:12pt;
}

#content{
	padding:12pt;
}

.photo{
	width:320px;
	float:left;
	margin:0 12pt 4pt 0;
}

.photo img{
	background-color:#ffffff;
	border:2px solid #d9d9d9;
	padding:8px;
}

.photo p{
	font-size:8pt;
}

h1{
	font-size:16pt;
	font-weight:bold;
	color:#414040;
	text-transform:uppercase;
	margin:6pt 0 18pt;
}

h3{
	font-size:12pt;
	font-weight:bold;
	color:#55504b;
	margin:6pt 0 18pt;
}

p{
	font-size:11pt;
	color:#464646;
	margin:0 0 14pt;
}


#footer{
	text-align:center;
	border-top:1px dashed #888888;
	padding:8pt 0 0;
}

#footer p{
	font-size:9pt;
}

