﻿body 
{
    margin:0px;
    margin-top:10px;
    background-image: url(images/page_bg.jpg);
    background-repeat: repeat-x;
    background-color: #333333;
}

a {
	color:#000000;
	text-decoration: underline;
}

#footer
{
    font-size:11px;
    color:White;
}

#footer a 
{
    text-decoration: none;
    color:White;
}

#footer a:hover 
{
    text-decoration: underline;
}

h1 
{
    font-size:18px;
    margin-top: 0px;
    margin-bottom:15px;
    /*padding-left:35px;
    background-image: url('Images/FlagSmall.jpg');
    background-repeat: no-repeat;*/
}

h2 
{
    font-size:15px;
    margin-bottom:0px;
}
p 
{
    margin-top:5px;
}

.SectionLinksHeader 
{
    border: 1px solid  #cccccc;
    border-bottom: none;
    padding: 3px;
    padding-left:7px;
    font-weight:bold;
    background-image: url('images/SectionLinksHeaderBG.jpg');
    line-height: 19px;
    color: White;
}
.SectionLinks
{
    border:1px solid  #E2E2E2;
}
.SectionLinks ul 
{
    margin:0px;
    list-style-type:none;
    padding-left:0px;
}

.SectionLinks ul li
{
    display:block;
    padding:3px;
    padding-left:20px;
    background-image: url('images/SectionLinksArrow.gif');
    background-repeat:no-repeat;
    background-position: 10px 7px;
    border-bottom:1px solid  #E2E2E2;
}
.SectionLinks ul li a 
{
    display:block;
}
.SectionLinks ul li a:hover 
{
    background-color:#f6f6f6;
}

.BorderedImage 
{
    padding:2px;
    border:1px solid #cccccc;
}

.contentTopImage { margin-bottom: 10px; }