/**
* CSS
*/
* {
	margin: 0;
	padding: 0;
}

/* Set 1em to 10px */
body {font-size: 62.5%;}
html>body {font-size: 9px;}

/* Base font face */
* {font-family: "Courier New", Helvetica, Arial, monospace;} 
html>body * {font-family: "Courier New", Courier, Helvetica, Arial, monospace;}

/* Base font size */
#menu, #content {
	font-size: .8em;
}

#menu, #content * {
	line-height: 1.3em;
}

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

a:link {
	text-decoration: none;
	border-bottom: 1px solid #666666;
	color: #000000;
}

a:active {
	text-decoration: none;
	background-color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;

}

a:hover {
	text-decoration: none;
	background-color: #FFFF00;
}

a img { border: none; }

#nameHeader {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #0066FF;
}

#nameHeader a, #nameHeader a:link, #nameHeader a:hover, #nameHeader a:visited {
	text-decoration: none;
	color: #0066FF;
	border-bottom: 1px solid #0066FF;
}

#nameHeader a:active {
	text-decoration: none;
	background-color: #0066FF;
	color: #FFFFFF;
}

#nameSubHead {
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: -.025em;
	color: #0066FF;
}

#copyright a, #copyright a:link, #copyright a:visited, #copyright a:hover {
	text-decoration: none;
	border-bottom: none; 
	color: #000000;
}

#copyright a:active {
	text-decoration: none;
	background-color: #0066FF;
	border-bottom: none;
	color: #FFFFFF;
}

/* nav */

#menu {
    width: 200px;
    overflow: auto;
	left: 0;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 10px;
    position: fixed;
	height: auto;
   	background-color: #fff;
	font-size: 1.1em;
	line-height: 1.3em;
}

#menu ul {
	list-style: none;
	margin: 0px 0px 12px 0px;
	font-size: 1.1em;
	line-height: 1.4em;
}

#menu ul li.section-title { 
	color: #000000;
}

#content {
   	height: 100%;
	margin: 0px 0px 0px 240px;
	font-size: 1.1em;
	line-height: 1.3em;
}

.container {
    padding: 10px 0px 10px 0px;
}

#content p { 
	width: 500px; 
	margin-bottom: 10px; 
	background-color: #ffffff;
	font-size: 1.1em;
	line-height: 1.3em;
}

p {
    margin: 0px 0px 10px 0px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

.clearfloat {
    clear: both;
    display: block;
    height: 1px;
    font-size: 1px;
    line-height: 0px;
}