* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Calibri, Verdana, arial, sans-serif; 
	background-color: #ffffff;
	}


a:link { text-decoration: none; color: #000000}
a:active { text-decoration: none; color: #000000}
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #000000; }

a img { border: none; }

#menu {
    width: 185px;
    overflow: visible;
    top: 10px;
    bottom: 0;
	left: 9px;
    position: fixed;
    height: 400px;
	background-color: #ffffff;

}

#menu ul {
	list-style: none;
	margin: 0 0 8px 0;
	border-bottom-color: #ffffff;
    border-bottom-style: dotted;
    border-bottom-width: 1px;


}

#menu ul li.section-title { font-size: 12px; color: #000000 }

#content {
    height: 100%;
    margin: 150px 0 0 200px;
    top: 0;
    font-size: 14px
    font-family: Calibri, Verdana, arial, sans-serif;
    text-color: #000000
}

.container {
    padding: 5px 5px 25px 5px;
    
}

#content p { width: 400px; margin-bottom: 9px; text-color: #000000}

p {
    margin: 0 0 0px 0;
}

h1 { font-size: 12px;color: #000000}
h2 { font-size: 14px;color: #000000}
h3 { font-size: 16px;color: #000000}
h4 { font-size: 18px;color: #000000}
h5 { font-size: 10px;color: #000000}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

		
