body {
	margin: 0px;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
}
.BodyContainer {
	min-width:900px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.HeaderContainer{
	width: 900px;
	height:110px;
	background:url(/theme/flippij/logo_header.jpg);
}
.ContentContainer{
	min-height:400px;
	height:100;
	overflow: hidden;
	width: 900px;
	background:#fff url(/theme/flippij/content_bk.gif) no-repeat bottom left;
}
.FooterContainer{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
}
.Column01{
	
	float:left;
	width:735px;
	min-height:400px;
	padding:5px;
}
.Column02{
	float:left;
	width:150px;
	min-height:400px;
	height:400px;
}
.SideBox{

}
.SideBoxTop{}
.SideBoxTopRow01{
background:url(/theme/flippij/container_top_bk.gif);
height:9px;
}
.SideBoxTopRow01END{
background:url(/theme/flippij/container_top_bk_end.gif) no-repeat right top;
height:9px;
}
.SideBoxTopRow02{
background:url(/theme/flippij/container_top_bk_bottom.gif);
height:11px;
}
.SideBoxContent{
	background:url(/theme/flippij/container_inside_bk.gif);
	border-left:2px solid #000;
	border-right:2px solid #000;
	height:200px;
}
.SideBoxBody{
background:url(/theme/flippij/container_inside_bk_top_right.png) no-repeat right top;
min-height:68px;
}
.SideBoxBottom{}
.SideBoxBottomRow01{
background:url(/theme/flippij/container_bottom_bk_bottom.gif);
height:11px;
}
.SideBoxBottomRow02{
background:url(/theme/flippij/container_bottom_bk_top.gif);
height:9px;
}
.SideBoxBottomRow02END{
background:url(/theme/flippij/container_bottom_bk_end.gif) no-repeat left top;
height:9px;
}
.SideBox ul{
	margin:0px;
}
.SideBox li{
	margin-left:-14px;
}
.SideBox a{
	font-size:12px;
}
#legal{
	font-size:10px;
}

.header-font-blue{
	color:#0435B6;
	font-size:x-large;
}
.header-font-red{
	color:#B50100;
	font-size:x-large;
}
.font-color-blue{
	color:#0435B6;
}
.font-color-red{
	color:#B50100;
}
.font-color-content{
	color:#4F4F4F;
}

.MenuContainer{
	width:100;
	height:28px;
	background:url(/theme/flippij/menu_bk.gif);
}

#MenuContainer  {
	height: 25px;
	width: 900px;
}

#MenuContainer , #MenuContainer  ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#MenuContainer  a {
	color: #e7e7e7;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 9px 15px;
	text-transform: uppercase;
}

#MenuContainer  a:hover, #MenuContainer  li.current_page_item {
	color: #fff;
}

#MenuContainer  li {
	float: left;
}

/* Style drop down list */

#MenuContainer  li ul {
	position: absolute;
	width: 200px;
	left: -999em;
}

#MenuContainer  li ul li ul li ul{
	position: absolute;
	width: 200px;
	left: -999em;
}
#MenuContainer  li:hover ul, #MenuContainer  li.sfhover ul {
	left: auto;
}
#MenuContainer  li:hover ul ul, #MenuContainer  li.sfhover ul ul{
	left: auto;
}
#MenuContainer  li ul li a {
	background: #000;
	line-height: 10px;
	font-size: 11px;
	color: #fff;
	width: 150px;
}

#MenuContainer  li ul li a:hover {
	background: #444;
	color:#fff;
}

#MenuContainer  li ul li a {
}

#MenuContainer  li ul ul {
	margin: -28px 0 0 180px;
}

#MenuContainer  li:hover ul ul, #MenuContainer  li.sfhover ul ul {
	left: -999em;
}

#MenuContainer  li:hover ul, #MenuContainer  li li:hover ul, #MenuContainer  li.sfhover ul, #MenuContainer  li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#MenuContainer  li:hover, #MenuContainer  li.hover {  
	position: static;
}