﻿@import "../private/css/StyleSheet.css";

html, body, form
{
	/*margin:0px;*/
	padding:0px;
	height:100%;
	border:none;
	font-size:12px;
	font-family:Georgia Arial;
	background-color:#cccccc;
}

body, form
{
	margin:0px auto 0px auto;
	width:800px;
}

a, img
{
	border-style:none;
	text-decoration:none;
}

.containerRight
{
	margin: 0px 0px 0px 0px;
	background-image:url(/images/RightFade.gif);
	background-position:right;
	background-repeat:repeat-y;
	background-color: white;
	width: 795px;
	/*text-align: left;*/
	height:100%;
}

.containerLeft
{
	background-image:url(/images/LeftBG.gif);
	background-position:left;
	background-repeat:repeat-y;
	height:100%;
}

.mainLeft
{
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color: white;
	background-image:url(/images/LeftBG.gif);
	background-position:left;
	background-repeat:repeat-y;
}

.mainRight
{
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-image:url(/images/RightFade.gif);
	background-position:right;
	background-repeat:repeat-y;
	position:relative;
}

.Top
{
	background-image:url(/images/USA-1.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:790px;
	height:103px;
}

.TopLeft
{
	background-image:url(/images/LeftBG.gif);
	/*float:left;*/
	height:103px;
	width:94px;
	top:0px;
	left:0px;
	position:absolute;
}

.FeliciaWithHouse
{
	background-image:url(/images/Felicia_With_House.gif);
	height:275px;
	width:140px;
	top:0px;
	left:0px;
	position:absolute;
}

#bookmark
{
	margin-top:32px;
}

.MessageBox
{
	position:absolute;
	width:125px;
	top:200px;
	left:0px;
}

.BoxCenter
{
	background-image:url(/images/BlueBox/BlueBoxRight.gif);
	background-position:right;
	background-repeat:repeat-y;
	background-color:White;
	/*width:100%;*/
}

.BoxTopRight, .BoxTop
{
	height:16px;
	position:absolute;
	top:-15px;
	right:0px;
	background-position:top right;
	width:100px;
}

.BoxTop
{
	background-image:url(/images/BlueBox/BlueBoxTop.gif);
	background-repeat:repeat-x;
	margin-right:25px;
	margin-left:50px;
}

.BoxTopRight
{
	background-image:url(/images/BlueBox/BlueBoxTopRight.gif);
	width:25px;
}

.BoxBottomRight, .BoxBottom
{
	height:22px;
	position:absolute;
	right:0px;
	width:100px;
}

.BoxBottom
{
	background-image:url(/images/BlueBox/BlueBoxBottom.gif);
	background-repeat:repeat-x;
	margin-right:25px;
}

.BoxBottomRight
{
	background-image:url(/images/BlueBox/BlueBoxBottomRight.gif);
	width:25px;
	clear:both;
}

.BoxContents
{
	margin:0px 20px 0px 2px;
}


.Menu
{
	position:absolute;
	left:90px;
	top:105px;
	font-size:14px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


.MainContent
{
	padding:40px 0px 0px 0px;
	margin:10px 10px 0px 130px;
	width:650px;
	text-align:left;
}

.Footer
{
	clear:both;
	margin:20px 0px 0px 0px;
	width:100%;
	text-align:center;
	font-size:10px;
}

.FloatLeft
{
	float:left;
}
