﻿#Main 
	{
	margin: 0px 10px;
	padding:10px 20px 50px 40px;
	border:solid 1px silver;
	background:#fff url("Images/bg_contentbox_silver.png") bottom repeat-x;
	line-height:160%;
	overflow:auto;
	}
#Maincontent
	{
		width:580px;
		margin-left:20px;
		float:left;
	}
#SideBar 
	{
	width:260px;	
	float: right;	
	padding:10px;
	padding-top:0px;
	margin:0px;
    background:#fff url("Images/bg_contentbox_silver.png") bottom repeat-x;
	margin-top:20px;
	border:solid 1px #E0E0E0;
	border-top:0px;
	position:relative;
	}

#Main h2
	{
	color: #004080;
	font-size:12px;
	margin:10px 0px 5px 0px;
	padding:2px 0px;
	width:auto;
	background:#fff;
	border-bottom:solid 1px #E0E0E0;
	
	}


#SideBar h2
{
	font-size:14px;
	margin:0px;
	width:270px;
	margin-left:-10px;
	margin-bottom:10px;
	background:#eee url("Images/bg_contentbox_silver.png") bottom repeat-x;
	border:solid 1px #E0E0E0;
	border-left:0px;
	font-size:12px;
	padding:2px 3px 3px 8px;
}



