body {
	background: url('bg.gif');
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #666677;
}

	a {
		text-decoration: none; color: #444488;
	}
	
	a:hover {
		text-decoration: underline;
	}

.content {
	width: 727px;
	margin: 25px auto 0 auto;
}

.content_box {
	border-bottom: 1px solid #777788;
	background: url('body.bg.gif') repeat-x bottom #ffffff;
	border-left: 1px solid #777788;
	border-right: 1px solid #777788;
	padding: 6px 15px 25px 13px;
}
	.content_box h1 {
		font-size: 12px;
		background: url('h1.gif') no-repeat bottom left;
		padding: 0 0 10px 0;
		font-weight: bold;
		margin: 0 0 6px 0;
	}
	.content_box p {
		margin: 4px 0 4px 0;
		line-height: 15px;
	}
	
	.content_box ul {
		margin: 10px 0 10px 0;
		padding: 0;
	}
	.content_box li {
		background: url('li.gif') no-repeat;
		margin: 3px 0 3px 0;
		padding: 0 0 0 14px;
		list-style-type: none;
	}



.logo {
	margin: 0 0 0 12px;
	background: url('marks-and-marker.gif') no-repeat;
	width: 246px;
	height: 52px;
	display: block;
}

/*Tab*/
#tabcontainer {
	border-bottom: 1px solid #778;
}

#tablist {
        padding: 3px 0;
        margin: 20px 0 0 10px;
        font: bold 12px Verdana, sans-serif;
}

#tablist li {
        list-style-type: none;
        margin: 0;
        display: inline;
}

#tablist li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #777788;
        border-bottom: none;
        background: #ececf3;
        text-decoration: none;
		color: #777788;
}

#tablist li a:hover {
        color: #ffffff;
        background: #444488;
        border-color: #777788;
}

#tablist li a#current {
        background: white;
        border-bottom: 1px solid white;
		color: #444488;
	}

#tablist li a:hover #current {
        background: white;
		color: #444488;
        border-bottom: 1px solid white;
	}

/*Tab end*/

.footer {
	padding: 10px 0 10px 0;
	color: #444488;
	text-align: right;
	font-size: 10px;
}
	.footer a {
		font-weight: bold;
	}