/* Style sheet for Structure Novofab */
/* Entry page */
/* By Natmark-Concept inc. All rights reserved. */

body {
	margin: 0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	color: #333333;
    font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEE8E1;
	text-align: center; /* Hack for IE5/Win */
	}

html { height: 100.1%; } /* Hack to make the right-side scrollbar appear on all pages and avoid bumpy navigation */
img { border: 0px; }

#outerframe {
	width:767px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	border: 1px solid #333333;
	background-color: #ffffff;
	color: #333333; }

/* Submenu */
.submenu { border-bottom: 1px solid #333333; padding-bottom: 4px; padding-top: 3px; }

/* Sub-banner */
.subbanner { clear: both; color: #ffffff; background-color: #90bad1; border: 1px solid #ffffff; font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; padding: 4px 0px 5px 22px; font-stretch: ultra-expanded; }

#left .content {
	padding: 20px 50px 20px 28px;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	color: #333333; background-color: #ffffff; 
}

#right {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkg-columnright.gif); background-position: right; background-repeat: repeat-y;
}

h1 { font-size: 16px; font-weight: bold; line-height: 20px; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; margin-top: 0px; } 
h2 { font-size: 14px; font-weight: bold; margin-bottom: 0px; } 
h3 { font-size: 12px; font-weight: bold; } 
.subtitle { margin-left: 20px; margin-bottom: 0px; }
p  { font-family: Geneva, Arial, Helvetica, sans-serif; }
a:link, a:visited { color: #2175a4; background-color: #ffffff; text-decoration: underline; }
a:hover, a:active { color: #2175a4; background-color: #ffffff; text-decoration: overline; }
.title { font-family: Geneva, Arial, Verdana, Helvetica, sans-serif; color: #333333; background-color: #ffffff; font-size: 12px; font-weight: bold; margin-bottom: 0px; }
.descriptive { font-weight: normal; font-size: 12px; margin: 0px 0px 0px 20px; background-color: #ffffff; color: #333333; }
ul { margin-top: 0px; }
li { margin: 0px; padding-left: 0px; line-height: 18px; }
hr { color: #333333; background-color: #FFFFFF; width: 100%; height: 1px; }
.small { font-size: 10px; }
a.small:link, a.small:visited { color: #333333; background-color: #ffffff; text-decoration: none; font-size: 10px; }
a.small:hover, a.small:active { color: #333333; background-color: #ffffff; text-decoration: underline; font-size: 10px; }
.bigger { font-size: large; font-weight: bold; }
.nomargintop { margin-top: 0px; }

/* ---- Colors ---- */
.blue { background-color: #ffffff; color: #2175a4; }
.beige { background-color: #ffffff; color: #EEE8E1; }
.smallblue { background-color: #ffffff; color: #2175a4; font-size: 10px; }

/* ---- Footer ---- */ 
#footer { color: #ffffff; background-color: #2A3D5A; width: auto; border: 1px solid #ffffff; font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; padding: 4px 0px 5px 10px; }
#footer .content a:link, #footer .content a:visited { background-color: #2A3D5A; color: #ffffff; text-decoration: none; border: none; }
#footer .content a:hover, #footer .content a:active { background-color: #2A3D5A; color: #ffffff; text-decoration: underline; border: none; }