a img { border: none; }

body {
    font-family: 'Helvetica','FreeSans','Verdana','sans-serif';
    font-size: 11pt;
    color: #333;
    margin: 0;
}

p.clear {
	clear: both;
}

h1 {
    font-size: 14pt;
    margin: 0;
}

div#top {
    margin: 0;
}

#top {
    font-weight: bold;
    letter-spacing: -1pt;
    font-size: 18pt;
    color: #333;
}

div.bar {
    width: 100%;
    height: 1px;
    background-color: #666;
    clear: both;
}

div.container {
    background-color: #eee;
}	

div#nav {
    float: left;
    width: 200px;
    text-align: right;
    font-size: 11pt;
    margin-top: 1px;
}

#nav li {
    list-style: none;
}

#nav ul {
    line-height: 26px;
    font-size: 12pt;
    font-weight: bold;
    padding: 0;
    margin-top: 0;
}

#nav ul a {
    text-decoration: none;
    color: #c00;
    padding: 4px 5px 4px 0;
    border-right: 4px solid #c00;
}

#nav ul a:hover {
    color: #f00;
    text-decoration: underline;
    border-right: 4px solid #f00;
}

#content {
	background-color: #fff;
    margin-left: 200px;
    padding: 10px;
    text-align: left;
}

#content p {
    line-height: 19pt;
}

div.right {
	float: right;
	font-size: 9pt;
}
