﻿
body
{
    background-image: url('Images/background.gif');
}

html
{
    overflow-x:hidden;
}

h1 
{
	font-family: verdana;
	font-weight:bold;
	font-size:17pt;
	margin:0;
	color:#666666;
}

h2
{
    font-family: verdana;
    font-weight: bold;
    font-size: 10pt;
    margin-top:16px;
    margin-bottom:16px;
    color: #0066CC;
}

h3 
{
	font-family: verdana;
	font-weight:bold;
	font-size:8pt;
	margin-top:8px; 
	margin-bottom:8px; 
	color:#003399;
}

.text
{
	font-family:verdana; 
	font-size:8pt;
	color:#666666;
}

.textdiv
{
	margin-top:8px;
	margin-bottom:8px;
}

.link
{
	font-family:verdana; 
	font-size:8pt; 
	color:#0066CC;
}

.footer 
{
	font-family:Verdana;
	font-size:8pt;
	color:#666666;
}

.dialog
{
    margin:8px;
}

.legal
{
	font-family:verdana; 
	font-size:8pt; 
	font-weight:bold;
}

#wrapper
{
	width:789px;
	height:2000px;
	margin:2px auto;
	background-color:White;
}

#header
{
    position:relative;
	height:268px;
	text-align:center;
}

#logo
{
    position:absolute;
    left:8px;
    top:14px;
}

#innerpage
{
	overflow:visible; /* make pay attention to height of floats inside it */
	margin:35px 8px 0px 8px;
}

#contentleft
{
	background-color:White;
}

#contentright
{
	float:left;
	margin-left:70px;
	width:241px;
	height:119px;
	background-image:url('Images/conditionsBackground.jpg');
}

#contentrighttext
{
	margin-left:12px;
	width:220px;
}

#copyright
{
	font-family:Verdana;
	font-size:8pt;
	color:#666666;
	clear:both;
}

.buttonDiv
{
    float:right;
}

.button
{
    cursor:hand;
}

.separator
{
    margin-top:8px;
}

.results
{
	overflow:visible; /* make pay attention to height of floats inside it */
	margin-top:0px;
}

.resultsLeft
{
	float:left;
	width:92px;
	margin-top:8px;
}

.resultsRight
{
	float:left;
	width:auto;
	margin-left:12px;
	margin-top:8px;
}

.imagetextline
{
    vertical-align:middle;
}

.bullet
{
    vertical-align:middle;
}

.hidden
{
    visibility:hidden;
}

.visible
{
    visibility:visible;
}

