body
{
	background: url(/images/layout/blue-background.jpg) repeat-x #c2e0ff;
	text-align: center;
	font: normal 12px Arial, sans-serif;
	color: black; 
	margin: 0px;
}

p { font-size: 12px; }

td { font-size: 12px; }

img { border: none; }

a:link, a:visited
{
	color: #003495;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;	
}

h1
{
	color: #003495;
	font-size: 20px;
	font-weight: normal;
	margin: 15px 0 10px 0;
}

h2
{
	font-size: 14px;
	margin: 15px 0px 2px 0px;
}

h3
{
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

h4
{
	color: #18d;
	font-size: 13px;
	font-weight: normal;
	margin: 10px 0 2px 0;
}

acronym { cursor: help; }
	

/* layout ID's */

#wrap
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	width: 750px;
	text-align: left;
}

#page
{
	background: url(/images/layout/grey-background.jpg) no-repeat white;
	padding: 15px;
}

#header
{
	background: url(/images/layout/header-background.gif) repeat-x;
}

#nav
{
	float: right;
	margin-top: 40px;
	padding: 0px;
	list-style-type: none;
}

/* Classes */

.nav-list
{
	float: left;
	border-left: 1px solid #ccc;
	padding: 0px 15px 0px 15px;
}

.homepage
{
	padding: 5px; 
	width: 228px !important;
	width/**/: 238px;
	background: white;"
}

h3.baby
{
	color: #C39950;
	font-size: 12px;
	margin-bottom: 10px;	
}