body {
	margin:0px;
	font-family:Arial,Helvetica,sans-serif;
}

img {
	border:0;
}

#header {
	background-color: #cadae8;
	height:85px;
}

#logo {
	float: left;
}

#menutab {
	padding-top: 5px;
	background-color: #cadae8;
}
#menutab a {
	text-decoration : none;
	font-weight: bold;
	font-size: 0.9em;
	color: #fff;
}
#menutab ul {
	list-style: none;
	margin: 0px;
}
#menutab li {
	display: inline;
	background-color: #4481ba;
	border-color: #093d6d;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	padding: 0px 3px;
}


#page {
	text-align:center;
	margin: 0px auto;
	width: 1000px;
}

#cb {
	clear: both;
}
#content {
	text-align:left;
}

#content h1 {
	background-color:#4481ba;
}

#content h2,#content h3 {
	border-bottom: 2px #4481ba solid;
}

#content p {
	background-color: #ddddff;
	border: 1px #4481ba solid;
	padding: 5px;
}
