BODY {
	font-family: trebuchet, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: small;
	COLOR: #666666;
}

img {
  border: none;
}

h1 {
	font-size: 90%;
	color: #5b955b;
	font-weight: bold;
	margin: 0px;
}

p {
	margin: 0em 0em 1em 0em;
}

a:hover {
	COLOR: #006400; 
	TEXT-DECORATION: underline; 
}

a {
	COLOR: #5b955b; 
	TEXT-DECORATION: none;
}

a.navigation{
	COLOR: #000000; 
	TEXT-DECORATION: none;
	font-weight: bold;
	font-size: 90%;
}

a:hover.navigation{
	COLOR: #699467; 
	TEXT-DECORATION: underline; 
	font-weight: bold;
	font-size: 90%;
}

.highlight {
	COLOR: #699467; 
	TEXT-DECORATION: none;
	font-weight: bold;
	font-size: 90%;
}

#holder {
	position: relative;
	width: 100%;
}

#nav_background {
	margin-top: 20px;
	padding: 3px 20px 3px 0px;
	background-color: #CCCCCC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: right;
}

#bannerHolder {
	margin-top: 10px;
	width: 100%;
}

#banner {
	margin-top: 3px;
	margin-bottom: 2px;
	width: 100%;
}

.hr {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #A5AEC5;
}

* html .hr {
	border-bottom: none;
	padding: 1px;
	background: url(interface/horizontal_divide.gif) repeat-x bottom;	
}

li {
	margin: 0px 0px 20px 0px;
}

/***** CONTENT *****/

#content {
	width: 100%;
	margin-top: 40px;
	text-align: center;
	/*border: 1px solid #000000;*/
}

#logo {
	position: relative;
	left: -140px;
	margin-bottom: 20px;
}

#columnHolder {
	width:600px;
	margin:0px auto;
	text-align:left;
	padding:15px;
}

#leftColumn {
	float: left;
	color: #999999;
	font-size: 80%;
	vertical-align: top;
	width: 130px;
	text-align: right;
	/*border: 1px solid #000000;*/
}

.vr {
	position: absolute;
	margin-left: 10px;
	width: 1px;
	height: 300px;
	background-image: url(interface/vertical_divide.gif);
	background-repeat: repeat;
}

#rightColumn {
	float: right;
	vertical-align: top;
	width: 420px;
	text-align: left;
	/*border: 1px solid #000000;*/
}

#standards_line1 {
	text-align: center;
	position: relative;
	width: 100%;
	margin-top:20px;
}

#standards_line2 {
	text-align: center;
	position: relative;
	width: 100%;
	margin-top:10px;
	margin-bottom: 30px;
}

.creditation {
	padding-left: 10px;
}

.floatRight {
	position: relative;
	float: right;
}

#phoneBackground {
	width: 418px;
	height: 288px;
	background-image: url(interface/phone.gif);
	background-repeat: no-repeat;
}

.eConnected {
	color: #666666;
}