body {
	font-family:"Times New Roman";
	font-family:sans-serif;
	color:#191919;
	background-color:#FFFAFA;
	padding:2em;
	width:700px;
	margin-left:auto;margin-right:auto;
}
div.page-title{
	margin-top:0.25em;
	width:600px;margin-left:auto;margin-right:auto;text-align:center;
	color:blue;font-size:1.25em;font-weight:bold;
}

hr#top-rule{
	width:700px;margin:0 0 0.5em 0;
}
hr#bottom-rule{
	width:700px;margin:0.5em 0 0 0;
}

/* ----- LOGO -------- */

div.logo_1  {
	font-size:2em;font-weight:bold;color:blue;text-align:center;
	width:80%;margin-left:auto;margin-right:auto;
}

div.logo_2 {
	font-size:1.5em;color:blue;text-align:center;
	width:80%;margin-left:auto;margin-right:auto;
}

div.logo_3 {
	font-size:1.25em;color:blue;text-align:center;
	width:60%;margin-left:auto;margin-right:auto;
}

/* -------- TYPOGRAPHY -------  */
p {text-align:justify;}

div.list-1{margin: .5em 2em 0 2em;}

div.list-2{margin: 0 4em .5em 4em;}

/* ------- MENU BAR ----------- */
#menu-bar {
	text-align:center;vertical-align:bottom;height:2.75em;
	width:inherit;margin-left:auto;margin-right:auto;
}

td.menu-item {
	font-size:1.2em; height:1.3em;
	width:18%;margin:0;
	padding: 0 1.25em 0 1.25em;
	margin-left:auto;margin-right:auto;
	vertical-align:bottom;
}

a.menu-link {text-decoration:none; color:blue;}
a.menu-link:link {color:blue;}
a.menu-link:visited {color:blue;}
a.menu-link:hover {background-color:silver;}
a.menu-linka:active {color:blue;background-color:gray;}

/* ------ FOOTER --------- */
table#footer {
	width:inherit;font-size:0.8em;
	margin-left:auto;margin-right:auto;
}


td.footer-item {
	width:32%;text-align:left;
}
