/* This CSS Document contain styles to manage Typography */
body {
	font-family:Verdana, Tahoma, Candara, Arial, Helvetica, sans-serif;
	font-size:62.5%; /* 10px approx. */
}

#nav {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:.1em;	
}
#nav a {
	line-height:280%;
}

#content h2 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:1em;
	padding-left:11px;
}
#content p {
	line-height:150%;
	margin-bottom:1em;
}

#main, #sidebar {
	font-size:1.2em;
	line-height:150%;
}
#main {
	text-align:justify;
}
#main form dt, #main form dd {
	line-height:200%;
}

#footer {
	font-size:1.1em;
}
#footer small {
	font-size:1em;
}