body {
	margin: 0px;
	background: #3a6ea5 /**/;
	font-family: "Lucida Sans", "Lucida Grante", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td, span, #container td, .footer, .Normal, .Normal TD, .NormalTextBox, P, .Normal P, .copyrightText {
	font-family: "Lucida Sans", "Lucida Grante", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}

.Normal a:link, .Normal a:visited, a.CommandButton:link, a.CommandButton:visited {
	color: #3e6285;
	text-decoration: none;
}

.Normal a:hover, .Normal a:active, a.CommandButton:hover, a.CommandButton:active {
	background-color: #3e6285;
	color: #fff;
	text-decoration: none;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color: #333;
	text-decoration: none;
}

.NormalTextBox {
	border: 1px solid #000;
}

.conTable {
	width: 100%;
}

.conTitleCell {
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
}

.conTitle {
	color: #3e6285;
	font-size: 25px;
	text-transform: uppercase;
}

.conContentCell {
	vertical-align: top;
}


/*table, td {
	border: 1px solid #000;*/
}
.mainTable {
	width: 100%;
	padding: 0px;
}

.leftTd {
	width: 50%;
	height: 100%;
}

.mainTd {
	width: 900px;
	height: 100%;
	background: #bebebe url(media/bkg_stripes.gif) repeat top left;
}

.midTable {
	width: 900px;
	margin-right: 8px;
	margin-left: 8px;
	height: 100%;
}

.midheadTd {
	width: 100%;
	height: 60px;
	vertical-align: bottom;
}

.midTd {
	vertical-align: top;
	width: 100%;
	height: 100%;
	background: url(media/bkg_stripes.gif) repeat-x top left;
}

.midmenuTd {
	width: 100%;
	height: 40px;
	vertical-align: top;
}

.midmenuTable {
	width: 100%;
	height: 100%;
}

.spaceTd{
	width: 100%;
	height: 4px;
}

.midcontentTd {
	vertical-align: top;
	width: 100%;
	height: 400px;
	padding-left: 20px;
	padding-right: 80px;
	background-color: #fff;
}

.midcontentTable {
	width: 100%;
	height: 100%;
}

.content {
	vertical-align: top;
	width: 100%;
	background: #fff url(media/bkg_cont.gif) no-repeat top right;
}


.logoTd {
	height: 50px;
	width: 100%;
	background: #fff url(media/franz_logo.gif) no-repeat top left;
}

.logoTable {
	width: 100%;
	height: 100%;
}

.fhmlogo {
	width: 100%;
}

.sqslogo {
	padding-left: 5px;
}

.lqslogo {
	padding-left: 5px;
	padding-right: 5px;
}

.midfooterTd {
	vertical-align: top;
	width: 100%;
	height: 100%;
	padding-top: 4px;
}

.midfooterTable {
	width: 100%;
	height: 100%;
}

.footer {
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	width: 100%;
	background-color: #fff;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
}

.bottom {
	height: 30px;
	background: url(media/bkg_stripes.gif) repeat top left;
}

.rightTd {
	width: 50%;
	height: 100%;
}



/*MENU STYLING */

.menu {
	width: 850px;
	height: 100%;
	vertical-align: top;
	background: #3e6285;
}



.TopGroup
{
	cursor: pointer; 
	cursor: hand; 
	padding: 0px;
}

.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	background-color: #3e6285;
	text-transform: lowercase;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.TopMenuItem
{
	padding: 15px 20px 2px 20px;
	font-size: 11px;	
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	border-right: 2px solid #4c78a1;
	background: #3e6285 url(media/bkg_menu.gif) repeat-x top left;
}

.TopMenuItemHover 
{
	padding: 15px 20px 2px 20px;
	font-size: 11px;
	color: #fff;
	background: #3e6285 url(media/bkg_menu_hover.gif) repeat-x top left;
	text-transform: uppercase;
	border-right: 2px solid #4c78a1;
}

.MenuItem
{	

	color: #fff;
	font-size:11px;
	border: 0px;
	height: 20px;
}

.MenuItemHover 
{
	color: #fff;
	font-size:11px;
	height: 20px;
}


.submenu {
	vertical-align: top;
	background: #3e6285 url(media/bkg_menu.gif) repeat-x top left;
	width: 25px;
	height: 40px;
}

.SelectedTab {
	width: 100%;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	border-right: 2px solid #4c78a1;
}

.GalleryCellLeftNavigationSpace {
	display: none;
}

.GalleryCellSum {
	width: 150px;
}
.GalleryTabPopUpTop td {
	font-size: 12px;
	color: #fff;
	width: 150px;
}

.GalleryCellPopUpLeftButton {
	width: 150px;
}

.GalleryTabPopUpTop td a:link, .GalleryTabPopUpTop td a:visited {
	color: #fff;
}