﻿body 
{
    margin: 0;
    background: #373E48 url('images/bg.jpg') repeat-x;
    font-family: Verdana;
    font-size: 10pt;
}
img
{
    border: 0;
}
h1, h2, h3, h4, h5, h6
{
    color: #014479;
    padding-top: 0;
}
#header
{
    height: 113px;
}
.bodyTopGradient
{
    width: 100%;
    height: 15px;
    background: url('images/topGradient.jpg');
}
#divBody
{
    padding: 20px;
    width: 500px;
}
.BodyWrapper
{
    border: solid 0px red;
    padding: 25px;
}
.txtWidth
{
    width: 185px;
}
.AnalysisForm
{
    border: solid 0px red;
    width: 550px;
    font-family: Verdana;
    font-size: 8pt;
    color: #333;
    font-weight: bold;
    text-align: center;
    float: left;
}
.tableAnalysisForm td
{
    padding-right: 5px;
    text-align: left;
}
.Pcenter
{
    text-align: center;
}

.LeftColumn
{
    background: #C0C0C0;
    width: 200px;
    height: 1300px;
    padding: 10px;
    float: left;
}

/**************************************
************ Hosting Page ***************
***************************************/

.HostingHeader 
{
	background-image:url(images/HeaderBGorange.jpg); 
	background-repeat: repeat-x;
	width: 140px; 
	height: 31px;
	text-align: center;
	padding-top: 5px;
	font-size: large;
}
.HostingColumn 
{
	float: left;
	width: 135px; 
	height: 100%;
	border: solid 1px #CCCCCC;
	padding-bottom: 20px;
}
.HostingColum ul 
{
    padding-left: 0;
}
.HostingPrice 
{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: large;
    font-weight: bold;
}

.HostingDesc 
{
	padding-right: 5px;    
}