﻿body {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}
#container
{
	display: block;
	position: relative; 
	left: 0px; 
	top: 0px;
	width: 100%;
	min-height: 100%;
	z-index: 0;
	overflow:hidden;
}
#container[id]
{
    display: table;
    position: static;
}
#flashContainer
{
    position: absolute;
    top: 50%;
}
#flashContainer[id]
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: static;
	/*margin-bottom: -243px;*/
}
#footerContainer
{
	/* stick to the bottom of the frame */
	position: absolute; 
	left: 0px;
	bottom: 0px;
	z-index: 0;
	
	/* center content */
	width:100%;
	
	height: 243px;
}
#footer
{
    float: left;
    width: 100%;
    height: 222px;
    overflow:hidden;
    background-color: #2b0f42;
}
#leftFooter
{
    float: left;
    height: 222px;
    width: 50%;
    text-align: right;
    background-color: #96062a;
}
#leftArticles
{
    float: left;
    width: 167px;
    padding: 12px 24px 12px 24px;
    height: 212px;
    text-align: left;
    background-image: url(/images/bg_leftarticles.gif);
    background-position: top left;
    background-repeat: repeat-y;
    color: #ffffff;
}
#leftNews
{
    float: left;
    text-align: left;
    width: 140px;
    padding: 12px 20px 0px 20px;
    color: #ffffff;
}
#leftArticles a, #leftNews a.news
{
    background-image: url(/images/bg_leftitem.gif);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    padding-left: 15px;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 5px;
}
#leftArticles a.header, #leftArticles a.header:hover
{
    background: none;
    text-decoration: none;
    padding-left: 0px;
}
#leftArticles a:hover, #leftNews a.news:hover
{
    background-image: url(/images/bg_leftitem_sel.gif);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    padding-left: 15px;
    color: #ffffff;
    text-decoration: underline;
    font-weight: normal;
    margin-bottom: 5px;
}
#leftArticles a.main
{
    display: inline;
    padding-left: 5px;
    background-image: none;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
#leftArticles a.main:hover
{
    display: inline;
    padding-left: 5px;
    background-image: none;
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}
#leftNews a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
#leftNews a:hover, #leftArticles a.main:hover
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}
#rightFooter
{
    margin-left: 50%;
    height: 222px;
    width: 49%;
    padding-right: 10px;
}
#rightNews
{
    float: left;
    text-align: left;
    width: 140px;
    padding: 12px 20px 0px 20px;
    height: 188px;
    color: #ffffff;
}
#rightArticles
{
    float: left;
    width: 167px;
    padding: 12px 24px 12px 24px;
    height: 212px;
    text-align: left;
    background-image: url(/images/bg_leftarticles.gif);
    background-position: top right;
    background-repeat: repeat-y;
    color: #ffffff;
}
#rightArticles a, #rightNews a.news
{
    background-image: url(/images/bg_rightitem.gif);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    padding-left: 15px;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 5px;
}
#rightArticles a.header, #rightArticles a.header:hover
{
    background: none;
    text-decoration: none;
    padding-left: 0px;
}
#rightArticles a:hover, #rightNews a.news:hover
{
    background-image: url(/images/bg_rightitem_sel.gif);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    padding-left: 15px;
    color: #ffffff;
    text-decoration: underline;
    font-weight: normal;
    margin-bottom: 5px;
}
#rightArticles a.main
{
    display: inline;
    padding-left: 5px;
    background-image: none;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
#rightArticles a.main:hover
{
    display: inline;
    padding-left: 5px;
    background-image: none;
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}
#rightNews a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
#rightNews a:hover
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}

#bottomFooter
{
    float: left;
    height: 20px;
    line-height: 20px;
    width: 100%;
    border-top: 1px solid #ffc300;
    background-color: #dc006f;
    text-align: center;
}
a.white
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
a.white:hover
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: underline;
}