html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, lucida, sans-serif;
	font-size: 76%;
	text-align: center;
	background: #9cb3c3 url(/images/bg.gif) repeat-y center;	
	color: #000000;
}

#page {
	background-color: #FFFFFF;
	color: #000000;
/*	border-left: 2px solid #891C05;
	border-right: 2px solid #891C05;
	border-bottom: 2px solid #891C05;*/
}

p, ol, ul, li {
	font-size: 1.0em;
	line-height: 130%;
	}

li {
	margin-bottom: 0.5em;	
}

li .first_sub {
	margin-top: 0.5em;	
}

em {
	font-weight : bold;
	font-style : italic;
}

small {
	font-size : 0.85em;
	font-style : italic;
}

H1 {
	font-size : 2em;
	font-weight : 900;
	margin-top: 0;
}

H2 {
	font-size : 1.5em;
	margin-top: 0;
}

H3 {
	font-size : 1.25em;
}

H4 {
	font-size : 1.1em;
}

sup {
	font-size: 50%;
}

address {
	font-style : normal;
	display: inline;	
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #891C05;
	text-decoration: underline;
}
