/* main styles for screen only */

html,body	{
	
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-top: 0px;
    height:100%;
    border:none
}
	

	
#clear_floats {
	clear: both;
}


/*/////// Table styles /////////*/

#main {
	vertical-align: middle; 
	border: 0px;
	height:100%;
	
}


#tablecontent {
	background: #F2F0F1;
	vertical-align: middle; 
	border: 0px solid red;
	height: 650px;
}


/*/////// Table styles ends /////////*/


#content {
	background: #F2F0F1;
	display: block;
	vertical-align: middle; 
	border: 0px;
	width: 900px;
	height: 250px;
	
	
	border: 0px solid red;
	
}


img {
	border: 0px;
	padding: 0px
}

/*///// Content Layout ////////////*/

#left {
	padding: 0px;
	margin-top: 10px;
	
	float: left;
	text-align: left;
	width: 320px;
	height: 250px;
	padding-right: 15px;
	
	border: 0px solid #000000;
	

}

#one_column {
	float: left;
	padding: 0px;
	margin-top: 10px;

	text-align: left;

	width: 485px;

	height: 250px;
	
	border: 0px solid #000000;
	

}

#first_column {
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;

	text-align: left;

	width: 350px;
	height: 250px;
	
	outline: 0px solid #000000;
	

}

#first_column_wide {
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;

	text-align: left;

	width: 430px;
	height: 250px;
	
	border: 0px solid #000000;
	

}


#two_column {
	float: left;
	padding: 0px;
	margin-top: 10px;

	text-align: left;

	width: 510px;
	height: 250px;
	
	outline: 0px solid #000000;
	

}






/*///// END //////////////////*/



/*/// Text Styling ////////////*/

#page_header {
	margin: 0px;
	margin-left: 18px;
}

.date {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px;
	color: #7B8D63;
	
}

.header {
	margin-bottom: 5px;
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px;
	color: #0A4594;
	
	font-weight: bold;

}

.sub_header {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	color: #B1293E;
	
	font-weight: bold;

}

.copy {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	color: #48836D;

}

.links  {
	color: #7B8D63;
	text-decoration: none;
}

.footer {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;

}



/*/// END ///////////////*/
