@CHARSET "ISO-8859-1";

.leftcol_of_2_col_layout h1
{
	margin-top: 0px; 
	border-bottom: 1px solid #000033; 
	padding-bottom: 5px;
}


/*
.main_body_img
{
	padding: 2px;
	border: 1px solid #000033;
}*/

.col2_layout_rightcol_images
{
	margin-top: 80px;
	text-align: center;
}

.col2_layout_rightcol_images img, .leftcol_of_2_col_layout img
{
	padding: 2px;
	border: 1px solid #000033;
}

.form_name{ /* this is used to differentiate the form name abit */
	padding-left: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif ;
	color: blue;
		
}

.margin_left_50{
	margin-left: 50px;
}

.no_border_table td{
	border:none;
}

/**********************************************************************************************
global
***********************************************************************************************/
a:link img{border: none;}      /* unvisited link */
a:visited img{border: none;}  /* visited link */
a:hover img{border: none;}  /* mouse over link */
a:active img{border: none;}  /* selected link */

/**********************************************************************************************
travel section TODO put this in its own css file
***********************************************************************************************/

.travelplannews{
	border: 1px solid green;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}
.travelplannews h3{
	color: green;
	
}

.travelplannews a:link {color: green;}      /* unvisited link */
.travelplannews a:visited {color: green;}  /* visited link */
.travelplannews a:hover {color: green;}  /* mouse over link */
.travelplannews a:active {color: green;}  /* selected link */


/******************************************** school scores page (future schools.php) */
.stats_table{
	border: 1px solid black;
}	
.stats_table td{
	border: 1px solid white;
}
.stats_table .border_right{
	border-right: 1px solid black;
}

.no_border_table{
}

.no_border_table td{
	border: none;
}
/*
.no_right_line{
	border-right: none;
	border-left: none;
	border-bottom: 1px solid white;
}

.no_border_bottom{
 border-bottom: 1px solid white;	
}*/
/********************************************/