
div.copy_text_area p
{
	padding: 0 10px 10px 10px;
}


div.copy_text_area table, div.copy_text_area ul, div.copy_text_area ol, div.copy_text_area p
{
	font-size: 10pt;
}


.copy_text_area h3
{
	text-transform: capitalize;
	color: #0076c9;
	padding: 10px 0 10px 0;
	font-size: 1.1em;
	font-family: Arial;
}

.copy_text_area h1
{
	text-transform: capitalize;
	color: #0076c9;
	padding: 10px 0 10px 0;
	font-size: 1.4em;
	font-family: Arial;
}



.copy_text_area h1.copy_title
{
	font-size: 1.25em;
}




.copy_text_area a
{
	color: #0076c9;
	text-decoration: none;
}

.copy_text_area a:hover
{
	color: #0076c9;
	text-decoration: underline;
}



#content {
	padding: 0 20px 0px 20px;
	margin-top: -10px;
	background-color: #E0F8FF;
	background-image: url('../images/middleimage.gif');
	min-height: 400px;
	overflow: auto;
}

#content a
{
	color: #555;
}



/* These additions that follow are site-specific */


#left_side
{
	width: 58%;
	float: left;
}

#left_side #image
{
	float: right;
	background-color: LimeGreen;
	margin: 0px 0px 10px 20px;
}

#left_side #image img
{
	border: #c2c5e8 2px solid;
}

#left_side #example
{
	font-size: 0.8em;
	color: #555;
	
}

#left_side .page_description
{
	color: #000;
	font-size: 0.9em;
}


#right_side
{
	width: 40%;
	float: right;
}


#right_side #question_block
{
	font-size: 0.9em;
}

#question_block input, #summary_spot input
{
	color: #A34A34;
	font-size: 1.1em;
}

legend
{
	border: 1px #888 solid;
	padding: 0.1em 1.5em 0.1em 1.5em;
	margin-left: 25px;
	color: #666;
	background-color: #FFFACD;
	font-size: 1.1em;

}


fieldset
{
	padding: 1.0em;
}


input[type="text"]
{
	background: url('../images/inputGrad.jpg');
	border: #9CF 2px solid;
}



.note
{
	font-size: 0.8em;
	color: #888;
}


.container_padding
{
	padding: 0.5em;
	position: relative;
}



input.readonly
{
	border: LimeGreen 2px solid;
	background: url('../images/totalGrad.jpg');
}



#nav_buttons
{
	text-align: center; 
	padding: 1.5em;
}



.totals h3
{
	margin-top: 52px;

}

#summary_spot table
{
	margin: auto;
	width: 650px;
}


#summary_spot td
{
	vertical-align: bottom;
}


#summary_header
{
	color: #000;
	text-align: center; 
	font-size: 0.9em;
	margin: 25px auto;
	width: 60%;
}

