body {
	background-color: #EAEAEA;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}
img { border:0px;}
/*
#jsImg
{
	width: 300px;
	height: 200px;
}
*/
#jsImgDiv
{
	padding:3px;
	border: 1px solid #333333;
	width: 300px;
	height: 200px;
	text-align: center;
	background-image:url('Images/jsImg.jpg');
}

table{
/*border:none;*/
}
/*table.noSpace {
	border-spacing: -1px -1px;
	border-collapse: collapse;
	vertical-align: top;
	margin: auto;
}*/
.main
{
	height: 100%;
	width: 928px;
	margin: auto;
	margin-top:5px;
}
.divCenter
{
	border: 1px solid black;
	margin-left: 14px;
	width:900px;
	background-image: url(Images/menuBack.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#ffffff
}
.divLeft
{
	background-image:url(Images/borderLeft.jpg);
	background-repeat:repeat-y;
}
.divRight{
	background-image:url(Images/borderRight.jpg);
	background-repeat:repeat-y;
	background-position:right
}
.logoSpace {
	width: 900px;
	height: 206px;
	}
/*#logo{
	border-right: 5px solid #2E4D21;
}*/
.menuSpace {
	float: left;
	width: 170px;
	
}
.contentSpace {
	float: left;
	padding: 10px;
	width: 710px;
	background-image:url(Images/contentSpace.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
	vertical-align: top;
}
div.contentDiv {
	margin: 15px 10px 0px 10px;
}
.contentFloat
{
	float:right;
	margin: 4px;
}
/*
td.rightBorderFade {
	background-image: url('Images/contentRight.jpg');
	width: 5px;
	background-repeat: repeat-x;
}*/
input, textarea {
	background-color: transparent;
	border: 1px solid #888888;
}
.slightIndent {
	text-indent: 15px;
}
.bullet {
	background-image: url('Images/bullet.png');
	background-repeat: no-repeat;
	width: 17px;
}
.listText {
	font-size: 10pt;
	/*width: 500px;*/
	padding-bottom: 5px;
}
.listTextNoPad {
	font-size: 10pt;
}
.listTextStrong {
	font-size: 12pt;
	font-weight: 800;
	/*font-family: lucida console;
	width: 500px;*/
	padding-bottom: 5px;
}
.subText {
	text-indent: 15px;
	/*width: 475px;*/
	margin-left: 25px;
	font-size: 10pt;
	padding-bottom: 10px;
}
.subTextNoPad {
	text-indent: 15px;
	margin-left: 25px;
	font-size: 10pt;
}
h3 {
	font-size: 14pt;
	color: #143a03;
}
.header3 {
	font-size: 15pt;
	color: #143a03;
	font-weight: bold;
	padding-bottom: 10px;
}
.conHeader {
	width: 85px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding-bottom: 5px;
}
.conRow {
	width: 450px;
	margin: auto;
}
.conInputCont {
	width: 365px;
	float: right;
	text-align: left;
	padding-bottom: 5px;
}
.conSubBtnCont {
	width: 450px;
	margin: auto;
	text-align: right;
	padding-right: 27px;
}
.successMsg {
	text-align: center;
	color: green;
	font-size: 16pt;
}
.failMsg {
	text-align: center;
	color: red;
	font-size: 16pt;
}
.midText {
	text-align: center;
}
.midTextStrong {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}
.appBtn {
	background-color: #C0C9B4;
}
.smallInfo {
	font-size: 8pt;
	font-family: courier new;
}
.langCont {
	/*width: 600px;*/
	text-align: right;
	font-size: 8pt;
}