/* Success CSS  LS ACES  http://www.lensaunders.com*/

body { 
	font:10pt verdana; 
	background-color: #FFFFFF;
        background-image: url('images/bg.gif');
        background-repeat: repeat;
	margin:0;
	padding:0;
}

#navcontainer { width: 190px; }

#menu {
	width: 180px;
	margin: 10px;
	}

A.menu:link {line-height: 18px; display:block; width: 160px; text-align: center; background: #86C2E9; border: 2px solid #66BB33; padding: 1px 1px 1px 1px; font-size: 8pt; text-decoration: none; color: #33639A; font-weight: bold; font-family: verdana; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
A.menu:visited {line-height: 18px; display:block; width: 160px; text-align: center; background: #86C2E9; border: 2px solid #66BB33; padding: 1px 1px 1px 1px; font-size: 8pt; text-decoration: none; color: #33639A; font-weight: bold; font-family: verdana; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
A.menu:hover {line-height: 18px; display:block; width: 160px; text-align: center; background: #A5DB82; border: 2px solid #66BB33; padding: 1px 1px 1px 1px; font-size: 8pt; text-decoration: none; color: #33639A; font-weight: bold; font-family: verdana; -moz-border-radius: 3px; -webkit-border-radius: 3px;}

h1 {
	font:30pt Arial Black;
	color:#008000;
	margin:0;
	padding-left: 20px;
                  padding-top: 20px;
}

h2 {

	font:14pt verdana, arial, sans-serif;
	color:#666;
	padding:10px;
	margin:0;
      text-align: center;
}

h3 {
	font:16pt Arial Black;
	color:#FF983C;
	padding:10px;
	margin:0;
	padding-left: 20px;
}

h6 {
	font:18pt Arial Black;
	color:#0384BD;
	margin:0;
	padding-left: 20px;
}

h4 {
	font:19pt verdana, arial, sans-serif;
	color:#666;
	padding:10px;
	margin:0;
                  text-align: center;
}

h5 {
	font:14pt verdana, arial, sans-serif;
	color:#666;
	padding:10px;
	margin:0;
	text-align: center;
}

p { 
	font: 10pt verdana; 
	margin: 0px; 
	text-align: center;
}
	
#contain {
	width:840px;
	border-right:5px solid #CCC;
	border-left:5px solid #CCC;
	border-TOP:5px solid #CCC;
	margin-left:auto;
	margin-right:auto;
	background: #FFF url('images/success.jpg') bottom right no-repeat;
        }
	
#header {
	background: #FFF url('images/successheader.jpg') bottom right no-repeat;
	width:840px;
	height:205px;
	border-bottom:5px solid #CCC;
	font-weight:bold;
	color:#CCC;
                  padding-right: -20px;
}

#leftcol {
	width:200px;
	float:left;
	padding:5px 0 5px 0;
	background-color: #fff;
}

#leftcol p {
	padding:3px 0 3px 10px;
	margin:0;
}

#content {
	margin-left:190px;
	width:640px
}

#content p {
	padding: 3px 0 3px 20px;
	margin:0;
}

#footer {
	width:840px;
	clear:left;
	border-top:5px solid #CCC;
	border-bottom:5px solid #CCC;
	background: #CCC;
	padding: 3px 0 3px 0;

}

#footer p {
	text-align:center;
	padding-right:8px;
	font:8pt verdana, arial, sans-serif;
        
}


#leftImg
{
float:left;
padding: 0 0px 0px 0;
}