

body {
	background-color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 15px;
	font-weight: 500;
	height: 100%;
	margin-top: 0px;
	color: #000000;
}

div#toptrim {
	background: url(images/headergradient.png);
	background-color: #ffffff;
	height: 50px;
}

div#midtrim {
	background-color: #f2f5d5;
	height: 320px;
	width: 100%;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e8d9bb;
}

div#minitrim {
	background-color: #f2f5d5;
	height: 100px;
	width: 100%;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e8d9bb;
}

div#babytrim {
	background-color: #f2f5d5;
	height: 65px;
	width: 100%;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e8d9bb;
}

div#container {
	width: 800px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
}

div#header {
	height: 50px;
	width: 100%;
}

div#header .logo {
	float: left;
	border-width: 0 0 0 0;
	margin-top: 15px;
}

div#middle {
	height: 320px;
	width: 100%;
	margin-top: 1px;
}

div#middleleft {
	float: left;
	margin-top: 25px;
	width: 360px;
	margin-left: 20px;
}

div#middleright {
	float: right;
	margin-top: 25px;
	width: 400px
}

div#content {
	width: 100%;
	margin-top: 1px;
}

div#contentleft {
	width: 350px;
	height: 100%;
	float: left;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 20px;
	text-align: left;
}

div#contentright {
	width: 350px;
	height: 100%;
	float: right;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 30px;
	text-align: left;
}

div#contentall {
	width: 100%;
	text-align: left;
	padding-top: 15px;
}

h2 {
	font-family: Arial;
	font-size: 34px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: 700;

}

h3 {
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	color: #990000;
	margin-bottom: 7px;
	font-weight: 700;
}

h4 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #990000;
	margin-bottom: 7px;
	font-weight: 700;
	margin-top: 0px;
}

a, a:visited, a:hover {
	color: #0000ff;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.ns {
	font-weight: 600;
	text-decoration: underline;
}

.code {
	color: #ff0000;
}

.headerlink {
	float: right;
	margin-top: 23px;
}




