﻿body
{
    background-color: #000;
    background-image: url(../../images/custom/bodySlice.png);
}

#framecontentTop
{
    background-color:#000;

}

/* The color of the links at the top of the header */
.textLinks, .textLinks a 
{
    color: White;
}

/* Set how wide the image cell should be and the position of the img */
#headerImageCell
{
   width:150px;
   position:relative;
}
#headerImageCell img
{
    position:absolute;
    top:0px;
    left:5px;
}


.headerCompanyName
{
    padding-top:10px;
    font-size: 18px;
    font-weight: bold;
    color: White;
}

.headerCompanySlogan
{
	color:White;
	padding-top:5px;
	font-weight:bold;
	clear:left;
}

.headerCompanyName
{
	clear:left;
	color:White;
	font-weight:bold;
	font-size:13px;
}

#maincontent
{
		border-top:10px solid #3C6990;
}