/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 9pt;
	background: #fff;
	padding-bottom: 0px;
	margin: 0px auto;
	padding-top: 0px;
	font-family: Verdana, sans-serif;
}

H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: LightGrey;
	font-weight: bold;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: DarkOrange;
	font-weight: bold;
	text-transform: uppercase ;
}
H3
{
	font-weight: bold;
	font-size: 1.2em;
	color: Maroon;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.WebPage
{
	width: 100%;
	text-align: center;
}
.Heading
{
	vertical-align:text-top ;
	padding-top: 10px;
	margin: 0px auto;
	text-align: left;
	width: 800px;
	overflow:hidden;
	
}
.Heading img
{
	vertical-align: top;
}

.HomeMenuTable
{
	margin-top: 2px;
	width:800px;
	color: Gray;
	background-color: White;
	
}
A.HomeMenu
{
	color: Black;
	font-size: 9pt;
	font-family: Verdana;
	font-weight: bold;
	border-bottom-style: none;
	text-decoration: none;
}
.RightTestQuote 
{
	vertical-align:text-top;
	width: 190px;
	font-family: georgia;
	border-left: 1px dotted #ccc;
	padding: 5px 0 0 12px;
	float: right;
	font-size: 13px;
	font-style:italic ;
	line-height: 15px;
	font-weight: bold;
	color:RoyalBlue  ;
	margin: 0px 0 0px 5px;
}
.LeftTestQuote 
{
	vertical-align:text-top;
	width: 190px;
	font-family: georgia;
	border-right: 1px dotted #ccc;
	padding: 5px 5px 0 0px;
	float: left;
	font-size: 13px;
	font-style:italic ;
	line-height: 20px;
	font-weight: bold;
	color:DarkBlue  ;
	margin: 0px 12px 30px 0px;
}
.QuoteAuthor
{
	display: block;
	margin-top: 8px;
	font-size: 8pt;
	font-weight:normal ;
}
.Title
{
	font-weight: bold;
	color: Orange;
	font-family: Verdana ;
}
.Section
{
	clear: both;
	padding-bottom: 10px;
	border-bottom: #aaa 1px solid;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
}

.SectionText
{
	padding-top: 10px;
	float: right;
	width: 530px;
	
}

.SectionBox
{
	border-right: gray 1px dotted;
	padding-right: 10px;
	border-top: gray 1px dotted;
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 10px;
	vertical-align: text-top;
	border-left: gray 1px dotted;
	color: black;
	line-height: 15px;
	padding-top: 10px;
	border-bottom: gray 1px dotted;
	font-family: Verdana;
	background-color: antiquewhite;
}
.SectionBoxImg
{
	float: left;
	margin-right: 10px;
	
}
.SectionsScreenshot
{
	float: left;
	width: 250px;
	padding-top: 10px;
	
}
.SectionsScreenshot img
{
	vertical-align: top;
	width: 200px;
}
.Caption
{
	padding: 10px;
	vertical-align: top;
	font-size: 14pt;
	font-family: Georgia;
	color: Gray;
}
.Columns
{
	padding: 10px;
	margin: 0px auto;
	width: 700px;
	vertical-align: top;
	width: 800px;
	clear: both;
	margin-top: 5px;
	text-align: left;
}
.Column
{
	vertical-align: text-top;
	padding-top: 10px;
	text-align: left;
}

.headline
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: RoyalBlue;
	font-weight: bold;
}

.QuickLink
{
	text-decoration: underline;
}
.BigTitle
{
	text-transform: uppercase;
	margin: 10px 0 15px 0;
	text-align:center;
	font-size: 20px;
	font-family: Verdana ;
	font-weight: bold;
	padding-bottom: 15px;
	color: gray;
	border-bottom: solid 2px gray;
}
.email
{
	color: gray;
	font-size: 12px;
	font-family: Verdana;
	font-style: italic;
}
.link
{
	color: blue;
	font-size: 1em;
	font-family: Arial;
	font-style: normal;
}
.HomeText
{
	font-size: 11px;
}
UL LI.HomeText
{
	font-size: 11px;
}

.SideQuote {
	width: 180px;
	font-family: georgia;
	border-left: 1px dotted #ccc;
	padding: 5px 0 0 12px;
	float: right;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color:Maroon  ;
	margin: 12px 0 12px 12px;
}
/************* MID-MENU */

#MidMenu
{
	clear: both;
	margin-top: 10px;
	font-weight: bold;
	font-size: 12pt;
	background: silver;
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	width: 100%;
	color: #555;
	padding-top: 10px;
	text-align: center;
}

#MidMenu ul {
	margin-top: 5px;
	display: block;
	
}
#MidMenu li {
	font-size: 9pt;
	font-weight: bold;
	color:gray;
	display: block;
	float: left;
	width: 215px;
	height: 130px;
	margin: 8px;
	border-right: 1px #aaa dotted;
	padding: 10px;
	background: #FFF;
}

#MidMenu .MidDetail {
	color: black;
	font-weight: bold;
	font-size: 8pt;
	line-height: 15px;
}
.TitleLink 
{
	font-weight: bold;
	color: darkorange;
	
}
#MidMenu a:hover {
	text-decoration: underline;
}
.Learn
{
	text-decoration: none;
}
#LowMenu {
	width: 100%;
	background:gainsboro;
	clear: both;
	text-align: center;
	border-top: 1px orange solid;
	border-bottom: 1px orange solid;
	padding-top: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #555;
	margin-top: 30px;
}

#LowMenu ul {
	margin-top: 10px;
	min-height: 70px;
	display: block;
	overflow: hidden;
}
#LowMenu li {
	font-size: 9pt;
	font-weight: bold;
	color: #555;
	display: block;
	float: left;
	width: 180px !important;
	height: 100px;
	border-right: 1px #aaa dotted;
	padding: 15px;
	
}

#LowMenu .MidDetail {
	color: black;
	font-weight: normal;
	font-size: 8pt;
}
#LowMenu a {
	font-weight: bold;
	color: orange;
}
#LowMenu a:hover {
	text-decoration: underline;
}

.BoxLink, .BoxLink img
{
	margin-left: 10px;
	border: 0;
	text-decoration: none;
	
}

.Footer
{
	text-align: right;
	margin-top: 30px;
	font-size: 8pt;
	color: orange;
}
A
{
	color: #FF8B02;
	font-family: Verdana;
}

A:hover
{
	text-decoration: underline;
}

A.ClientMenu:link
{
	display: block;
}

A.ClientMenu
{
	color: Gray;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: solid 1px white;
}

A.Link
{
	border: none;
}

A.ClientMenu:hover
{
	color: White;
	background-color: Gray;
	border: solid 1px gray;
}



.breadcrumbs
{
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}

A.HomeMenu:hover
{
	color: white;
	background-color: DarkGray;
}


SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
	font-size: 10pt;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

.Disclaimer
{
	font-family: Verdana;
	font-size: 12;
	color: Maroon;
}
TD
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

#DropDownMenu {
	LEFT: 650px; POSITION: absolute; TOP: 6px; 



}
P
{
	margin-top: 12px;
	margin-bottom: 10px;
}
