﻿html,body 
{
    height:100%; /* needed for container min-height */

    font-family: Tahoma, Verdana, Arial CE;
    font-size: 1em;
    background-color: #003366;
    margin: 0;
    padding: 0;
}

#container
{
   	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

    width: 100%;   
    xfloat: left;
}

.subcontainer
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    text-align: left;
}

#top
{
    height: 50px;
    background-image: url(Images/pattern.jpg);
    background-repeat: repeat-x;
}

#menu
{
    height: 46px;
    background-image: url(Images/wgradient.jpg);
    background-repeat: repeat-x;
}

#theme
{
    padding: 5px 0 5px 0;
    background-color: #002e5c;
    text-align: center;
}

#content
{
	padding:1em 1em 5em; /* bottom padding for footer */

    text-align: center;
}

#footer
{
	position:absolute;
    width:100%;
	bottom: 0; /* stick to bottom */
	
    color: #fff;	
    font-size: 11px;
	background-color: #ed193a;
	height: 50px;
}

#footerSP
{
	position:absolute;
    width:100%;
	bottom: 0; /* stick to bottom */
	
    color: #fff;	
    font-size: 11px;
	background-color: #ed193a;
	height: 50px;
}

#footer img
{
    float: right;
}

a.Arrow
{
    background-image: url(Images/Arrow.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    font-size: 10px;
    color: #d6e5f2;
    padding-left: 15px;
    padding-top: 6px;
    display: block;
    float: left;
    margin-right: 10px;
    text-decoration: none;
}

a.Arrow:hover
{
    background-image: url(Images/ArrowS.gif);
    color: #e0bc3e;
}

#menu a
{
    background-image: url(Images/rbullet.gif);
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 12px;
    font-weight: bold;
    color: #002968;
    padding-left: 15px;
    padding-top: 0px;
    display: block;
    float: left;
    margin-right: 15px;
    text-decoration: none;
}
#menu a:hover
{
    color: #EE193A;
}

.boxHeader
{
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 8px 0 5px 5px; 
}

a.Boxed
{
    background-image: url(Images/wbullet.gif);  
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-left: 12px;
    text-decoration: none;
}
a.Boxed:hover
{
    text-decoration: underline;
}
    
p.Boxed, div.Boxed
{
    padding-left: 15px;
    font-size: 11px;
    color: #99ccff;
    margin: 0 15px 0 12px;
}