body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image: url(body-bg.jpg);
	background-repeat: repeat-x;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, verdana;
	font-size: 14px;
	color: #35639E;
}


/* Layout */

#wrapper {
	width: 750px;
	margin: auto;
	background-color: #ffffff;
}
#header {
	float: left;
	clear: left;
	width: 750px;
	background-image: url(body-bg.jpg);
	background-repeat: repeat-x;
	height: 148px;
}
#main{
	float: left;
	clear: left;
	width: 750px;
	background-color: #ffffff;
	
}
#footer {
	float: left;
	clear: left;
	width: 750px;
	background-color: #ffffff;
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
	height: 70px;
	padding-top: 10px;
	border-top: 1px solid #666666;
}
#footer a {
	color: #35639E;
	text-decoration: underline;
}
#footer a:hover {
	color: #35639E;
	text-decoration: underline;
}
#left {
	float: left;
	clear: left;
	width: 160px;
}


/* ------- menu ------- */

#menu {
	padding: 0;
	margin: 0;
	float: left;
	width: 160px;
	padding-bottom: 20px;
	clear: left;
	background-color: #ffffff;
	margin-bottom: 20px;
}
#menu li {
	padding: 0;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	width: 140px;
	list-style-type: none;
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #666666;
	line-height: 25px;
}
#menu li a {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	width: 140px;
	padding-left: 10px;	
	line-height: 25px;
	display: block;
}
#menu li a:hover {
	color: #000000;
	background-color: #ffffff;
	text-decoration: underline;
	width: 140px;
	padding-left: 10px;
	line-height: 25px;
	display: block;
}

#topbar {
	border-top: 1px solid #99bbee;

}

/* -------------------- */

/* Content */

.content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	clear: none;
	width: 545px;
	background-color: #ffffff;
	padding: 10px;
	padding-left: 10px;
	color: #000000;
}
.left_widget {
	float: left;
	clear: left;
	width: 156px;
	padding: 2px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #35639E;
}
.left_widget a {
	color: #35639E;
	text-decoration: underline;
}
.left_widget a:hover {
	color: #35639E;
	text-decoration: underline;
}
.left_widget_dcp {
	float: left;
	clear: left;
	width: 160px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #35639E;
}
