/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 120%;
	background-repeat: repeat-x;
	background-color: #859881;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/************** Layout Elements *******************/

#wrapper {
	width: 775px;
	margin: 0 auto;
	font-size: 80%;
	background-color: #FFFFFF;
	border: thin solid #009933;
}

#leftcol {
	float: left;
	min-height: 300px;
	width: 164px;
	margin-top: 20px;
	background-repeat: no-repeat;
}



#content {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer {
	margin-top: 40px;
}

#footer p {
	float: right;
	color: #000;
	font-size: 80%;
}

#header {
	min-height: 144px;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#strap {
	height: 134px;
	background-repeat: no-repeat;
	width: 773px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 0;
	padding: 0 0 0 0;
	font-size: 150%;
	color: #000;
}

h2 {
	font-size: 140%;
	margin-top: 25px;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

/************** Generic Classes for floating images *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
	border: 1px solid #000;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
	border: 1px solid #000;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	
}

a:hover {
	
}

/*********** Navigation *************/




/*********Show to IE mac *************/
 /*\*//*/
 #header {
	height: 144px;
}

#header ul {
	padding-top: 104px;
}
/**/
.float-r {
 float: right;
 margin: 5px 10px 5px 5px;
 padding:2px;
 }

.float-l {
 float: left;
 margin: 5px 5px 5px 10px;
 padding:2px;
}
