/*Universal Style*/
html > body * {
	outline:none;
}
body {
	margin:0;
	padding:14px 0;
	background:#007099 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;
}
h1{
font:bold 18px "Trebuchet MS";
color:#FFFFFF;
}
h2.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: #3300CC;
}
a:hover {
	text-decoration:underline;
}
a.pink{
color:#ff7400;
}

/*Layout Style*/
#wrapper{
width:740px;
margin:0px auto;
padding:0px;
position:relative;
}
#banner{
float:left;
width:740px;
height:269px;
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;
}
#content-area{
float:left;
width:720px;
padding:0 10px;
position:relative;
background:#d5e6f6 url(../images/green-repeater.gif) top left repeat-x;
}
#content-left{
float:left;
width:202px;
padding:23px 0 0 0;
}
#left-top{
width:202px;
height:27px;
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-right{
float:right;
width:500px;
padding:20px 8px 0 10px; 
}
#footer{
width:740px;
height:65px;
float:left;
padding:15px 0 0 0;
background:url(../images/bottom-curve.jpg) top left no-repeat;
text-align:center;
}
