body, html
{
	text-align: center;
	background-color: #004F9D;
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 15px;
	line-height: 120%;
	color: #2D2D2D;
}

#page
{
	width: 738px;
	margin: auto;
	margin-top: 15px;
}

#menubar
{
	background-image: url(images/menubar.png);
	height: 76px;
}

img
{
	border-style: none;
	vertical-align: middle;
}

img.thumb
{
	margin: 3px;
	border-width: 1px;
	border-color: black;
	border-style: solid;	
}

#menubar img
{
	margin: 25px 0 0 25px;
}

#banner
{
	background-image: url(images/banner.jpg);
	width: 738px;
	height: 226px;
}

#content
{
	background-image: url(images/bgr.png);
	width: 738px;
}

div.contentbox
{
	text-align: left;
	padding: 2px 25px 2px 25px;
}

#footer
{
	background-image: url(images/footer.png);
	width: 738px;
	height: 45px;
	padding-top: 32px;
	color: White;
}

#footer a
{
	color: White;
	font-size: 12px;
}


h1, h2, h3
{
	margin: 0px;
	padding: 0px;
	color: #28B012;
	font-size: 28px;
}

h3
{
	font-size: 16px;
	color: #484848;
}

a
{
	color: #004F9D;
}

table
{
	border-collapse: collapse;
}

td
{
	padding: 5px;
	border-width: 1px 0 1px 0;
	border-style: dotted;
	border-color: #838383;
	margin-top: 2px;
}

li
{
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
	margin-bottom: 15px;
}
