@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
}
.LOGlayout #header {
	background: #61A466;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(v2007graphics/bg.gif);
	border-bottom-width: medium;
	border-color: #000000;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: medium;
	border-right-width: medium;
	border-top-width: medium;
	position: relative;
	left: -50px;
	z-index: 2;
	margin: 0 0px 0 0px;
	background-repeat: repeat-x;
	background-color: #61A466;
	height: 41px;
	width: 650px;
	top: 2px;
} 
.LOGlayout #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22pt;
	font-weight: bold;
	color: #FFFFFF;
}

.LOGlayout #footer {
	background: #1F618C;
	padding: 0 0px;
	background-image: url(v2007graphics/bg2.gif);
	width: 640px;
	height: 35px;
	border-bottom-width: medium;
	border-color: #000000;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: medium;
	border-right-width: medium;
	border-top-width: medium;
	position: relative;
	left: -30px;
	margin: 0 0px;
	background-repeat: repeat;
	clear: both;
	text-align: center;
	z-index: 2;
	color: #FFFFFF;
	font-family: Garamond, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
} 

.sidebartableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}

.LOGlayout #floater {
	background: #ECB549;
	width: 130px;
	height: 110px;
	border-bottom-width: medium;
	border-color: #000000;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: medium;
	border-right-width: medium;
	border-top-width: medium;
	float: left;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 4;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
} 

.LOGlayout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	clear: both;
}

/* Miscellaneous classes for reuse */
.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;
}
.copyright {
  color: #000000;
  font-size:12px;
  }
.topmenu {
	color: #000000;
	font-size:12pt;
	font-family:Garamond, Arial, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	margin: 0 0px 0 0px;
	line-height: 12pt;
	height: 20px;
	vertical-align: top;
  }
.topmenu A, 
A.topmenu {
	font-weight:bold;
	text-decoration:none;
} 

.leftmenu {
	font-family: Garamond, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}
.leftlink {
  color:#000000; 
  background-color: #B62271;
}

.leftmenu A, 
A.leftmenu {
    color:#000000; 
	font-weight:bold;
	text-decoration:none;
} 

.footerlinks {
    color:#FFFFFF; 
	font-weight:bold;
	text-decoration:none;
}
.footerlinks A, 
A.footerlinks {
    color:#FFFFFF; 
	font-weight:bold;
	text-decoration:none;
} 

A:hover {
  color:#FFFFFF; 
  text-decoration:none;
  background-color: #276B38;
  font-weight:bold;
}
.nohover {
 text-decoration:none;
}
.nohover A, 
A.nohover {    
	font-weight:bold;
} 
a.nohover:hover{
	font-weight:bold;
	text-decoration:none;
	background:none;
}

.pagetitle {
  color:#000000;
  text-decoration:none;
  font-family:"Times New Roman", Times, serif;
  font-size:20px;
  font-weight:bold;
  }
div.date{
   font-family: Garamond, Arial, sans-serif;
   font-size:12pt;
   float:left;
   width: 4em;
   padding: 5px 0;
   background: #DDDDB3;
   color:#B0001E;
   text-align:center;
   margin: 0 4px 4px 0;
   font-size: 80%;
   line-height:0.9
   }
div.date span{
   display:block;
   font-size: 150%;
   font-weight:bold
  }
  
.smallitalic {font-size: 10pt; font-style: italic; }
.small {font-size: 10pt; }
.smallbolditalic {font-size: 10pt; font-style: italic; font-weight: bold; }
.bigbold{
	font-size: 14pt;
	font-weight: bold;
}
.arialbig {
	color: #000000;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
}
.ordernow {
	background: #ECB549;
	padding: 0 0px 0 0px;  
	border-bottom-width: medium;
	border-color: #000000;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: medium;
	border-right-width: medium;
	border-top-width: medium;
	background-color: #ECB549;
}