/*///////////////////////////////////////////////////////////////////////////////
//	GENERIC
*/
html, body{
	background:#FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	line-height:150%;
	margin: 0px;
	padding: 0px;
}
a img{
border:none;
}
h1{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 10px 0px;
}
h3{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 5px 0px 5px 0px;
}
.content h1{
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 10px 0px;
	font-family: "Palatino Linotype", "Times New Roman", serif;
}
.content h2{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 10px 0px;
	font-family: "Palatino Linotype", "Times New Roman", serif;
}
.content h3{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 10px 0px;
	font-family: "Palatino Linotype", "Times New Roman", serif;
}
p{
	margin: 0px 0px 5px 0px;
	line-height:180%;
}
a{
	color: #999999;
	text-decoration:none;
}
	a:hover{
		text-decoration: underline;
	}

.clear{
	clear:both;
	float:none;
	height: 0px;
}

.page{
	width: 960px;
	margin: 0px auto;
}
.sideBar{
	width: 265px;
	float:left;
	position:relative;
}
	.sideBar h1{
		font-family: "Palatino Linotype", "Times New Roman", serif;
		font-weight:bold;
		font-size: 18px;
		position: absolute;
		top: 115px;
		left: 65px;
	}
.contentWrapper{
	width: 695px;
	float:left;
}
	.contentWrapper .content{
		width: 630px;
		margin: 44px 0px 0px 20px;
	]