html, body {
	height: 100%;
	padding: 0px;
	margin:0 auto;
	font-size:12px;
	font-family: arial;
	color:#6A6A6A;
}

img{border : 0px;display: block;}

a, a:active, a:link, a:visited{color: #669966;text-decoration: none;outline:none;}
a:hover{color: #669966;text-decoration: underline;o}

a.smd,a.smd:active,a.smd:link,a.smd:visited{font-size:11px;color: #669966;text-decoration: none;}
a.smd:hover{text-decoration: underline;}

#main{
	width:726px;
	padding-left:126px
}

#content{
	padding-top:20px;
}

#content_left{
	width:550px;
	padding-right:45px;
	float:left;
}

#content_right{
	width:130px;
	float:right;
	padding-top:40px;
}

#footer{
	padding-top:10px;
}


#heading{height: 40px;}

#bg_left{background:#ffffff url(/images/home_heading_white.gif) repeat-x;}
#bg_right{background:#ffffff url(/images/home_heading_green.gif) repeat-x;}
#bgsub_left{background:#ffffff url(/images/heading_white.gif) repeat-x;}
#bgsub_right{background:#ffffff url(/images/heading_green.gif) repeat-x;}

.line{width:100%;height: 1px;background-color:#D6DADD;}
.black{color: #000000}

.teamrow{font-weight : bold;background-color:#ADBFA7;color: #FFFFFF;padding-left: 10px;cursor: pointer}

.numeric, numeric.ul {
	padding-left: 23px;
	margin-left: 0px;
	list-style: decimal;
}

.dot, dot.ul {
	padding-left: 20px;
	margin-left: 0px;
	list-style: disc;
}


#nav{position:absolute;width:852px;height: 23px;}

#nav_div{width:726px;height: 23px;padding-top:17px;padding-left:126px}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display:inline;
}

#nav li{ /* all list items */
	position : relative;
	float : left;
	height: auto;
	width: auto;
	background-color:#ffffff;
	display:inline;
	margin-bottom : -1px;
}
