@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	margin-top: -1px;
	background-image: url(../images/back.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	color: #999999;
}
#container{
	margin: 0px auto;
	width: 935px;
}

.leftCol{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 467px;
}

.rightCol{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 467px;
}

#bodyContent{
	padding-bottom: 20px;
}

#footer{
	height: 80px;
	width: 100%;
	/*position: fixed;*/
	/*bottom: 0px;*/
}
#footerInfo{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 965px;
	height: 80px;
	text-align: right;
}

#footerInfo div{
	padding: 10px;
	padding-bottom: 0px;
	margin: 0px;
	color: #666;
}

#cntFtrLft{
	float: left;
	width: 200px;
	text-align: right;
}
#cntFtrRgt{
	float: right;
	width: 275px;
	text-align: left;
}

/********************************/
.clr{
	clear: both;
}

.inner{
	padding-left: 20px;
	padding-right: 20px;
}

p, .indnt{
	text-align: justify;
}

h1, h2, strong{
	font-variant:small-caps;
	color: #ffff99;
	font-weight: normal;
}

.right{
	float: right;
}
#bodyContent{
	background-image: url(../images/contentBack.gif);
	background-repeat:repeat-y;
}
#bodyContent a, #footerInfo a, .red{
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

#bodyContent a:hover, #footerInfo a:hover{
	text-decoration: underline;
}
/***************************/
label{
	float: left;
	display: block;
	width: 80px;
}
input, select{
	width: 200px !important;
}
.err{
	background-color: #F99;
}
.submitBtn{
	width: 50px !important;
	border: 0px;
}

.larger{
	font-size: 1.5em;
}