
	/* Fix a silly bug in Mozilla; thanks, Carey Evans */
html {width: 100%;}

body {
background: white;
text-align: left;
color: black;
font-size: 11pt !important;
line-height: 125%;
border: 0;
border-top: 0;
margin: 0;
padding: 0; 
font-family: arial, sans-serif;
width: 100%;
}


	/* Helpers and base rules */

img	{
border: 0;
}

#contentleft {
display: none;
}

a:link, a:visited, a:hover, a:active { 
text-decoration: none;
color: #000;
}

/* Page Structure */

#frame {
width: 100%;
}
  


/* Header */
h1 {
font-size: 20pt !important;
color: #000;
font-weight: normal;
text-decoration: none;
margin: 0;
padding:0;
line-height: 1.3em;
}


#contentcenter {
margin-right: 225px;
}

#contentcenter ul {
margin: 0 0 15px 0;
padding: 0 0 0 15px;
list-style: disc;
}

#contentcenter li { 
margin: 0 0 2px 0;
padding: 0;
}

#contentright {
position:absolute;
top: 200px;
right: 0;	
padding: 0;
}

#contentright img {
width: 200px;
}

