@charset "utf-8";
/* CSS Document */


/* reseting browser defaults*/

html, body{
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	border-left:0;
	line-height: 1;
	background-color: #E6E6E6;
	margin: 0px auto;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align:center; /* for ie5.+*/

}
 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-weight: lighter;
vertical-align: baseline;
}

ol, ul {list-style: none;}


table {
border-collapse: separate;
border-spacing: 0;
padding-top: 5px;
}
 
caption, th, td {
text-align: left;
font-weight: normal;
}
 
/* end reset styles */

 
p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}
 
a img,img{border:none;display:block;}
 
a{
color:#EEA21F;	
text-decoration:none;

}
 
h1{font-size:197%}/* 26px */
h2{	font-size:21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333;
	border-bottom:dashed 1px #999;
	}
	
h3{font-size:18px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #F7931E;
	display:block;
	margin:0px;

}/* 22px */
h4{
	font-size:27px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #F7931E;
	display:block;
	margin:0px;
}/* 27px */

h5{
	font-size:21px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	color: #FFF;
	font-weight: lighter;
	line-height:18pt;
	}/* 18px */
	
h6{
	font-size:16px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #F7931E;
	padding-bottom: 4px;
	letter-spacing: .5em;
}/* 16px */
	
	



a:link {
	color:#8C6239;
	text-decoration: none;
}
a:visited {
	
	text-decoration: none;
}
a:hover {
	
	text-decoration: none;
}
a:active {
	
	text-decoration: none;
}

p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 15pt;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #42210B;
	text-align:justify;
	
}

p:first-line {
	font-size: 15px;
	letter-spacing: 4px;
	text-align:justify;
}

.marginup {
	margin-top: -15px;
}

#dottedline {
	display: block;
	margin: 0px;
	height: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #AA6718;
}

.dottedlinetop {
	display: block;
	margin: 0px;
	height: 5px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #F7931E;
}

#footer a {
	color:#8C6239;
}

#footer a:link {
	color:#8C6239;
	text-decoration: none;
}
#footer a:visited {
	color:#BA8050;
	text-decoration: none;
}
#footer a:hover {
	color:#BA8050;
	text-decoration: none;
}
#footer a:active {
	color:#BA8050;
	text-decoration: none;
}

	
#checkmarkbox {
	width: 36px;
}

.imglogopadding {
	padding: 5px;	
}
