/**
* CSS
* 
* @version 1
* @author Shamaqua
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
    line-height: 1.5em;
	font-family: Verdana, Helvetica, Arial,  san serif;
    color: #334b66;
	background: #f3ffff;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; background: #f3ffff;color: #336666; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; background: #fdfbff; color: #d44625; }
a:hover { text-decoration: none; background: #f3ffff; color: #336639; }


a img { border: none; }

#menu {
    width: 210px;
    overflow: auto;
    top: 85px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 565px;
	background-color: #ffffff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}


h1 { font-size: 12px	; }
p2 { font-size: 10pt; font-family: helvetica, verdana, arial, san serif; line-height: 1.5em; color: #260021; background: #ffffff;}
p3 { font-size: 14pt; font-family: helvetica, arial, verdana, san serif; line-height: 1.5em; color: #260021; background: #ffffff;}
h2 { font-size: 20pt; font-family: helvetica, arial, verdana, san serif; line-height: 1.5em; color: #260021; background: #f3ffff;}
h4 { font-size: 9.5pt;
     font-weight: 200;
    line-height: 1.5em;
	font-family: Courier New, Courier, mono;
    color: #000000;
	background: #f3ffff;
	 }
h5 { font-size: 12px; }


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

#once { clear: left; }