﻿*
{
    font-family: "Times New Roman" , Times, serif;
    font-size: 14px;
}

/* Default forground/background colors and fonts */
body
{
    line-height: 18px;
    color: #c7c7b3;
    background-color: #22211c;
    margin: 0;
    padding: 0;
}

/* Heading definitions */
h1
{
    color: #b9af81;
    font-size: 22px;
}

h2
{
    color: #98bbd9;
    font-size: 18px;
}

h3
{
    font-size: 18px;
    color: #94748b;
}

h4
{
    color: #d8a9cb;
    font-size: 16px;
    margin: 0 0 12px 0;
}

h5
{
    color: #d8a9cb;
    font-size: 14px;
    margin: 0;
}


p
{
    margin: 0 0 18px 0;
    padding: 0;
}

a
{
    text-decoration: none;
    color: #80ccff;
}

a:hover
{
    text-decoration: underline;
}

#header
{
    background: #0b273d url(../Images/Core/header_logo.gif) no-repeat center;
    height: 96px;
}

#mainMenu
{
    background-color: #0c263d;
    border-top: solid 2px #144061;
    border-bottom: solid 2px #103451;
    line-height: 36px;
    height: 35px;
    color: #cfc7a6;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

#mainMenu a
{
    color: #cfc7a6;
    padding: 0 15px;
	text-decoration:none;
}

#body
{
    background: #070706 url(../Images/Core/body.gif) repeat-x top;
    padding: 30px 0;
    min-height: 650px;
}

#footer
{
    border-top: solid 8px #32322a;
    background-color: #22211c;
    color: #6e5c4e;
    height: 150px;
    font-size: 11px;
    padding: 15px;
}

#footerMenu
{
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    width: 600px;
}

#footerMenu #swishLeft
{
    background: url(../Images/Core/footer_swish_left.png) no-repeat;
    float: left;
    width: 69px;
    height: 42px;
}

#footerMenu #swishRight
{
    background: url(../Images/Core/footer_swish_right.png) no-repeat;
    float: right;
    width: 69px;
    height: 42px;
}

#footer a
{
    color: #6e5c4e;
    padding: 0 7px;
}

#legalMenu
{
    width: 430px;
    margin: 13px auto;
    text-align: center;
    border-top: solid 2px #292822;
}

#legalMenu p
{
    margin: 4px 0;
}

#container
{
    width: 940px;
    margin: 0 auto;
}

#sideTitle
{
    width: 60px;
    float: left;
}

#content
{
    margin-left: 80px;
    min-height: :400px;	
}

img.inlineLeft
{
    float: left;
    margin: 0 20px 20px 0;
}

img.inlineRight
{
    float:right;
    margin:0 0 20px 20px;
}

p.inlineCaption {
	float:left;
	font-style:italic;
	font-size:12px;
	width:250px;	
}

/* Links page and table */
table.links td
{
    vertical-align: top;
}

table.links td.linksText
{
    width:210px;
	padding:0 15px 15px 15px;
}

.separator
{
    border-top: dotted 1px #6b664d;
	margin: 5px 0;
}