body {
	background-color: #556677;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.76em;
	margin: 0px;
	padding: 0px;
}
.page{
	width: 750px;
	margin-left: -355px;
	position: absolute;
	left: 50%;
	background-color: #fff;
}
.header{
	
}
.logo{
	height: 200px;
	margin-bottom: 40px;
}
.navigation{
	height: 40px;
	position: absolute;
	top: 200px;
	width: 100%;
}
.content{
	margin: 1em 20px 20px 180px;
	
}
.heading-left{
	font-size: 1.4em;
	padding-top: 0.5em;
	color: #006699;
}
.heading-right{
	font-size: 1.8em;
	text-align: left;
	color: #3399cc;
	float: left;
	margin-top: -.5em;
}
.title+p {
	clear: both;
}

.breakout-point{
	float: right;
	display: block;
	width: 30%;
	font-size: 1.5em;
	padding: 0.5em;
	color: #39c;
	background-color: #eee;
	margin: 1.5em 0.3em 1.5em 1em;
}
.column{
	position: absolute;
	top: 240px;
	width: 150px;
	text-align: center;
	padding: 20px 0 10px 0;
	height: 450px;
}
h1{
font-size: 2.2em;
}
.dropman {
	float: left;
	position: relative;
	top: -5px;
	margin-bottom: -5px;
}

h2{
font-size: 1.6em;
}
h3{
	font-size: 1.3em;
}
p{
	font-size: 1em;
	line-height: 1.5em;
}
h1,h2,h3,p{
	margin: 1em 0 0 0;
}


/* Footer */
.footer{
	background-image:url(images/footer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 1em;
}
.footer p{
	margin: 0;
	color: #fff;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	text-decoration: none;
}
img{
	border: 0;
}

li{
	font-size: 1em;
	line-height: 1.5em;
	margin: 2em 0 0 0;
}
ul{
	list-style-type: none;
	margin: 0;
 	padding: 0;
}
.bigger {
	font-size: 1.2em;
}
