/*Universal Style*/
html > body * {
	outline:none;
}
body {
	margin:0;
	padding:14px 0;
	background:url(../images/body-repeater.gif) top left repeat-x;
	color:#000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
}
h1, h2, h3, h4, h5, h6, form, label, input, legend, textarea, select, ul, ol, li, dl, dt, dd, p, div {
	margin:0px;
	padding:0px;
}
h2{
font:bold 18px "Trebuchet MS";
color:#3e3e3e;
}
h3.border{
font:bold 12px Verdana, Arial, Helvetica, sans-serif;
color:#0d2e06;
padding:15px 0 5px 3px;
border-bottom:1px dashed #000000;
}
h3.splinks{
font:bold 12px Verdana, Arial, Helvetica, sans-serif;
color:#0d2e06;
padding:15px 0 5px 3px;
background:url(../images/left-nav-bg.gif) top left no-repeat;
}

p{
padding-top:7px;
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration:none;
	color:#303030;
}
a:hover {
	text-decoration:underline;
}
a.pink{
color:#ff7400;
}

/*Layout Style*/
#wrapper{
width:905px;
margin:0px auto;
padding:0px;
position:relative;
}
#banner{
float:left;
width:905px;
height:236px;
background:url(../images/banner.jpg) top left no-repeat;
}
#welcometext{
float:right;
margin-top:227px;
width:380px;
font:bold 18px "Trebuchet MS";
padding:12px 50px 8px 0;
color:#FFFFFF;
text-align:right;
background:url(../images/welcome-bg.png) top left no-repeat;
}
.nav{
float:left;
width:905px;
height:50px;
background:url(../images/green-repeater.gif) top left repeat-x;
}
#content-area{
float:left;
width:883px;
padding:10px 10px 0 10px;
position:relative;
border-left:1px solid #909090;
border-right:1px solid #909090;
background:#FFFFFF;
}
#content-left{
float:left;
width:202px;
padding:px 0 0 0;
}
#left-top{
width:202px;
height:24px;
float:left;
background:url(../images/left-col-topcurve.jpg) top left no-repeat;
}
#left-inner{
width:180px;
float:left;
padding:0 0 0 22px;
background:url(../images/left-col-repeater.gif) top left repeat-y;
}
.leftnav{
margin:0px;
padding:0px;
list-style-type:none;
}
.leftnav li{
background:url(../images/left-nav-bg.gif) top left no-repeat;
padding:4px 0 5px 10px;
margin-bottom:3px;
}
.leftnav li a{
color:#0d2e06;
text-decoration:none;
font:bold 12px Verdana, Arial, Helvetica, sans-serif;
}
.leftnav li a:hover{
color:#358ea9;
}
#left-bot{
width:202px;
height:13px;
float:left;
background:url(../images/left-col-bottomcurve.jpg) top left no-repeat
}
#sponseredlink{
width:187px;
float:left;
padding:15px 0 0 15px;
}
#content-middle{
float:left;
width:481px;
padding:0px 8px 0 10px; 
}
#content-right{
float:right;
width:163px;
padding:0px 0 0 18px;
background:url(../images/shadow-devider.gif) top left no-repeat;
}
#footer{
width:885px;
float:left;
padding:0px 0px 10px 20px;
background:url(../images/bottom-curve.jpg) top left no-repeat;
text-align:center;
}
