﻿body {
	font-family: Verdana;
	font-size: 12px;
    background: url(images/boxed-bg.gif) repeat top left; 
}
hr {
	color: #eeeeee;
	height:2px;
}
h1 {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:23px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:100%;
}
h2 {
	color:#009900;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:100%;
}
a {
	color:#009900;
}
a:hover {
	color:#000000;
}

.Main
{
	margin-top:20px;
    background-color: #FFF;
    width: 900px; 
}
.LeftHeader
{
    width: 100px;
    height: 70px;
    padding: 10px;
    border: none;
}

.RightHeader 
{
    
    height: 70px;
    padding: 10px;
    border: none;

}
.Content
{
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    width: 100%;
    height: 400px;
    border: none;
}

.Footer 
{ 
    height: 15px;
    border: none;
}

/*Box Classes*/
.TL_Box
{
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/box-tl.gif);
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
    border: none;
}

.TC_Box
{
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/box-t.gif);
    background-repeat: repeat-x;
    height: 11px;
    border: none;
}

.TR_Box
{
    background-position: right top;
    background-attachment: scroll;
    background-image: url(Images/box-tr.gif);
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
    border: none;
}

.ML_Box
{
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/box-l.gif);
    background-repeat: repeat-y;
    height: 1px;
    width: 11px;
    border: none;
}

.MC_Box 
{
    border: none;
}

.MR_Box
{
    background-position: right top;
    background-attachment: scroll;
    background-image: url(Images/box-r.gif);
    background-repeat: repeat-y;
    height: 1px;
    width: 11px;
    border: none;
}

.BL_Box 
{
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/box-bl.gif);
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
    border: none;
}

.BC_Box 
{
    background-position: left top;
    background-attachment: scroll;
    background-image: url(Images/box-b.gif);
    background-repeat: repeat-x;
    height: 11px;
    border: none;
}

.BR_Box 
{
    background-position: right top;
    background-attachment: scroll;
    background-image: url(Images/box-br.gif);
    background-repeat: no-repeat;
    height: 11px;
    width: 11px;
    border: none;
}
