@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}


.iactstd #container {
	width: 60em;
	margin: 0 auto;
	border: 3px ridge #CCC;
	background-color: #F0F4FF;
	text-align: left;
}

.iactstd #header {
	background-color: #AAD0FB;
	margin: none;
	padding: 1px;
	height: 170px;
} 

.iactstd #logo {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

.iactstd #main_title{
	font-size: 250%;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	top: 50px;
	left: 1px;
	color: #000;
}


.iactstd #menu_bar{
	
	position: relative;
	top: 78px;
	left: 55px;

}

.iactstd #main_content {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;

}

.iactstd #announce {
	font-size: 120%;
	text-align: center;

}


.iactstd #announce_red {
	font-family: "Arial";
	font-size: 120%;
	color: #C00;
	text-align: center;

}

/*image on the left and text on right */

.iactstd #left_column {
	float: left;

}

.iactstd #right_column {
	padding-left: 12em;
	
}

/*two columns of test spaced inn the center */

.iactstd #left_column2 {
	float: left;
	margin-left: 50px;
}

.iactstd #right_column2 {
	float: right;
	margin-right: 50px;

	
}
.iactstd #footer_space {
	text-align: center;
	clear: both;

}

