﻿@import url("BOAMenu.css");
@import url("Certificate.css");
body 
{
	margin: 0 auto;
	padding: 0;
	background-color: #292a5c;
	text-align: center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5  
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size: x-large;	
	margin: 0 0 15px 0;
}

h2
{
	font-size: large;	
	margin: 0 0 12px 0;
}

h3
{
	font-size: medium;	
	margin: 0 0 10px 0;
}

img
{
	border: 0;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.Wrapper
{
	width: 902px;
	margin: 0 auto;
	padding: 0;
}

.Flash
{
	background: url('/Images/FlashMain.jpg') #362d66 no-repeat center;
	height: 435px;
	margin: 0 auto;
}

.LowerSection
{
	width: 100%;
	background: #d0ccb8;
	border-top: 2px white solid;
	padding-bottom: 35px;
	display: inline-block;
}

.ClickHereBox
{
	border-bottom: 2px white solid;
	border-right: 2px white solid;
	border-left: 2px white solid;
	background: #a4c2d0;
	text-align: right;
	float: left;
	width: 253px;
	clear: right;
}

.ClickHereBox a img
{
	border: none;
}


.BoxLeft
{
	margin-left: 39px;
}

.BoxMiddle
{
	margin-left: 24px;
}

.BoxRight
{
	margin-left: 23px;
}

.ClickHereBox img
{
	padding: 5px;
}

.ContentBottomLeft
{
	margin-left: 39px;
	margin-top: 20px;
	width: 538px;
	float: left;
	text-align: left;
	background-color: transparent;
}

.ContentBottomLeft .Handshake
{
	border: 2px white solid;
	float: left;
	margin-right: 20px;
}

.LatestNewsColumn
{
	margin: 20px 0 0 23px;
	padding: 0 0 10px 0;
	text-align: left;
	clear: right;
	float: left;
	background: #e3e1d5;
	width: 256px;
}

.LatestNewsColumn p.first-ele
{
	padding: 5px 0 5px 0;
	margin: 0px;
	background: transparent url('/Images/NewsTop.png') no-repeat top left;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
}

.LatestNewsColumn p
{
	padding: 5px 10px 10px 10px;
	margin: 0;
}

.LatestNewsColumn div
{
	padding: 5px 10px 5px 15px;
}

.LatestNewsColumn img
{
	padding-right: 15px;
	margin: 0px;
	vertical-align: middle;
}

.LatestNewsColumn a
{
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	color: #292a5c;

}

.LatestNewsColumn a:hover
{
	text-decoration: underline;

}

.CaptchaHelp
{
	font-size: 11px; 
	width: 430px; 
	margin-top: 10px; 
	border: solid 1px Gainsboro; 
	padding: 5px;
}

.CaptchaError
{
	font-size: 13px; 
	color: Red;
	width: 430px; 
	padding: 5px;
}

/* ---- Footer ---- */

.footer.outer {
	width: 902px; 
	margin: 0 auto;
	padding: 0;
	height: 46px;
}

.footer.outer ul {
	list-style: none;
	margin: 0;
	padding: 13px 0px 0px 90px;
}

.footer.outer ul li{
	float: left;
}

.footer.outer ul li a {
	padding-left: 35px;
	text-transform: none;
	font-size: 80%;
	color: #ffcdcc;
	text-decoration: none;
}

/* ---------------- */

/* ---- Content Pages ---- */

.ContentWrapper
{
	width: 100%;
	background-color: white;
	Display: inline-block;
}

.ContentHeader
{
	display: inline;
	float: left;
}

.ContentHeader img
{
	margin: 0;
	padding: 0;
	float: left;
}

.ContentBody
{
	width: 652px;
	background-color: White;
	text-align: left;
	padding: 17px 15px 30px 30px;
	display: inline-block;
}

/* ----------------------- */

table.LicenseDisplay
{
	border: solid 0px #E8E8E8;
}

table.LicenseDisplay td
{
	background-color: white;
	color: black;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	text-align: right;
}

table.LicenseDisplay .data
{
	background-color: white;
	color: black;
	font-weight: normal;
	text-align: left;
	border: 1px #CCCCCC solid;
}

.OptionalSymbol
{
	color: Gray;
	font-size: 19px;
}

.FAQ
{
	margin-left: 15px; 
	margin-top: 7px;
}

.Tagline
{
	margin-top: 30px; 
	margin-left: 35px; 
	border: 0px;
}



