* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 2px;
	background: #ffffff;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	color: #fff;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #f4a308;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 10px 0px 11px;
	text-align: justify;
	line-height: 16px;
}
h1 {
	text-align: justify;
	line-height: 16px;
	font-size: 18px;
}

#form-div { 
  font-family : verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  width : 400px;
  margin : auto;
  color : #555;
  line-height : 1.7em;
}

#body_wrapper {
	border: solid 1px green;
	padding: 2px;
	width: 639px;
    height: 100%;
	background-color: #ffffff;
	text-align: center;
	margin: 0px auto;
	    clear: both;
				overflow : hidden;
/*	background: url('images/header_bg.gif') no-repeat 0% 0%; */
}
body_wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
		overflow : hidden;
    visibility: hidden;
}


/* Page Header */

#page_header {
	margin: 0px auto;
	width: 639px;
	overflow: hidden;
	text-align: left;
	background-color: white;
}

#company_name {
	margin: 0px auto;
	width: 639px;
	height: 202px;
	background: url('images/bs.jpg') no-repeat 0% 0%;
}

/* Header Navigation */

#header_nav {
	width: 440px;
	height: 56px;
	overflow: hidden;
	float: left;
	text-align: left;
}

#header_nav ul {
	margin-top: 16px;
}

#header_nav li {
	height: 23px;
	background: url('images/menu_bullet.gif') no-repeat 0% 0%;
	float: left;
}

#header_nav li a {
	display: block;
	padding: 5px 5px 0px 38px;
	text-decoration: none;
}

#header_nav li a:hover {
	color: #ffe400;
}


/* Left Sidebar */

#leftsidebar_1 {
	margin-top: 0px;
	padding-left: 0px;
	float: left;
	text-align: left;
				background: url('images/daisey.jpg') 100%;
	 			background-position: top right;
}

#leftsidebar_2 {
	padding: 0px;
	width: 154px;
	background-color: #b8b8b8;
/*	background: url('imges/sidebar_bot.gif') no-repeat 0% 100%; */
}

#leftsidebar_content {
	padding: 0px 0px 10px 0px;
/*	color: #000000; */
	background-color: gray;
	font-weight: bold;
	text-align: center;
}

#leftsidebar_content a {
	color: #000000;
	text-decoration: none;
/*	background-image: url('images/button.jpg'); */
}

#leftsidebar_content a:hover {
	color: #000000;
	background-color: inherit;
}

#leftsidebar_content li {
	border: 1px solid #ffffff;
	padding: 7px 0px 9px 7px;
/*	height: 30px; */
	background: url('images/button.jpg');
}
#leftsidebar_content li:hover {
	border: 1px solid #000000;
	padding: 7px 0px 9px 7px;
/*	height: 30px; */
	background: url('images/button.jpg');
}

/* Main Content */

#maincontent_1 {
	margin-top: 5px;
	float: right;
	text-align: left;
	width: 484px;
}

#maincontent_2 {
	padding: 2px 0px;
/*	width: 520px; */
/*	background: url('images/main_bot.gif') no-repeat 0% 100%; */
}

#maincontent_content {
	padding: 17px 20px;
	color: #000000;
	background: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#maincontent_content a {
	color: #4b3001;
	background-color: inherit;
}

#maincontent_content a:hover {
	color: #724c04;
	background-color: inherit;
}

