﻿body 
{
	margin:0px;
	padding:0px;
	background-color:#000;
}

#Container
{
	position:relative;
	width:900px;	
}

#header
{
	position:relative;
	text-align:left;
}

#logo
{
	/*background-image:url(../Images/Logo.jpg);*/
	width:561px;
	height:300px;
	position:relative;
	left:-59px;
	top:0px;
}

#link
{
	color:#009ee0;
	position:relative;
	left:585px;
	width:350px;
	padding-bottom:2px;
	top:-28px;
}

#link A
{
	font-size:14px;
}

#content
{
	position:relative;
	width:780px;	
	text-align:left;
	border-top:Solid 1px white;
	padding-top:6px;
	top:-30px;
}

#left
{
	float:left;
	background-color:White;
	width:365px;
	vertical-align:top;
	padding:15px;
	padding-left:20px;
	padding-bottom:11px;
	*padding-bottom:14px;
}

#left p
{
	font-family:Verdana;
	font-size:11px;
	line-height:17px;
	color:#666666;
}

#left .LargeTitle
{
	color:#009ee0;
	font-family:Verdana;
	font-size:32px;
	font-weight:normal;
}

#left .NormalTitle
{
	color:#009ee0;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
}

#left .BlueTitle
{
	color:#009ee0;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	font-weight:bold;
}

#left .TrialLargeTitle
{
	color:#d0c218;
	font-family:Verdana;
	font-size:36px;
	font-weight:normal;
}

#left .TrialNormalTitle
{
	color:#d0c218;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
}

#left .OliveTitle
{
	color:#d0c218;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	font-weight:bold;
}

#left .GrayTitle
{
	font-family:Verdana;
	font-size:13px;
	line-height:17px;
	color:#666666;
}

#left span
{
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	color:#009ee0;
	line-height:20px;
}

#right
{
	float:right;
	width:365px;
	vertical-align:top;
}

#rightContent p
{
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	line-height:18px;
}

#rightContent .Title
{
	color:#009ee0;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
}

#rightContent .TrialTitle
{
	color:#d0c218;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
}

#rightContent
{	
	background-color:#FFF;
	padding:20px;	
	height:388px;
	*height:406px;
	position:relative;
	top:-2px;
	*top:-22px;
}

#trialRightContent p
{
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	line-height:18px;
}

#trialRightContent .TrialTitle
{
	color:#d0c218;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
}

#trialRightContent
{
	background:url(../Images/TrialPic.jpg) #FFF;	
	height:590px;
	*height:615px;
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
	left:0px;	
	padding:20px;	
}

A
{
	color:#009ee0;
	font-family:Verdana;
	text-decoration:none;
}

/*#footer 
{	
	position:relative;	
	left:-10px;
	width:400px;
	height:30px;
	padding-top:8px;
	border:solid 1px red;
	position:relative;
	font-family:Verdana;
	font-size:13px;
	color:#FFF;	
	white-space:nowrap;	
}

#footer p
{
	position:relative;
	left:-40px;
	font-family:Verdana;
	font-size:13px;
	color:#FFF;	
	white-space:nowrap;	
}
*/
#footer
{
	position:relative;
	left:-10px;
	font-family:Verdana;
	font-size:11px;
	color:#FFF;	
	white-space:nowrap;
	width:800px;
	text-align:center;
	border:none 1px red;
	top:-20px;
	*top:10px;
	*padding-bottom:8px;
}


