@charset "utf-8";
/* CSS Document */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	vertical-align: baseline; - causes table to misalign */
	font-size: 100%;
	font-family: Georgia, "Times New Roman", serif;

}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate; 
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background-color: #373632;
	margin: 10px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", serif;
	color: #FFFFFF;
}

a:link {
	color: #ffc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #CC9900;
}
a:active {
	text-decoration: none;
	color: #CC9900;
}

#header {
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bgd-top.gif);
	height: 20px;
	background-repeat: no-repeat;
}

#nav {
	width: 852px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1a831e;
	border-left: solid #fff 6px;
	border-right: solid #fff 6px;
	text-align: center;
}
#navcode {
	width: 809px;
	margin-left: auto;
	margin-right: auto;

}
#content {
	width: 852px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1a831e;
	border-left: solid #fff 6px;
	border-right: solid #fff 6px;
	text-align: center;
}
#contentheader {
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bgd-top.gif);
	height: 20px;
	background-repeat: no-repeat;
}

#contentcode {
	width: 761px;
	border-left: solid #fff 6px;
	border-right: solid #fff 6px;
	margin: 0px auto;
	background-color: #0c620f;
	position: relative;
	overflow: hidden;
}

#inside {
	padding: 0px 30px 40px 30px;
	text-align: left;
	height: 425px; 
}
#insidetext {
	padding: 0px 30px 40px 30px;
	text-align: center;
}
#insidetext2 {
	padding: 0px 40px 40px 40px;
	text-align: left;
}
#insidetext2 ul {padding-left: 40px
}	

.floatleft1 {
	float: left;
	width: 290px;
}
.floatleft2 {float: left; 
width: 300px; 
margin-left: 40px; 
margin-right: 40px;
}
#footer {
	clear:both;
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bgd-lg.gif);
	background-position: bottom left;
	height: 40px;
	font-size: 70%;	
}
#footer a:link {
	color: #666;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
	color: #666;
}
#footer a:active {
	text-decoration: none;
	color: #666;
}
.bqstart {
     float: left;
     font-size: 300%;
     color: #FFC;
	 height: 45px;
     margin-top: -30px;
	padding-top: 18px;
     margin-bottom: -60px;
	 margin-left: -20px;
 }

 .bqend {
     float: right;
     font-size: 400%;
     color: #FFC;
	height: 25px;
     margin-top: 0px;
     padding-top: 45px;

 }