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

body { 
  background-color: #FFFFFF;
} 


/* Base font face */
* {font-family: Helvetica;} 
html>body * {
	font-family: Helvetica;
}

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

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

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

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

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

#menu a:visited {
	border-bottom: 0px solid #000000;
	color: #000000;
}

#menu a:hover { 
	text-decoration: none;
	border-bottom: 0px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF; 
}

#content a:link { 
	text-decoration: none;
	border-bottom: 0px solid #FFFFFF;
	color: #000000;
}

#content a:active {
	color: #FFFFFF;
}

#content a:visited {
	border-bottom: 0px solid #000000;
	color: #000000;
}

#content a:hover {
	text-decoration: none;
	border-bottom: 0px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF; 
}


a img { border: none; }

#nameHeader {
	color: #FFFFFF;
	font-style: italic;
}

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

#nameHeader a:active {
	text-decoration: none;
	color: #c2c2c2;
}

#nameSubHead {
	color: #c2c2c2;
}

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

#copyright a:active {
	text-decoration: none;
	border-bottom: none;
	color: #c2c2c2;
}

/* nav */

/* menu column T R B L*/

#menu {
	width: 240px;
	overflow: auto;
	color: #c2c2c2;
	left: 0;
	padding: 0px;
	position: fixed;
	height: auto;
	margin-left: 48px;
}
/* gap between menu sections */

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

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

/* text and images */

#content {
	height: auto;
	align: bottom;
	margin-left: 248px;
	width: 900px;
	text-align: left;
}

.container {
	height: auto;
    padding: 20px 0px 10px 0px;
}

#content p {
	width: 380px;
	color: #000000;
}

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


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

#once { clear: left; }

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