body    { 
	color: black;  
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
#printHead {
	position: absolute;
	top: 0;
	left: 0;
}
a:link, a:visited { 
	color: white; 
	text-decoration: none; 
}
a:hover, a:active  { 
	color: #6A8EAF; 
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}

h1 {  
	color: #00b573;
	font-size: 1.85em; 
}
#homePage h1 {
	color: #fff;
}
#homePage {
	margin-top: 85px;
	font-weight: bold;
}
h2 { 
	font-size: 1.2em; 
}
h3  { 
	font-size: 1em; 
	margin-top: 10px; 
	padding-top: 10px;
}
img { 
	border: none;
}
#contact { 
	display: none;
}
#header { 
	display: none; 
}
#nav {
	display: none;
}
#home-img { 
}

#page-img { 
}
#rightSideBar {
	float: left;
	width: 239px;
}
.clear {
	clear: both;
}
	
#content  { 
	padding: .5em;
	position: relative;
	top: 100px;
	left: 2em;
	width: 6.5in;
}

#content a:link, #content a:visited { 
	color: #00b573; 
	text-decoration: underline; 
}
#content a:hover, #content a:active  { 
	color: #6A8EAF; 
}
#content p {
}
#footer  { 
	display: none;
}
#smalltxt  { 
	font-weight: normal; 
	font-size: 0.8em; 
	margin-left: 40px; 
	margin-bottom: 40px;
	width: 600px;
}
#smalltxt h2 { 
	font-size: 1.25em; 
	text-align: left; 
	margin-left: 0px;
}
.footer {
	display: none;
}

.screenshot {
	float: left;
	width: 225px;
	background: #5a4a8c;
}
.screenshot p {
}
.caption {
	float: left;
	width: 225px;
	background: #fff;
	color: #5a4a8c;
	font-style: italic;
	font-size: 85%;
	font-weight: bold;
	padding: .5em;
	border: 1px solid #00b573;
}



/*Form styles*/
.required {
	color: #00b573;
	font-weight: bold;
}
#contactForm {
	padding: 1em;
}	
div.controls {
	margin: 0.5em;
}
div.row {
	clear: both;
	height: auto;
	margin: 0.7em 0em;
}
fieldset {
	border: 1px solid #6A8EAF;
	padding: 0.5em;
	margin-bottom: 0.5em;
}		
input, select, textarea {
	margin-top: -1em;
	margin-left: 32%;
}	

/* hide from Mac IE\*/
input, select, textarea {
	margin-top: 0;
	margin-left: 0;
   }
/* */
legend {
	color: #6A8EAF;
	font-size: 1.5em;
}			
span.label {
	float: left;
	width: 40%;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.8em;		
	padding-right: .5em;
	margin-right: .5em;
	text-align: right; }	
		
textarea {
	margin-bottom: 5px; }
	
.contactInfo {
	padding-left: 1.5em;
}
