html{
  overflow            : -moz-scrollbars-vertical;
}

body{
  margin              : 0px 0px 0px 0px;
  font-family         : Verdana, Arial, Helvetica, sans-serif;
  font-size           : 11px;
  line-height         : 15px;
  color               : #333333;
  background-color    : #858F23;
}

body.admin{
  margin              : 5px;
}

.title{
  font-size           : 24px;
  line-height         : 30px;
  color               : #333333;
  margin              : 15px 0px 15px 0px;
}

p{
  font-family         : Verdana, Arial, Helvetica, sans-serif;
  font-size           : 11px;
  line-height         : 15px;
  color               : #333333;
}

a:link, a:visited{
  color               : #7A671A;
  text-decoration     : underline;
}

a:hover{
  color               : #3C3C3C;
  text-decoration     : underline;
}

.padding{
  padding             : 3px;
}

hr.title{
  style               : solid;
  color               : #999999;
  background          : #999999;
  height              : 1px;
  border              : 0;
}

.required{
  color               : #FF0000;
  font-weight         : bold;
}

.formElm{
  border              : 1px solid #999999;
  padding             : 1px;
  font-family         : Verdana, Arial, Helvetica, sans-serif;
  font-size           : 11px;
  color               : #333333;
}

.orderID{
    font-size         : 24px;
	color             : #043E60;
	font-weight       : bold;
}

form{
  margin              : 0px;
}

a:link.footLink, a:hover.footLink, a:active.footLink, a:visited.footLink{
  color               : #444444;
  text-decoration     : underline
}

#footerwrapping {
  margin              : 0px;
  padding             : 0px;
  width               : 100%;
  text-align          : center;
  position            : relative;
}

#footer{
  margin              : 0px auto;
  width               : 760px;
  background-color    : #C3D244;
  padding             : 5px;
  color               : #3C3C3C;
  font-size           : 10px;
  text-align          : center;
  line-height         : 10px;
  border-top          : 1px;
  border-top-color    : #333333;
  border-top-style    : solid
}

#pagebodywrapping {
  margin              : 0px;
  padding             : 0px;
  width               : 100%;
  text-align          : center;
  position            : relative;
}

#pagebody {
	margin            : 0px auto;
	padding           : 0px;
	width             : 770px;
	background-color  : #FFFFFF;
	text-align        : left;
}

#menuwrapping {
    height              : 20px;
	background-color    : #C3D244;
	text-align          : left;
	border-top-color    : #AEBC36;
	border-top-style    : dashed;
	border-top-width    : 1px;
	border-bottom-color : #AEBC36;
	border-bottom-style : dashed;
	border-bottom-width : 1px;
}

li
{
line-height             : 20px;
padding-left            : 15px;
padding-top             : 0px;
background-image        : url(/images/bullet_point.gif) ;
background-repeat       : no-repeat;
background-position     : 0px 8px;
}

ul
{
list-style              : none;
}

.infoBorder{
  padding               : 3px;
  background-color      : #F9F9F9;
  border-bottom-style   : solid;
  border-bottom-color   : #C3D244;
  border-bottom-width   : 1px;
  border-right-style    : solid;
  border-right-color    : #C3D244;
  border-right-width    : 1px;
  border-left-style     : solid;
  border-left-color     : #C3D244;
  border-left-width     : 1px;
  text-align            : left;
}

.clear{
   clear                : both;
   margin-top           : -1px;
   height               : 1px;
   overflow             : hidden;
}

div.row{
   clear               : both;
   padding-bottom      : 10px;
}

.image{
   float               : left;
   width               : 110px;
}

.description{
   float               : right;
   width               : 600px;
} 