/* CSS Document */


body {
	color:#000000;
	background-color:#FFFFFF;
	font:12pt "Times New Roman", Times, serif;
	padding: 0 5%;
}

#topNav, #bottomNav, #servicesNav, p.pointer, #infoContainer {display: none;}

#header {
		margin-bottom:1cm;
}

#header img {float:left; border:none;}

/* main content ___________________________________________*/

#mainContent {
	margin-top:1cm;
	clear:both;
}

#content {
	margin-bottom:1cm;
}

#content img {float:right; border:none; margin:0 0 1cm 1cm}



/* GLOSSARY DIV __________________________________________*/

#glossary {clear:both;}

/* FOOTER _______________________________________________*/

#footer {
	clear:both;
	margin-bottom: 0;
	/*padding: 0 25px 0 25px;*/
}

/* COPYRIGHT ___________________________________*/

#copyright {
		clear:both;
		text-align:left;
		font: bold 7pt "Times New Roman", Times, serif;
}


/* FONTS * GENERAL --------------------------- */

html {
		font-size: 100%;
		}

body {
		font-size: 70.5%;
		}

h1 {
		/*font: bold 1.6em/100%  Verdana, Arial;*/
		font: bold 14pt "Times New Roman", Times, serif;
		margin-bottom: 0.5cm;
		text-transform:uppercase;
}

h2 {
		/*font: bold 1.4em/100% Verdana, Arial;*/
		font: bold 12pt "Times New Roman", Times, serif;
		margin-bottom: 0.5cm;
		color:#000000;
				
}

h3 {
		/*font: bold 1.4em/100% Verdana, Arial;*/
		font: bold 10pt "Times New Roman", Times, serif;
		margin-bottom: 0.5cm;
		text-transform:uppercase;
}



p {
		font: 10pt "Times New Roman", Times, serif;
		margin-bottom: 1em;
}



ul {
		margin-bottom: 1em;
		list-style-type: square;
}

ol {
	margin-bottom: 1cm;
	margin-left:0.5cm;
	list-style-position:outside;
	list-style-type: square;
}

li {
		/*font: 1.1em/1.4em Verdana, Arial, sans-serif;*/
		margin-left: 1.3em;
}


/* IMAGES ----------------------------------- */
