@import url(menu.css);
* {
	padding: 0px;
	margin: 0px;
	}
Body {
	background:#FFFFFF url(../images/bg.jpg) left bottom repeat-x;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #231f20;
	line-height: 1.4em;
	}
form {
	margin: 0px;
	padding: 0px;
	}
label {
	float: left;
	width: 30%;
	}	
img {
	border: 0px;
	}
img.floatRight {
  margin: 5px 0 5px 10px;
  float: right;
}

img.floatLeft {
  margin: 5px 10px 5px 0;
    float: left;
}
Pre {
	font-family: arial;
	}
small {
	font-size: 11px;
	line-height: 1.3em;
	}		
UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
UL LI{
	background: url(../images/default_bullet.gif) left 6px no-repeat;
	padding: 0px 0px 5px 18px;
	}
H1,H2,H3,H4,H5,H6  {
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 12px;
	}
H1,H2,H3,H4,H5,H6 {
	line-height: 1.5em;
	}
P {	
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 0px;
	}
H1 {
	font-size: 2em;
	}
H2 {
	font-size: 1.8em;
	}
H3 {
	font-size: 1.6em;
	}
H4 {
	font-size: 1.4em;
	}
H5 {
	font-size: 1.2em;
	}
H6 {
	font-size: 0.9em;
	}
A {
	text-decoration: underline;
	color: #006539;
	}
A:hover {
	text-decoration: none;
	}
	
/*************************Header*************************/
.wrapper {
	position: relative;
	padding: 0px;
	margin: 0px;
	}
.twenty {
	z-index: 20;
	right: 45px;
	top: 170px;
	position: absolute;
	width: 128px;
	}	
.big_img {
	position: absolute;
	width: 614px;
	left: 300px;
	top: -48px;
	z-index: 10;
	}
.main_container {
	width: 946px;
	margin: 0px auto;
	margin-top: 50px;
	background: #FFFFFF;
	}
.main_container .left_col {
	width: 260px;
	background: #FFFFFF;
	position: relative;
	padding-right: 35px;
	}
/*************************Left Column*************************/
.left_col .logo {
	margin-top: 10px;
	}
.left_col .category_container {
	position: relative;
	left: 0px;
	background: #f5f6f6 url(../images/grey_dot.gif) right top repeat-y;
	margin-top: 20px;
	}
.left_col .category_container img.title {
	left: -5px;
	top: -30px;
	position: relative;
	}
.category_container UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
.category_container UL LI {
	padding-bottom: 14px;
	text-align: left;
	}
.category_container UL LI img {
	border: 1px solid #d7dbdb;
	}
.main_container .rite_col {
	float: left;
	width: 646px;
	background: #FFFFFF;
	position: relative;
	}

/*************************Footer*************************/
.footer {
	background: url(../images/footer_bg.jpg) left top repeat-x;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: 1.6em;
	color: #949292;
	font-size: 11px;
	}
.footer P {
	padding: 0px;
	margin: 0px;
	padding-top: 13px;
	}
.footer A {
	padding: 0px 5px;
	color: #949292;
	text-decoration: none;
	}
.footer A:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

/*************************Backgrounds*************************/
.top_bg {
	background: #FFFFFF url(../images/top_shadow.jpg) left 0px repeat-x;
	}
.left_bg {
	background: #FFFFFF url(../images/left_bg.jpg) left top repeat-y;
	width: 7px;
	}
.rite_bg {
	background: #FFFFFF url(../images/rite_bg.jpg) left top repeat-y;
	width: 7px;
	}
.category_container .category_top {
	background: url(../images/grey_dot.gif) left top repeat-x;
	}
.category_container .category_btm {
	background: #f5f6f6 url(../images/grey_dot.gif) left bottom repeat-x;
	
	}

/*************************Generic*************************/
.thumbnail {
	padding: 1px;
	border: 1px solid #d7dbdb;
	}
.padding20 {
	padding: 20px;
	}
.greentxt {
	color: #006539;
	}
.grid TD {
	padding: 7px 4px;
	}
.width50 {
}