﻿body
{
	 padding: 0px;
	 margin: 0px;
	 height:100%;
	 width:100%;
}

.MainDiv
{
	width:954px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#MainDiv
{
	height:621px;
}

#HeaderDiv
{
	width:954px;
	height:138px;
}
#BannerDiv
{
	float:right;
}
img.BannerImg
{
	width:954px;
	height:138px;
	position:absolute;
	z-index:-1;
}
#LogoDiv
{
	float:left;
	margin:30px;
}
img.LogoImg
{
    max-width:220px;
    max-height:110px;
}
#BannerTitleDiv
{
	text-align:center;
	height:115px;
	width:235px;
	float:right;
	margin-top:15px;
	margin-right:150px;
	color:#000000;  /* this is a place holder*/
}
#SideImgDiv
{
	float:left;
	background-color: #FFF;
	height: 525px;
}

img.SideImg
{
    width:221px;
	height:396px;
}

.MainContentDiv
{
	float:right;
	font-size:13px;
	color:#000000;   /* this is a place holder*/
	width:670px;
	background-color:#ffffff;  /* this is a place holder*/
	padding-left:63px;
}
#MainContentDiv
{
	height:525px;
}

#ClearingDiv
{
    clear:both;
}

#GiveawayDiv
{
	height:120px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}
img.GiveawayImg
{
    max-width:400px;
	max-height:120px;
}

input[type="text"]
{
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	width:100%;
}

.FormStyle
{
	padding:0;
	margin:0;
}
td
{
	padding:3px 3px 3px 0px;
	font-size: 12px;
}
#ValidationMsg
{
    color:#FF0000;
    font-size:12px;
    display:block;
}
#ButtonsDiv
{
    width:200px;
}
.BtnStyle
{
	border-right:solid 2px #000000;
	border-bottom:solid 2px #000000;
	cursor:pointer;
	font-family:Trebuchet MS;
	background-color:#7a7a7a;   /* this is a place holder*/
	color:#ffffff;            /* this is a place holder*/
	font-weight:bold;
	padding:2px;
}

button:hover
{
    background-color:#7a7a7a;  /* this is a place holder*/
}

a.SiteLink
{
    color:#000000;              /* this is a place holder (same as footer text color*/
}
#FooterDiv
{
	float:left;
	height:45px;
	width:954px;
	background-color:#dddddd;       /* this is a place holder*/
}

#FooterTextPH
{
	font-size:13px;
	text-align:center;
	color:#000000;      /* this is a place holder*/
	margin:10px;
}

