﻿/* GENERAL */
body {
    background-color: #6C84A7;
	margin: 0px;
	padding: 0px;
	font: 70%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
    }
a {
    color: #000;
    text-decoration: none;
    }
a:visited {
    color: #000;
    text-decoration: none;
    }
a:hover {
    color: #000;
    text-decoration: none;
    }
a:active {
    color: #000;
    text-decoration: none;
    }
sup {
    font: 8px Arial, Tahoma, Helvetica, sans-serif;
    }

/* CONTAINER */
#container {
    position: relative;
    width: 800px;
    height: auto;
    margin: 0px auto 0 auto;
    background: #fff;
    }

/* HEADER */
#container #header {
    position: relative;
    height: 122px;
    width: inherit;
    }

/* BRANDING */
#container #header #branding {
	position: relative;
	}
/* branding logo */
#container #header #branding #brandingLogo {
    position: relative;
	}
#container #header #branding #brandingLogo h1 {
	position: relative;
	width: 800px;
	height: 122px;
	margin: 0px;
	text-indent: -1000px;
	overflow: hidden;
    }

/* CONTENT */
#container #content {
    position: relative;
    height: auto;
    min-height: 400px;
    width: 96%;
    text-align: left;
    padding: 0px 0px 30px 0px;
    }