body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	background-color: #eae7da;
	text-align: center;	/* for ie fix to center divs */
}

div.container {
	width: 776px;
	margin: 10px auto 0px auto;	/ auto to center divs /
	padding: 0px;
	background-color: #fcf7dc;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	text-align: left;	/* reset to left align (ie fix) */
}

div#logoheader {
	background-image: url(/images/header.gif);
	background-position: 199px 0px;
	float: left;
	width: 776px;
}

div#logo, div#topmenu {
	float: left;
}

div#topmenu {
	padding-left: 0em;
	margin-top: 4.8em;
	margin-bottom: 0;
	padding-bottom: 0.2em;
	background-image: url(/images/transparent-white.png);
	background-repeat: repeat-all;
}


div#navigation {
	width: 151px;
	float: left;
}

div#content {
	float: left;
	width: 625px;
	background-image: url(/images/header-reflection.gif);
	background-repeat: no-repeat;
}

div#contentInside {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: georgia, times, helvetica;
	font-size: 16px;
	line-height: 1.6em;
}


div#footer {
	height: 20px;
	background-image: url(/images/background-end.gif);
	width: 776px;
	clear: both;
}

ul#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 1em;
}

ul#nav li a {
	display: block;
	height: 21px;
	padding-top: 6px;
	padding-left: 4px;
	background-image: url(/images/menu-item-bg.gif);
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

ul#nav li a:hover {
	background-image: url(/images/menu-item-bg-hover.gif);
}

ul#nav li a.current, ul#nav li a:hover.current {
	background-image: url(/images/menu-item-bg-current.gif);
}

img {
	border: none;
}

h2 {
	font-size: 24px;
	color: #a40046;
	font-family: georgia, times, helvetica;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

img.inlineImg {
	padding: 8px;
}

td {
	padding-bottom: 10px;
}

div#copyright {
	font-size: 10px;
	text-align: center;
	margin: 6px;
}