﻿body
{
	font-family: Calibri;
	font-size: 16px;
}

#body
{
	margin: 0 auto;
	width: 800px;
}

#imgHeader
{
	margin-top: 10px;
	margin-bottom: 5px;
	width: 800px;
	height: 116px;
}

#menu
{
	height: 56px;
	width: 798px;
	margin-left: 2px;
	background-image: url('../images/menu_bkgrd.gif');
	margin-bottom: 11px;
	vertical-align: middle;
}

#menu table
{
	margin-top: 6px;
	height: 36px;
	margin-left: 18px;
	width: 770px;
}

#menu table tr td
{
	height: 36px;
	text-align: center;
	vertical-align: middle;
}

#imgTopPic
{
	margin-bottom: 11px;
	width: 749px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
}

#content
{
	background-image: url('../images/content_bkgrd.gif');
	background-repeat: no-repeat;
}

#footer
{
	margin-left: 5px;
	width: 771px;
	height: 109px;
	background-image: url('../images/footer.gif');
}

.divider
{
	width: 763px;
	height: 2px;
	background-image: url('../images/divider.gif');
	background-repeat: no-repeat;
	margin: 20px 0;
}

.menudivider
{
	width: 2px;
	height: 36px;
	background-image: url('../images/menu_divider.gif');
	background-repeat: no-repeat;
	background-position: center;
}

#menu a
{
	color: #666666;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 36px;
}

#menu a:hover
{
	font-weight: bold;
}

#menu .navSel
{
	color: #000099;
	font-weight: bold;
}

.popup
{
	display: none;
	font-size: 12px;
	border: solid 1px #A9A9A9;
	padding:0px;
	margin:0px;
	background-color: #ffffff;
}
