/******************************************************************************/
body {
	margin:					0px;
	overflow:				auto;
	background-color: 	white;
	color:					Black;
}

body * {
	font-family:			'Arial';
	font-size:				12px;
	color:					Black;
}

a {
	color:					Black;
	text-decoration:		none;
}

a#visited {
	color:					Black;
}

p {
	text-indent:			2em;
	margin-top:				0px;
	margin-bottom:			5px;
}

img {
	border:					0px;
}

table {
	border-collapse:		collapse;
}

td {
	padding:				0px;
	vertical-align:			top;
}

input{
	background-color: 	white;
}

textarea{
	background-color: 	white;
}
/******************************************************************************/
table.mainback {
	width:					1000px;
	height:					100%;
	background-color: 	white;	
	min-height: 			1100px;
}

table.mainback tr.mainbody{
	min-height: 			1100px;
}

table.mainback tr.mainbody td.left{
	width: 					250px;
	height:					100%;
	min-height: 			1100px;
	background-color: 	white;
}

table.mainback tr.mainbody td.left a{
	color: #1d3062;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
table.mainback tr.mainbody td.center{
	width: 					500px;
	height:					100%;
	background-color: 	white;
	min-height: 			1100px;
}

table.mainback tr.mainbody td.right{
	width: 					250px;
	height:					100%;
	min-height: 			1100px;
	background-color: 	white;
}

table.mainback tr.header td.right{
	width: 					100%;
	height:					290px;
	background-color: 	white;
}

table.mainback tr.footer td.left{
	width: 					250px;
	height:					125px;
	background-color: 	#40579A;
	color: 					White;
	padding-top: 20px;
}

table.mainback tr.footer td.left p, tr.footer td.left p strong, tr.footer td.left a strong, tr.footer td.left a {
	color: 			white;
}

table.mainback tr.footer td.center{
	width: 					500px;
	height:					125px;
	background-color: 	#40579A;
	padding-top: 20px;
}

table.mainback tr.footer td.center p, tr.footer td.center p strong {
	color: 			white;
}

table.mainback tr.footer td.center address{
	text-decoration: none;
	font-style: normal;
}

table.mainback tr.footer td.right{
	width: 					250px;
	height:					125px;
	background-color: 	#40579A;
	background-image: 	url(../images/bottomr.jpg);
	background-position: right;
	background-repeat: 	no-repeat;
}

div.logo {
	position:				absolute;
	z-index:					0;
	margin-left:			0px;
	margin-top:				0px;
	height:					260px;
	min-width: 				993px;
	padding-top:			0px;
	padding-left:			8px;
	padding-bottom: 		0px;
}

div.leftsq {
	position:				absolute;
	margin-top:				200px;
	margin-left:			0px;
}

div.mainsite {
	position:				absolute;
	margin-top:				20px;
	margin-left:			30px;
}

div.leftgray {
	position:				absolute;
	margin-top:				20px;
	margin-left:			0px;
}

div.rightsq {
	position:				absolute;
	margin-top:				40px;
	margin-right:			0px;
	margin-left:			234px;
}

div.rightgray {
	position:				absolute;
	margin-top:				520px;
	margin-right:			0px;
	margin-left:			234px;
}

table.mainpageprod tr td.prodname {
	padding-bottom: 10px;
	padding-top: 10px;
}

table.mainpageprod tr td.prodname a{
	color: #1d3062;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle; 
}