﻿#main-container {
	width:600px;
	border:thick double #002700;
	background-color:white;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding:20px 50px;
}
.LandingPage 
{
	background-image: url(http://www.flag-trader.com/Images/LandingPage/Trader-Finder-BG.jpg);
	background-color:#001C00;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	font-family: serif;
	margin:0;
	padding:0;
}
.defaultPage p,
.LandingPage p
{
	line-height:21px;
	font-size:17px;
	margin:20px 0;
}
.defaultPage h1,
.LandingPage h1
{
	font-size:28px;
	text-align:center;
	color:darkred;
	width:100%;	
	line-height:30px;
}
.defaultPage h2,
.LandingPage h2
{
	font-size:24px;
	text-align:center;
	color:darkred;
	clear:both;
	margin-top:20px;
}
.defaultPage h3,
.LandingPage h3
{
	font-size:24px;
	text-align:center;
	clear:both;
}
.defaultPage h4,
.LandingPage h4
{
	font-size:24px;
	font-weight:bold;
	text-align:left;
	clear:both;
}
.defaultPage span.HeaderHighlight,
.LandingPage span.HeaderHighlight
{
	background-color: yellow;
	font-size:17px;
	font-family:"Courier New", Courier, monospace;
	text-align:center;
	font-weight:bold;
	line-height:20px;
}

.defaultPage img.FloatRight,
.LandingPage img.FloatRight
{
	float:right;
	border:0;
	margin:5px;
}

.defaultPage img.FloatLeft,
.LandingPage img.FloatLeft
{
	float:left;
	border:0;
	margin:5px;
}

.defaultPage div.TextBoxLeft,
.LandingPage div.TextBoxLeft 
{
	background-image:url(/images/JonsonBoxBG_200.png);
	background-repeat:no-repeat;
	float: left;
	width: 200px;
	background-color:#FFFF96;
	padding:20px;
	font-size:14px !important;
	font-style:italic;
	border: medium double #29512F;
	margin: 10px 20px 10px 0px;
}

.defaultPage div.TextBoxLeft p,
.LandingPage div.TextBoxLeft p
{
	line-height: normal;
	margin:5px;
}

.defaultPage div.TextBoxLeft ul,
.LandingPage div.TextBoxLeft ul
{
	margin:0;
}

.defaultPage div.TextBoxRight,
.LandingPage div.TextBoxRight 
{
	background-image:url(/images/JonsonBoxBG_200.png);
	background-repeat:no-repeat;
	float: Right;
	width: 200px;
	background-color:#FFFF96;
	padding:20px;
	font-size:14px !important;
	font-style:italic;
	border: medium double #29512F;
	margin: 10px 0 10px 20px;
}

.defaultPage div.TextBoxRight p,
.LandingPage div.TextBoxRight p
{
	line-height: normal;
	margin:5px;
}

.defaultPage div.TextBoxRight ul,
.LandingPage div.TextBoxRight ul
{
	margin:0;
}
.SmallIItalic
{
	font-style:italic;
	font-size:12px;
}
.SmallFooterText
{
	font-size:12px !important;
	color: #666666;
	font-family: "Courier New", Courier, monospace;
	line-height: normal !important;
	margin:10px 0 !important;
	
}

/************ GuaranteeBox ****************/
.GuaranteeBox
{
	background-color:#FFFF91;
	border:double black	medium;
	padding:15px;
}
.GuaranteeBox h1
{
	color:blue;
	line-height:normal;
}
.GuaranteeBox p
{
	line-height:normal;
	color:darkblue;
}
.GuaranteeBox #GuarnateeBurst
{
	float:right;
	margin:5px;
	border:none;
}
.portraitBox
{
	text-align:center;
	float:right;
	width: 200px;
	margin:10px;
}
.portraitBox h4
{
	text-align:center;
	margin:0;
}
.portraitBox p
{
	margin:0;
	text-align:center;
	font-size:11px;
	line-height:normal;
}
.messageBox
{
	margin: 20px auto;
	padding:0 10px;
	width:90%;
	background-color: #CEECCC;
	border:thin #002700 solid;
}
.messageBox p
{
	line-height:normal !important;
}


.question
{
	background-color: #7ABC84;
	color:#002700;
	padding: 3px 10px;
	margin:0 !important;
	line-height:normal !important;
	font-size:14px !important;
}
.answer {
	background-color: #CEECCC;
	color: black;
	padding:5px 10px;
	margin:0 0 20px 0 !important;
	line-height:normal !important;
	font-size:14px !important;
	
}