@media all
{
	body
	{
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px; 
		color: #2D4E61;
		background-color: #C7C7C7;
		margin-top: 0px;
	}

	a
	{
		color: #2D4E61;
		text-decoration: none;
	}

	a:hover
	{
		text-decoration: underline;
	}

	div#container
	{
		clear: none;
		width: 980px;
		margin: 0 auto;
	}

	div#top
	{
		height: 14px;
		background: url(/resources/Images/2_top-header.gif) repeat-x;
	}

	div#header
	{
		text-align: left;
		height: 92px;
		background: url(/resources/Images/1_bg-header.jpg) repeat-x;
	}

	div.red
	{
		clear: both;
		height: 6px;
		margin: 0px;
		padding: 0px;
		font-size: 0px;
		background: #C00101;
	}

	div#left
	{
		float: left;
		width: 180px;
	}
	div#right
	{
		float: left;
		width: 780px;
	}

	div#content
	{
		float: left;
		width: 960px;
		text-align: left;
		background: #fff;
		padding: 10px;
		background: #cfcfcf;
	}

	div#footer
	{
		background: #284657;
		height: 20px;
		color: #fff;
	}

	div#left ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0 10px 0 0;
	}

	div#left ul li
	{
		padding: 5px 0;
		font-size: 12px;
		border-bottom: 1px dashed #2D4E61;
	}

	div#left ul li.level2
	{
		padding-left: 10px;
		font-size: 11px;
	}
}
@media print
{
	div#container
	{
		clear: both;
		float: left;
		border: 0 px;
		margin: 0 px;
		padding: 0px;
		width: 640px;
	}
	div#top
	{
		clear: both;
		float: left;
		border: 0 px;
		margin: 0 px;
		padding: 0px;
		width: 640px;
	}
	div#header
	{
		clear: both;
		float: left;
		border: 0 px;
		margin: 0 px;
		padding: 0px;
		width: 640px;
		display:none
	}
	div#content
	{
		clear: both;
		float: left;
		border: 0 px;
		margin: 0 px;
		padding: 0px;
		width: 640px;
	}
	div#left
	{
		clear: both;
		float: left;
		border: 0 px;
		margin: 0 px;
		padding: 0px;
		width: 640px;
		display:none
	}
}