/* CSS layout */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, 
would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 
0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {margin:0px; padding:0px; border:0px; outline:0px; font-size: 100%;}
* {margin:0; padding:0;}

html{height:102%;} /* needed for footer positioning*/
	  
body
{
	font-family: Verdana, arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin: 0px;
	background-color:#BCA07E; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-face-color: #ECCB8A; 
	scrollbar-highlight-color: #ECCB8A; 
	scrollbar-shadow-color: #BCA07E; 
	scrollbar-3dlight-color: #F3EDD1; 
	scrollbar-arrow-color: #740000; 
	scrollbar-track-color: #EEE2D0; 
	scrollbar-darkshadow-color: #A58773;
	text-align: center;
}

#base
{
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:102%; /* IE6: treaded as min-height*/
	min-height:102%; /* real browsers */
	clear:both;
	margin:0 auto;
	overflow:auto;
	width:770px;
	border:0px;
	vertical-align:top;
}

a:link
{
	color: #740000;
	text-decoration: underline;
}
a:visited
{
	color: #740000;
	text-decoration: underline;
}
a:active
{
	color: #BC7A63;
	text-decoration: underline;
}
a:hover
{
	color: #BC7A63;
	text-decoration: underline;
}

h6 {font-family:arial, Arial, Helvetica, sans-serif; font-size:10pt; font-weight:strong; color:#D08B2F; text-align:default;}

p {font-family:Verdana, arial, Arial, Helvetica, sans-serif; font-size:9pt; color:#000000; text-align:default;}
p.sidebar {font-family:arial, Arial, Helvetica, sans-serif; font-size:9pt; color:#CAA833; text-align:default;}

td
{
	font-family: Verdana, arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align: justify;
}

ul {text-align:justify; margin-bottom:0; list-style-image: url('../images/bullet1.jpg');}
ol {text-align:justify; margin-top:4px; margin-bottom:0px;}
li {margin-top:8px; margin-bottom:0px; text-align:justify;}
li.indent {margin-left:20px;}


.basetable 
{
	clear:both;
	margin:0 auto;
	overflow:auto;
	width:770px; 
	border-style:solid;  
	border: solid 0px; 
}
.basetable td
{
	vertical-align: top;
}
.headpage
{
	color: #000000;
	font-family: Verdana, arial, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
    background-color: #F1E2CD
}
.headpara
{
	color: #CAA833;
	font-family: Trebuchet MS, arial, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 600;
	text-align: left
}
.caption
{
	font-family: Verdana, arial, Arial, Helvetica, sans-serif;
	color: #BCA07E;
	font-size: 8pt;
}

.indent {margin-left:20px;}

.sidebar {font-family:arial, Arial, Helvetica, sans-serif; font-size:9pt; color:#D08B2F; text-align:default;}

.pics_left {float:left; padding-right:20px;}
.pics_right {float:right; padding-left:20px;}

.incltop td
{
	color: #724600;
	font-family: Trebuchet MS, arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.incltop a:link
{
	color: #724600;
	text-decoration: none;
}
.incltop a:visited
{
	color: #724600;
	text-decoration: none;
}
.incltop a:active
{
	color: #742200;
	text-decoration: underline;
}
.incltop a:hover
{
	color: #742200;
	text-decoration: underline;
}
.inclside td
{
	color: #742200;
	font-family: Trebuchet MS, arial, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.inclside a:link
{
	color: #742200;
	text-decoration: none;
}
.inclside a:visited
{
	color: #742200;
	text-decoration: none;
}
.inclside a:active
{
	color: #724600;
	text-decoration: underline;
}
.inclside a:hover
{
	color: #724600;
	text-decoration: underline;
}


.incl {}
.print {}
.address {display: none;}
