body {
	margin: 0;
	padding: 0;
	font: 100.01%/120% Verdana, Geneva, sans-serif;
	color: #000;
}

#outerHeader {
	margin: 0 auto;
	background-color: #000;
}

#header {
	min-height: 50px;
	min-width: 770px;
	max-width: 990px;
	margin: 0 auto;
}
#header h1 {
	color: #FFF;
	text-align: right;
	font-size: 24px;
	margin: 0px;
	padding-top: 5px;
}


#outerStrap {
	height: 185px;
	border-bottom: 1px solid #000;
	background-color: #339933;
	background-image: url(../images/outerStrapBG.jpg);
	background-repeat: repeat-x;
}

#strap {
	background: url(../images/strapBG.jpg) right no-repeat;
	min-width: 770px;
	max-width: 990px;
	margin: 0 auto;
	height: 184px;
}

#outerContent {
	background: #fff url(../images/contentBG.jpg) repeat-x;
	min-height: 300px;
}

#contentWrapper {
	min-width: 770px;
	max-width: 990px;
	padding-top: 1px;
	margin: 0 auto;
	font-size: 80%;
}

#content {
	margin: 0 210px;
}
#content p {
	padding-left: 10px;
	text-align: left;
}


#content img {

}
#content h1 {
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #063;
	color: #C00;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content input {
	background-color: #CCC;
}

#content td h2 {
	text-align: center;
}
#content hr {
	color: #F00;
}


#content tr {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #F00;
}

#groups {
	background-color: #FFC;
	padding-top: 6px;
	padding-bottom: 8px;
}
#groups h4 {
	font-size: 1.1em;
	font-style: italic;
	color: #060;
	line-height: .8em;
	padding-left: 5px;
}
#groups h3 {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#groups p {
	font-size: 0.8em;
	padding-left: 10px;
	line-height: 1.1em;
}
#InfoKit {
	width: 100%;
}




/************ For IE mac ********************/

 /*\*//*/
 #header {
	height: 60px;
}

#outerStrap {
	height: 185px;
}

 #outerContent {
	height: 300px;
}

#strap {
    background: url(strapBG.jpg) no-repeat top center;
    height: 184px;
} 

#content {margin-left: -20px;}
#leftcol {margin-right: 20px;} 
 /**/

#InfoKit input {
	background-color: #CCC;
}

#rightcol {
	width: 190px;
	float: right;
	color: #4e4845;
}
#rightcol img {
	margin-right: auto;
	margin-left: auto;
}


#rightcol h3 {
	text-align: center;
}

#footer {
	clear: both;
	font-size: 85%;
	margin-top: 25px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}

#footer p {
	float: right;
}

#footer a {
	color: #ff4a22;
}


/********** text elements ******************/

h1 {
	font-size: 150%;
}


h2 {
	font-size: 140%;
	color: #C00;
}

h3 {
	font-size: 130%;
	margin-bottom: 0;
}
table {
	width: 100%;
}

/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 2px 5px;
}


/********* Side Navigation ********************/
#leftcol {
	width: 190px;
	float: left;
	padding-top: 14px;
	margin-left: 3px;
}
#leftcol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#leftcol li {
	margin-bottom: 1px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #ffcc33;
	background-color: #000;
	padding: 2px 3px;
}

#leftcol li a:hover, #leftcol li .here {
	color: #000;
	background-color: #ffcc33
}
	
	/********* form ********************/
label {
	color: #000;
}

input {
	background-color: #ffcc33;
	border: 1px solid #000;
	margin-bottom: 4px;
}

.button {
	background-color: #000;
	border: 1px solid #ff9602;
	color: #ff9602;
	padding: 2px 4px;
}

/************ Column control ****************/

.twocol #rightcol {
	display: none;
}

.twocol #content {
	margin-right: 0;
	margin-left: 170px;
	width: auto;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.testimonial {
	width: 90%;
	border: thin dashed #063;
	margin: 0px auto 25px;
	padding-right: 8px;
	padding-left: 5px;
}

.testimonial p {
	font-style: italic;
}

