@charset "UTF-8";
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 268px;
	width: 900px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#navtop {
	float: left;
	height: 120px;
	width: 900px;
}
#navbot {
	float: left;
	height: 148px;
	width: 900px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/butterflybot.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr  #maincontent {
	float: left; /* since this element is floated, a width must be given */
	width: 500px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr   #sidebar2 {
	float: left;
	width: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 3px;
	border: 1px none #CCCCCC;
	margin-top: 27px;
	margin-right: 0px;
	margin-left: 0px;
}
* html #sidebar2 {
	float: left;
	width: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 3px;
	border: 1px none #CCCCCC;
	margin-top: 33px;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar2 p {
	font-size: 11px;
	line-height: 13px;
	margin-top: 2px;
	padding-top: 2px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
#sidebar2 a {
	font-size: 11px;
	line-height: 13px;
	margin-top: 2px;
	padding-top: 2px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	color: #9966CC;
}
.newsblock {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 2px none #990000;
	background-color: #D9E6EB;
	float: left;
	width: 160px;
}
.newstop {
	background-image: url(images/boxtop.jpg);
	height: 10px;
	width: 180px;
	float: left;
}
.newsbot {
	background-image: url(images/boxbot.jpg);
	height: 10px;
	width: 180px;
	margin-bottom: 10px;
	float: left;
}
.members {
	float: left;
	width: 490px;
	margin-right: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.thrColFixHdr #footer {
	height: 90px;
	width: 900px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
} 
.memberspic {
	width: 160px;
	float: left;
}
.memberstxt {
	width: 330px;
	float: left;
}
#maincontent .members p {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 2px;
}
#footertop {
	float: left;
	height: 30px;
	width: 900px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#footerbot {
	height: 60px;
	width: 900px;
	float: left;
}
#footertop p {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#butterfly {
	float: left;
	height: 148px;
	width: 200px;
	background-image: url(images/butterfly.jpg);
	background-repeat: no-repeat;
}
#logo {
	float: left;
	height: 120px;
	width: 200px;
	background-image: url(images/butterflytop.jpg);
	background-repeat: no-repeat;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #9966cc;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9966cc;
	font-weight: normal;
	margin-top: 6px;
	padding-top: 6px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #9966cc;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
}
a {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #9966CC;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
}
#companyname {
	float: left;
	height: 108px;
	width: 700px;
	padding-top: 40px;
}
#companyname h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	color: #9966cc;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#companyname h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #666666;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
}
#telephone {
	float: left;
	width: 700px;
	text-align: right;
	padding-top: 30px;
}
#leftnav {
	float: left;
	width: 180px;
}
#leftnav a {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-transform: none;
	line-height: 15px;
}
#leftnav li {
	display: block;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #006666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
	padding-top: 0px;
}
#leftnav ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#leftnav a:hover {
	color: #003366;
	text-decoration: none;
}
#navtopright {
	float: left;
	height: 50px;
	width: 700px;
	text-align: right;
}
#navtopright a {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
	line-height: 15px;
	text-decoration: none;
}
#navtopright li {
	display: inline;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #006666;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	margin-top: 0px;
	padding-top: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-left: 10px;
	margin-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
}
#navtopright ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#navtopright a:hover {
	color: #003366;
	text-decoration: none;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
.divider {
	width: 500px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	float: left;
} 
* html .newstop {
	background-image: url(images/boxtop2.jpg);
	height: 20px;
	width: 180px;
	float: left;
	background-repeat: no-repeat;
}
* html .newsbot {
	background-image: url(images/boxbot.jpg);
	height: 10px;
	width: 180px;
	margin-bottom: 0px;
	float: left;
	background-repeat: no-repeat;
}
