*
{
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: "Trebuchet MS";
	font-size: 13px;
}

img
{
	border: 0px;
}

#wrapper
{
	width: 990px;
	margin: 0 auto;
}

#header-wrapper
{
	width: 100%;
}

#header-logo
{
	padding: 10px;
}

#main-menu
{
	width: 100%;
	background-color: #0457a3;
	color: #ffffff;
	font-weight: bold;
}

#content-wrapper
{
	float: left;
	width: 100%;
}

#content-main
{
	float: left;
	width: 650px;
	padding: 10px;
}

#sidebar-right
{
	float: left;
	width: 300px;
	padding: 10px;
}

#footer-wrapper
{
	font-size: 12px;
	padding: 10px;
	background-color: #e7e7e7;
	clear: both;
}

.clearBoth
{
	height: 0px;
	clear: both;
}

.content-block, .sidebar-block, .ditto-block
{
	width: 100%;
	padding-bottom: 30px;
}

.content-block h1, .sidebar-block h1, .ditto-block h1
{
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 20px;
}

.content-block h3, .sidebar-block h3, .ditto-block h3
{
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 16px;
	border-bottom: 1px solid #c0c0c0;
}

.content-block p, .sidebar-block p, .ditto-block p
{
	line-height: 19px;
	letter-spacing: 0.5px;
	padding-bottom: 15px;
}

.sidebar-block a
{
	text-decoration: none;
	color: #0457a3;
}

.ditto-block .ditto-date
{
	color: #c0c0c0;
}

.ditto-block h3 a
{
	text-decoration: none;
	color: #000000;
}

.ditto-news
{
	width: 100%;
}

.ditto-news h3
{
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 16px;
	border-bottom: 1px solid #c0c0c0;
}

.ditto-news p
{
	line-height: 19px;
	letter-spacing: 0.5px;
	padding-bottom: 15px;
}

.ditto-news .ditto-date
{
	color: #c0c0c0;
}

.ditto-news h3 a
{
	text-decoration: none;
	color: #000000;
}

.tabLayout
{
}

.tabLayout .alt
{
	background-color: #9cc1dc;
}

.tabLayout tr td
{
	padding: 10px;
	vertical-align: top;
}