﻿#header .logo
{
	float:left;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 210px;
	margin-left: 11px;
}

.Welcome .Image
{
 	background-image: url(images/StartPic.gif);
	background-repeat: no-repeat;
	height:232px;   
}
.Welcome .Caption
{
    font-family:Arial;
    font-size:32px;
    color:#666666;    
}
.Welcome .SubHeader
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:#666666;
}

.Welcome .PreviewText
{
     font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#222222;   
}

.Welcome .Text
{
     font-family:Arial;
    font-size:12px;
    font-weight:normal;
    color:#222222;   
}

.Welcome .FirstBox
{
    float:left;
    width:260px;
}

.Welcome .SecondBox
{
    float:right;
    width:260px;
}