﻿    body
    {
        margin: 0; border: 0;
        font: normal 12px/16px Verdana;
        color: #202020;
        background: #2664c0 url('../assets/bgMain.gif') repeat-y center;
        
    }

	
	.HeaderCell
	{
		background-color:#ececec;
	}


	.MainContent 
	{
		width:910px;
		padding-left:20px; 
		padding-right:20px;
		margin-left: auto; margin-right:auto;
	}
	
	.MainContentBoxed
	{
		border: 1px #ececec solid;
		width:870px;
		padding: 20px 20px 20px 20px;

		margin-left: auto; margin-right:auto;

	}

	
	.Banner
	{
		width:950px;
		margin-left: auto; margin-right:auto;
	}



	.ColumnLeft
	{
		width:650px;
	}
	
	.ColumnRight
	{
		width:260px;
	}

	.SideBarPanelCap
	{
		background: #ececec url('../assets/bgSidebarTopCap.gif') no-repeat top;
		width:260px;

		border-bottom: 1px #ffffff solid;

	}

	.SideBarPanel
	{
		width:230px;
		background-color:#ececec;
		padding-top: 10px;
		padding-left:20px;
		padding-right:10px;
		padding-bottom:10px;
	}
	
	.SideBarPanelAlt
	{
		width:230px;
		border: 1px #ececec solid;
		background-color:#ffffff;
		padding-left:20px;
		padding-right:10px;
		padding-top:10px;
		padding-bottom:10px;
	}
	

	
	.BottomCap3Up
	{
		background: #ffffff url('../assets/bgConsole3UpBottomCapLong.gif') no-repeat bottom left; 
		height:145px;
		width:170px;
		padding-left:15px;
		padding-right:15px;
	}
	
	.Console3UpText
	{
		font: normal 12px/18px "Segoe UI", Verdana;

	}

	.Console1Up
	{
		border: 1px #ececec solid;
		background: #ffffff url('../assets/bgConsoleSingle.gif') repeat-x top;
		width: 590px;
		padding-top:25px;
		padding-left:25px;
		padding-right:15px;
	}
	
	.Console1UpTitle
	{
	
		font: normal 20px/28px Verdana;
		color:#415695;
	}

    .ConsoleLink {
		font: bold 12px/20px Verdana;
	    color: #0f2870;
    }

    a:link.ConsoleLink{
	    color: #0f2870;
		font: bold 12px/20px Verdana;
	    text-decoration: none; 
	    border-bottom: 0px dotted #4A3C8C;
    }

    a:active.ConsoleLink{
	    color: #0f2870;
	    font: bold 12px/20px Verdana;
	    text-decoration: none; 
	    border-bottom: 0px dotted #4A3C8C;
    }

    a:visited.ConsoleLink{
	    color: #0f2870;
	    font: bold 12px/20px Verdana;
	    text-decoration: none; 
	    border-bottom: 0px dotted #4A3C8C;
    }

    a:hover.ConsoleLink{
	    color: red;
	    font: bold 12px/20px Verdana;
	    text-decoration: none; 
	    border-bottom: 1px dotted red;
    }


	.BannerLink {
	    color: #ffffff;
	    text-decoration: none; 
    }

    a:link.BannerLink,  a:active.ConsoleLink, a:visited.ConsoleLink {
	    color: #ffffff;
	    text-decoration: none; 
	    border-bottom: 0px dotted #ffffff;
    }

    a:hover.BannerLink{
	    color: #ffffff;
	    text-decoration: none; 
	    border-bottom: 1px dotted #ffffff;
    }


