/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



 
 
body {
   background-color: #f4ead7; width: 900px; margin: 0 auto; margin-top: 40pt;
   margin-bottom: 40pt;  line-height: 17px;
}

p {display:inline;
   vertical-align: text-bottom; 
   font-family: arial; font-size: 11pt; color:#000000;
}

p.big {
    line-height: 54px; font-family: arial; font-size: 17pt; color:#000000;
}

h1 {display:inline; vertical-align: text-bottom;
    font-family: arial; font-size: 24pt; font-weight: normal;
    color:#000000;
}
h2 {display:inline; vertical-align: text-bottom;  line-height: 30px;
    font-family: arial; font-size: 17pt; font-weight: normal;
    color:#000000;
}
h3 {display:inline; vertical-align: text-bottom; line-height: 30px;
    font-family: arial; font-size: 14pt; font-weight: normal;
    color:#000000;
}
td {line-height: 140%; font-family: arial; font-size: 11pt;
    font-weight: normal; color:#000000;
}

a:link {font-family: arial; color: rgb(0, 70, 160); text-decoration:none; 
}
a:visited { color:rgb(0, 70, 160); text-decoration:none;
}
a:hover { color:rgb(0, 70, 160); text-decoration:underline;
}
a:active { color:rgb(0, 70, 160); text-decoration:none;
}

i {
    font-style: italic;
}

ul {list-style: circle; color:#000000; padding-top: 10px; 
    padding-left: 7px; margin-left: 15px;
    font-family: arial; font-size: 11pt;
    }

li{
  margin: 7px 0;
  }

hr {border:none; border-top: #999999 1px solid; margin: 10px 0px;
    height: 1px;
    } 

.topright {
    width: 81.5%;
    height: 50px;
    float: right;
    }
    
.inner-topright	{
		  padding: 0px 5px 5px 10px;
		  margin-right: 5px; 
		  border: none;
		  }

.topleft {
    width: 18.5%;
    height: 50px;
    float: left;
    }


.float-left-area  {
		  width: 18.5%;
		  float: left;
		  }
		  
.inner-left	{
		  padding: 0px 10px 5px 15%;
		  margin-right: 10px;
		  border: #999999 1px solid;
		  min-height: 260px;
		  }
		  
.inner-left-esp	{
		  padding: 0px 10px 5px 5px;
		  margin-right: 10px;
		  border: #999999 1px solid;
		  min-height: 260px;
		  }
		  

.float-right-area {
		  width: 81.5%;
		  float: right;
		  }

.inner-right {
		  font-size: 11px;
		  padding: 10px 10px 5px 10px;
		  border: #999999 1px solid;
		  min-height: 260px;
		  }

.clear-floated { clear: both; height: 1px; font-size: 1px;
          line-height: 1px; padding: 0; margin: 0;
          }