﻿body
{
    margin: 0;
    color: #FFFFFF;
    background-color: Black;
    width: 950px;
    height: 600px
}

body a:link
{
    text-decoration: none;
}

/* MENUBAR */
#menubar
{
    background-color: #000000;
    border-bottom: 4px solid #EF2E23;
    width: 600px;
}

#menutabs
{
    margin: 40px 0 0 0;
    padding-left: 40px;
    padding-bottom: .1em;
}

#menutabs li
{
    display: inline;
    list-style-type: none;
}

#menutabs a:link, #menutabs a:visited
{
    background: #000000;
    color: #FFFFFF;
    font: .8em C, sans-serif;
    line-height: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
    margin-right: -4px;
}

#menutabs a:link.active, #menutabs a:visited.active
{
    background: #EF2E23;
}

#menutabs a:hover
{
    background: #EF2E23;
}

#language, language a:link, language a:visited
{
    color: #EF2E23;
}

/* LEFT SIDE IMAGE */
#leftsideimage
{
    float: left;
    padding-right: 20px;
    margin-bottom: -60px;
}

/* TEXT BOX */
#contentarea
{
    overflow: auto;
    width: 650px;
    margin-top: 10px;
    text-align: center;
    margin-right: auto; 
}

#contentareascroll
{
    height: 329px;
    overflow: auto;
}

#headingtext
{
    font-size: xx-large;
    color: #EF2E23;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

div.normalwhite
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;    
}

div.smallred , b.smallred , a.smallred, i.smallred
{
    color:#EF2E23;
    text-decoration: none;
}


a.smallred:hover
{
    text-decoration:underline;
}

div.bigtext
{
    text-align:center;
    font-size:larger;
}

img.mediamenu:hover
{
    border: 2px solid #EF2E23;
}
img.mediamenu
{
	border: 2px solid #000000;
    padding: 0px 10px 0px 10px;
    cursor:hand;
}
img.mediaimages
{ 
    margin-left:10px;    
    margin-bottom:20px;    
}
/* FOOTER */
#footer
{
    margin-top: -11px;
    text-align: center;
    font-style: italic;
    width: 950px;
    border-bottom: 4px solid #EF2E23;
}

#smallBlack a:link, #smallBlack a:visited, #smallBlack a:hover
{
	visibility:hidden;
	position:absolute;  
	color: #000000; 
    font: .01em C, sans-serif;
	cursor:default;
}