/*** CSS ***/


html, body {
	font-family: 'Webfont', 'gfs_neohellenic_rgbold', serif;
	font-size:11px;
	line-height:1.2;
	width:100%; 
	height:100%; 
	overflow-scroll;
	overflow-x:hidden;
}

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

a:link { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: underline; color: black; }

a img { border: none; }

#menu {
    width: 100%;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: none;
}

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

#menu ul li.section-title { }

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

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

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

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 100%; margin: 0; padding: 0; }

<hr style="border: none; height: 1px; color: black; background: none;"/>

#once { clear: left; }

/*** NOSHOW ***/

#noshow {

	padding-top:15px;
	padding-bottom:10px;
	padding-left:75px;
	width:600px;
	overflow-y:hidden; }


/*** TOPNAV ****/

#navbar {
	margin: 10;
	height: 1em; }

#navbar li {
	list-style: none;
	float: left; }

#navbar li a {
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: none;
	color: back;
	text-decoration: none; }

#navbar li ul {
	display: none; 
	width: 500px;
	background-color: none; }

#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }

#navbar li:hover li {
	float: none; }

#navbar li:hover li a {
	background-color: none; }

#navbar li li a:hover {
	background-color: none;
	text-decoration: underline; }

/*** MAINNAV ****/

#mnavbar {
	margin: 10;
	height: 2em;
	}

#mnavbar li {
	list-style: none;
	margin-left: 10px;
	float: left; }

#mnavbar li a {
	display: block;
	padding: 10px;
	background-color: none;
	color: back;
	text-decoration: none; }

#mnavbar li ul {
	display: none;
	background-color: none; }

#mnavbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }

#mnavbar li:hover li {
	float: none; }

#mnavbar li:hover li a {
	background-color: none; }

#mnavbar li li a:hover {
	background-color: none;
	text-decoration: underline; }


/*** TYPOGRAPHY ***/
a {
	font-family: 'gfs_neohellenic_rgbold';
}
a:link {color:#000;}
a:visited {color:#000;}
a:hover {color:#000;}
a:active {color:#000;}
em {font-family: 'gfs_neohellenic_rgbold';}
strong {font-family: 'gfs_neohellenic_rgbold'; font-weight:normal}
::selection
{
background:none;
}
::-moz-selection
{
background:none;
}