﻿/* Background Section */
.hex
{
    background-image: url('../../Content/hexback.png');
    background-repeat: repeat;
    border-left: solid 4px #008AD0;
    border-right: solid 4px #008AD0;
    width: 770px;
    margin: 0px auto;
}

body
{
    background-image: url('../../Content/background_tile.gif');
    background-repeat: repeat;
    font-size: 12px;
    font-family: Trebuchet MS;
    color: White;
}

/* Text */
a:link
{
    color: #008AD0;
    text-decoration: underline;
}
a:visited
{
    color: #008AD0;
}
a:hover
{
    color: #008AD0;
    text-decoration: none;
}
a:active
{
    color: #008AD0;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    border-bottom: solid 1px #DCDDDE;
    padding: 0 0 10px 0;
}

h3
{
    font-size: 14px;
    padding: 16px 0 16px 0;
    color: #008AD0;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}