﻿#MainPanel
{
margin:10px 0px 10px 0px;
width:650px;
float:left;

}

div.MainBox
{
float:left;
background:black;
color:White;
width:300px;
height:200px;
margin:10px;
}

div.BoxHeader
{
height:40px;
width:265px;
border-left:solid 30px green;
padding:10px 0px 10px 5px;
background:#414142;
}

div.MainBox h1
{
font-family:Arial;
font-style:italic;
font-weight:lighter;
font-size:90%;
}

div.MainBox h2
{
font-family:Arial;
font-weight:bolder;
font-style:italic;
font-size:90%;
}


div.Column
{

padding:15px 5px 5px 0px;
float:left;
text-align:center ;
background:#536465;
height:120px;
width:145px;
}

div.Column ul
{
list-style-type:none;
}

div.Column a
{
color:White;
}

div.Column a:hover
{
color:Red;
cursor:pointer;
}