/* MAIN */
html, body {
	margin:0 0 0 0;
	background-color:#FFFFFF;
	height:100%;
	font-family:"arial","sans-serif";
	font-size:14px;
	line-height:18px;
	color:#0000FF;
}
.container {
	display:block;
	float:left;
	width:820px;
}
.menu {
	display:block;
	float:left;
	width:250px;
}
.contentContainer {
	display:block;
	float:right;
	width:550px;
}
	.contentHeader {
		display:block;
		background-color:#C6D9F1;
		text-align:center;
	}
	.content {
		display:block;
	}
/* END MAIN */
/* FONT PROPERTIES */
h1 {
	font-family:"Verdana","serif";
	font-size:36px;
	color:#000000;
	line-height:40px;
}
h2 {
	font-family:"Verdana","serif";
	font-size:24px;
	color:#000000;
	line-height:28px;
}
h3 {
}
p {
	margin-top:6px;
}
ul {
	line-height:20px;
	padding-left:15px;
}
li {
	list-style-type:disc;
	padding-left:10px;
}
hr {
	height:0;
	border:0;
	border-top:2px solid #C6D9F1;
}
/* END FONT PROPERTIES */
