body, html {
	margin: 10px 0 0 0; padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif; font-size: 15px; text-align: center;
	background-image: url(../images/bg_main.gif); background-repeat: repeat-x; background-position: top left;
}

#outer {
	margin: 0 auto; width: 960px; padding: 0;
}

#inner {
	width: 880px; margin: 0 auto;text-align: left;
}
#header {
	width: 100%; margin: 0; float: left;
}
/* tabs menu */
#tabs {
	float:left; margin: 0; height: 27px; width: 100%;
}
#tabs ul {
	margin:0; padding:0; list-style:none;
}
#tabs li {
	display:inline; margin:0; padding:0;line-height:27px; 
}
#tabs a {
	background:url(../images/tableft.gif) no-repeat left top; cursor: pointer;
	padding:0 0 0 5px; margin:0; text-decoration:none; font-size: 13px; font-weight: bold; float: left;
}
#tabs a span {
	float:left; background:url(../images/tabright.gif) no-repeat right top;
	padding:0 15px 0 10px; margin: 0 3px 0 0; color:#FFF;
}
#tabs a:hover {
	background-position:0% -27px;
}
#tabs a:hover span {
	background-position:100% -27px; color:#155DA1;
}
#tabs #current a {
	background-position:0% -54px;
}
#tabs #current a span {
	background-position:100% -54px; color: #FFF;
}
/* end tabs */
#header2 {
	height:160px;width: 100%; float: left;
}
#header2 h1 {
	margin:30px 0 0 0; padding:0; color: #FFF; font-size: 18px;
}
#header2 p {
	margin:10px 0 0 0; padding:0; color: #FFF; font-size: 13px; width: 60%;
}

#wrapper {
	width:100%; float: left;
}
#content {
	margin: 20px 250px 30px 0; float: left; color: #666;
}
#content h1 {
	font-size: 18px; margin: 30px 0 0 0; color: #155DA1;
}
#content p {
	line-height:175%; margin: 0; padding: 10px 0 10px 0;
}
#content a {
	color: #155DA1; text-decoration: underline;
}
#content a:hover {
	color: #155DA1; text-decoration: none;
}
.smlp {
	font-size: 12px;
}
/*
#navigation {
	background-color:#B9CAFF; float:left; width:200px; margin:20px 0 10px -100%;
}
#navigation p {
	line-height:150%; margin: 0; padding: 10px;
}
*/
#extra {
	width:230px; margin: 40px 0 10px -230px; float: left; color: #666;
}
#extra p {
	line-height:200%; margin: 0; padding: 10px; font-size: 12px;
}
#extra a {
	color: #155DA1; text-decoration: underline; border:0;
}
#extra a:hover {
	color: #155DA1; text-decoration: none;
}
#footer {
	width:100%; margin: 0; clear: left; background-color: #EBEBEB; border-top: solid 2px #339933;
}
#footer p {
	margin:0; padding:20px 0 30px 0; color: #666;
}
#footer a {
	color: #333; text-decoration: underline;
}
#footer a:hover {
	color: #333; text-decoration: none;
}