/**

* CSS

*/

* {

	margin: 0;

	padding: 0;

}



/* Set 1em to 10px */

body {font-size: 62.5%;}

html>body {font-size: 11px;}



/* Base font face */

* {
	font-family: Georgia, "Times New Roman", Times, serif;
} 

html>body * {
	font-family: Georgia, "Times New Roman", Times, serif;
}



/* Base font size */

#menu, #content {

	font-size: 11px;

}



#menu, #content * {
	line-height: 18px;
}



body.section-1 { }

body.section-2 { }

body.section-3 { }



a:link {

	text-decoration: none;

	color: #888888;


}



a:active {

	text-decoration: none;

	color: #888888;


}


a:visited {

	text-decoration: none;

	color: #888888;



}



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



a img { border: none; }



#nameHeader {

	font-size: 11px;

	line-height: 15px;

	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: 11px;

	line-height: 15px;

	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: 240px;
	overflow: visible;
	left: 0;
	top: 0;
	bottom: 0;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 10px;
	position: absolute;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}



#menu ul {

	list-style: none;

	margin: 0px 0px 12px 0px;

	line-height: 18px;
	
    font-size: 11px;
	
    letter-spacing: 1px;

}



#menu ul li.section-title {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	font-style: normal;
	font-size: 9px;
	font-weight: normal;
    letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;


}



#menu li.active {

	text-decoration: none;

	color: #FFFFFF;

	background-color: #000000;

}



#content {

   	height: 100%;

	margin: 0px 0px 0px 280px;

	font-size: 11px;
	
	line-height: 18px;

}



.container {

    padding: 10px 0px 10px 0px;

}



#content p { 

	width: 300px; 

	margin-bottom: 10px; 

	font-size: 11px;

	line-height: 18px;

}



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;

}