﻿body 
{
	font-family: Tahoma;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	/*
	background-image: url('../Images/BodyBG.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFF3DE;
	*/
	background-color: #ECE7F1;
	height: 100%;
}

IMG
{
	border: none;
}

.heading
{
	background-image: url('../Images/HeadingBG.gif');
	background-repeat: repeat;
	background-position: top left;
	width: 100%;
	height: 60px;
}

.logo
{
	background-image: url('../Images/logo.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
}

.barStripe
{
	background-image: url('../Images/BarBG.gif');
	background-repeat: repeat;
	background-position: top left;
	width: 100%;
	height: 3px;
}

.tagLine
{
	background-color: #006699;
	background-image: url('../Images/TagLine2.gif');
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	height: 19px;
	border-bottom: solid 1px #000000;
}

.tagLine .content
{
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 13px;
}

.menu
{
	float: left;
	background-color: #E9E0A6;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	margin-right: 10px;
}

.menu .content
{
	padding: 12px;
}

.menu .content .linkHeading
{
	font-weight: bold;
}

.menu .content .links
{
	padding-left: 20px;
	margin-bottom: 20px;
}

.child
{
	float: left;
}

.child .content
{
	padding: 10px;
	width: 700px;
}

.contentHeading
{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 125%;
}

.codeTableHead
{
	font-weight: bold;
}

.codeTableHead TD
{
	border-bottom: solid 1px #000000;
}

.codeTable TD
{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #000000;
}

.codeTableDownload
{
	text-align: center;
	padding-left: 20px;
}

.downloadBox
{
	text-align: center;
	border: solid 1px #1030A5;
	background-color: #CED3FF;
	padding: 3px 10px 3px 10px;
	background: solid 1px #1030A5;
	vertical-align: bottom;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.downloadBox A
{
	text-decoration: none;
	font-weight: bold;
	color: #1030A5;
}

.downloadBox IMG
{
	position: relative;
	top: 4px;
}

.bulletHeading
{
	font-weight: bold;
	margin-bottom: 5px;
}

.bulletContent
{
	padding-left: 20px;
	padding-right: 20px;
}

.contactUs
{
	float: right;
	padding-right: 30px;
}

.contactUs A
{
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 13px;
}
