html, body
{
	height:100%;
}

body
{
	background-color:#7681ea;
	margin:0;
	font-family:Verdana,Tahoma,Arial;
	text-align: center;
}

H1
{
	color:#003399;
	font-size:20px;
	font-weight:normal;
	margin-top:0px;
	padding-top:10px;
}

H2
{
	color:#50b347;
	font-size:16px;
}

H3
{
	color:#003399;
	font-size:12px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
}

H4
{
	color:#50b347;
	font-size:14px;
	margin-top:0px;
	margin-bottom:10px;
}

Input, Select
{
	width:230px;
	font-family: Verdana, Arial, Sans-Serif; 
	font-size:1.0em;
	margin-bottom:5px;
}

.Button
{
	width:100px;
}

.Radio
{
	width:10px;
}

TextArea
{
	width:380px;
	height:200px;
	font-family: Verdana, Arial, Sans-Serif; 
	font-size:1.0em;
	margin-bottom:5px;
}

IMG
{
	border:0px;
}

ul
{
	list-style-image:url(./images/blue-arrow.gif);
}

.ulGreen
{
	list-style-image:url(./images/green-arrow.gif);
}

.PageTable
{
	height:100%;
 }

.PageTop
{
	background-image:url('./images/background/webtop.jpg');
	background-position:top center;
	width:2000px;
	height:185px;
}

.PageMiddle
{
	background-image:url('./images/background/webmiddle.jpg');
	background-repeat:repeat-y;
	background-position:top center;
	height:100%;	
}

.PageBottom
{
	background-image:url('./images/background/webbottom.jpg');
	background-position:top center;
	height:76px;
}

.Menu
{
	background-image:url('./images/menu/menu.gif');
	position:relative;
	top:68px;
	left:1px;
	height:30px;
	width:703px;
	text-align:left;
	font-size:12px;
	color:white;
}

.MenuItem
{
	float:left;
	width:90px;
	height:30px;
	/*border:1px solid red;*/
	text-align:center;
	line-height:27px;
}

.MenuSpacer
{
	background-image:url('./images/menu/menu-spacer.gif');
	float:left;
	width:3px;
	height:30px;
}

.MenuSpacerNoImage
{
	float:left;
	width:3px;
	height:30px;
}

.MenuItem A, .MenuItem A:visited
{
	color:#cccccc;
	text-decoration:none;
	width:100%;
}

.MenuItem A:hover, .MenuItem A:active
{
	color:#ffffff;
}

.MenuItem:hover
{
	background-image:url('./images/menu/menu-over.gif');
}

.ContentMiddle
{
	width:700px;
	text-align:left;
	font-size:12px;
}

.ContentMiddle A, .ContentMiddle A:visited
{
	color:#50b347;
	text-decoration:none;
}

.ContentMiddle A:hover
{
	color:#003399;
	text-decoration:underline;
}

.ContentBottom
{
	width:700px;
	font-size:12px;
	text-align:left;
}

.FooterLeft
{
	float:left;
	width:250px;
	text-align:left;
}

.FooterRight
{
	float:right;
	width:450px;
	text-align:right;
}

.ContentBottom A, .ContentBottom A:visited
{
	color:#000000;
	text-decoration:none;
}

.ContentBottom A:hover
{
	color:#50b347;
	text-decoration:underline;
}

.VerticalSplitter
{
	background-color:gray;
	width:1px;
	height:100%;
}

.CompanyLeft
{
	width:135px;
	vertical-align:top;
}

.CompanyRight
{
	padding-left:10px;
	vertical-align:top;
}

.SolutionsLeft
{
	width:138px;
	vertical-align:top;
}

.SolutionsRight
{
	padding-left:10px;
	vertical-align:top;
}

.ulNoIndent
{
	margin-left:0px;
	padding-left:20px;
	margin-top:0px;
}

.ulNumbers
{
	list-style-type:decimal;
	list-style-image:none;
}

.ulLetters
{
	list-style-type:lower-alpha;
	list-style-image:none;
}

.ulGreen
{
	list-style-image:url(./images/green-arrow.gif);
}

.SEOLinks
{
	width:100%;
	font-size:9px;
}

.example
{
	margin-top:15px;
	margin-bottom:15px;
	padding:10px 10px 10px 10px;
	border:1px solid #00309c;
	background-color:#cbd5eb;
}

.exampleWhite
{
	margin-top:15px;
	margin-bottom:15px;
	padding:10px 10px 10px 10px;
	border:1px solid #00309c;
}

.title
{
	color:#003399;
	font-weight:bold;
}

.green
{
	color:#50b347;
}

.blue
{
	color:#003399;
}

.tab1
{
	padding-left:20px;
}

.tab2
{
	padding-left:40px;
}

.Required
{
	color:red;
}

.Message
{
	border: 1px solid #ade773;
	background-color:#f7ffef;
	padding-left:10px;
}

.Warning
{
	border: 1px solid #e79694;
	background-color:#ffebef;
	padding-left:10px;
}
