body{
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background-color: #FFF;
}
.mainBg {background: url(../images/bg.jpg) center repeat-y;}
.headerBg {background: url(../images/head.jpg) center top no-repeat;}
.footerBg {background: url(../images/foot.jpg) center bottom no-repeat; min-height: 500px;}
.container {width: 950px; text-align: left; margin: 0px auto;}
.header {height: 186px; text-align: right; color: #99cc33}
.main {min-height: 200px; padding: 10px 20px 10px 20px;}
.myLinks{ width:300px; height:70px; float:right; padding-right:20px; padding-top:10px; font-size:14px;}
	
.cName{color:#CA2F41;}
	
.footer {height: 113px; padding-top: 15px; color: #666;}
.footer strong {color: #ff0000;}
.footer table.footTable {width: 98%; margin: 10px 5px 0px 0px;}

table.roundedImgTable {border-collapse: collapse; margin: 0px auto;}
table.roundedImgTable td {padding: 0px}

table.roundedImgTable td.topLeft {background: url(../images/prodbg/tl.gif) no-repeat top left; width: 5px; height: 5px;}
table.roundedImgTable td.topRight {background: url(../images/prodbg/tr.gif) no-repeat top right; width: 5px; height: 5px;}
table.roundedImgTable td.bottomLeft {background: url(../images/prodbg/bl.gif) no-repeat bottom left; width: 5px; height: 5px;}
table.roundedImgTable td.bottomRight {background: url(../images/prodbg/br.gif) no-repeat bottom right; width: 5px; height: 5px;}

table.roundedImgTable td.top {background: url(../images/prodbg/t.gif) repeat-x top;}
table.roundedImgTable td.right {background: url(../images/prodbg/r.gif) repeat-y right;}
table.roundedImgTable td.bottom{background: url(../images/prodbg/b.gif) repeat-x bottom;}
table.roundedImgTable td.left{background: url(../images/prodbg/l.gif) repeat-y left;}


.submitLink {
	background:#0C0;
	text-align:center;
	padding:10px 20px 10px 20px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.submitLink:hover {
	background:#0F0;
	color:#FFF;
}