body {
	color: #000000;
	background: #4b5f7e url(/images/pagebackground.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #FFFFFF url(/images/h1background.gif) repeat-x;
	clear: both;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

div#header {
	width: 965px;
	height: 118px;
	background: transparent url(/images/header.jpg) no-repeat;
	position: absolute;
	left: 5px;
	top: 5px;
}

div#divider {
	width: 965px;
	height: 7px;
	background: transparent url(/images/divider.gif) repeat-x;
	position: absolute;
	left: 5px;
	top: 128px;
}

div#left {
	width: 175px;
	background: #FFFFFF url(/images/navbackground.gif) repeat-x;
	position: absolute;
	padding: 12px 0px 12px 0px;
	left: 5px;
	top: 140px;
}

div#left_bottom {
	width: 175px;
	background: #FFFFFF none;
	position: absolute;
	padding: 12px 0px 12px 0px;
	left: 0px;
	bottom: -128px;
}

div#center {
	color: #000000;
	width: 780px;
	background: #FFFFFF none repeat-x;
	position: absolute;
	left: 190px;
	top: 140px;
}

div#nav {
	width: 151px;
	height: 561px;
	background: transparent url(/images/navcellbackground.gif) repeat-y;
	position: relative;
	left: 12px;
	font-size: 13px;
	line-height: 33px;
}

a.nav {
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

a.nav:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

div#center p {
	margin: 10px 15px 20px 15px;
}

p {
	margin: 0px;
	padding: 0px;
}

b {
	font-size: 12px;
	font-weight: bold;
}

div#center img {
	border: 2px #000 solid;
	margin: 0px 10px 10px 10px;
}

div#center img.noborder {
	border: 0px;
}

div#center table img {
	border: 2px #000 solid;
	margin: 0px;
}

div#center table tr td {
	padding: 5px;
}

img.nomargin {
	margin: 0px;
}