@charset "utf-8";
/* 
Remix CSS | A microsite implementation for saif.com
Includes CSS for: screen; print; typography; layout; 
By: Ben Protasio benpro@saif.com
*/

/*typography global setting*/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #fff;

}

div {
 font-size: 1em;
}

/* HEADINGS */
h1 {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 1.85em;
	line-height: 1.85em;
	color:#fbc13b;
}
h2 {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.5em;
}
h3 {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.5em 0;
	padding:0;
	font-size: 1.3em;
	line-height: 1.3em;
}
h4 {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	
}
h5 {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.3em;
}
h6 {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
	
}

/* END HEADINGS */

/* TEXT */
p {
 margin: 0 0 1.5em 0;
 padding: 0;
 font-size: 1em;
 line-height:1.4em;
}
blockquote {
	margin-left: 10px;
	border-left: 10px solid #ddd;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
/* END TEXT */
    
/* LISTS: Please use remix-layout-screen.css for making UL/OL-based navigation */
ul {
	margin: 0 0 0 25px;
	padding: 0;
	line-height:1.4em;
}
ul li {
	margin: 0 0 0 0px;
	padding: 0;
}
ol {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.4em;
}
ol li {
	margin: 0 0 0.25em 30px;
	padding: 0;
	font-size: 1.0em;
}
dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}
dl dt {
	margin: 0.25em 0 0.25em 0;
	padding: 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0 30px;
	padding: 0;
}
/* END LISTS */
    
    
/* TABLE */
    table {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 1em;
}
table caption {
	margin: 0;
	padding: 0 0 1.5em 0;
	font-weight: bold;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	font-size: 1em;
}
/* END TABLE */    
    
hr{
	
}

div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}
    
/* END TYPOGRAPHY */

/*Special to the particular template implemented */
#header h1 { /*topmost part of the layout*/

	display: none;
	visibility: hidden;

} 



#nav-section h2 { /*2nd order div that is primaril7y intended for navigation*/


}

#content-area{  /*intended main area for content*/
}

#footer {  /*last div in the #pagewrapper, can serve as 3rd column or as footer*/
}