/*css styles to be displayed when looking at the document on the screen*/

@media screen
{

	td#map_sidebar {
		width: 227px;
		background-image: url(/elements/edc/sidebar_map.jpg);
		background-position: right;
		background-repeat: no-repeat;
		background-color: #0D2841;
	}
	
	td#news_sidebar {
		width: 225px;
		padding-right: 10px;
	}

	td#menus_sidebar h1
	{
		font-size: 14px;
		color: #FFFFFF;
		padding: 3px;
		border-bottom: 1px #FFFFFF double;
	}
	div#news_and_info a,
	div#news_and_info a:link,
	div#news_and_info a:visited {
		color: #003366;
	}
	div#news_and_info p {
		margin: 10px 0;
	}
	
	div.cell01_text p { margin: 15px 0; }
	div#cell01 strong { color: #003A74; }
	
	div#cell01 div.inset
	{
		padding: 20px;
		font-size: 11px;
		line-height: 20px;
	}
	
	td#right_sidebar
	{
		width: 25%;
		padding: 0;
		margin: 0;
		background-color: #003A74;
		border-right: 5px #FFFFFF solid;
	}
	
	div#right_sidebar_inset
	{
		padding: 10px;
		color: #FFFFFF;
	}
	
	div#right_sidebar_inset h1 { font-size: 14px; }
	
	div#right_sidebar_inset ul
	{
		list-style: none;
		padding: 0;
		margin: 10px 0;
	}
	
	div#right_sidebar_inset a { color: #CCCCCC; }
	
	div.cell01_text
	{
		padding: 10px 20px 20px;
		clear: both;
	}
	
	div#splash_title
	{
		background-color: #114477;
		font-family: Georgia;
		font-weight: bold;
		font-size: 20px;
		color: #FFFFFF;
		padding: 10px 20px;
		margin: 5px 5px 0 0;
		background-image: url(/elements/edc/splash_text_corner.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	div#cell01 div.inset { padding: 0; }
	
	div#splash_image
	{
		position: relative;
		background-color: #FFFFFF;
		border-right: 5px #FFFFFF solid;
		background-repeat: no-repeat;
		height: 200px;
		border-bottom: 1px #C2C2C2 solid;
	}
}

/*css styles to be displayed when printing the document*/

@media print
{
	td#menus_sidebar, div#splash_title, div#splash_image { display: none; }
}
