/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Marco Novello
*/
* {
	margin: 0;
	padding: 0;
}

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

/* 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: 10px;
	line-height: 15px;
}


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

a:link {
	text-decoration: none;
	color: #000;
	background-color:#FFFFFF;
}

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

a:visited {
	text-decoration: none;
	color: #000;
	background-color: #FFFFFF;
}

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

a img { border: none;
	background-color:#ffffff; }

#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 {
	letter-spacing: -.025em;
	color: #0066FF;
}

/* nav */

#menu {
	width: 180px;
	overflow: auto;
	margin: 0px 0px 0px 15px;
	padding: 0px 10px 0px 10px;
	position: fixed;
	height: 100%;
	background-color: #C8C8C8;
}

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

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

#content {
   	height: 100%;
	padding: 0px 0px 0px 240px;
}

#iframed {
	width: 100%;
}

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

#content p { 
	width: 200px; 
	margin-bottom: 10px; 
	background-color: #ffffff;
	;
}

p {
    margin: 0px 0px 9px 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 { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
