﻿
body
{
    position: absolute;
    margin:  30px 30px 15px 30px;
    width: 800px;
    font-family: Eras Md BT, Sans-Serif;
}

#master_template
{
    position: absolute;
    width: 800px;
    border-collapse: collapse;
}

#content
{
	width: 600px;
	float: left;
	display: inline-block;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
}

#page_content
{
    margin-top: 30px;
}

/* Styles for Header */
#master_header
{
    height: 120px;
    display: block;
    background-image: url(Images/LogoHeader.png);
    background-repeat: no-repeat;
    padding-right: 10px;
    padding-top: 5px;
    vertical-align: top;
    color: black;
    z-index: 100;
}

#header_content
{
    font-size: 10pt;
    display: inline;
    float: right;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 5px;
    color: black;
    font-family: Eras Bd BT, Sans-Serif;
    text-align: right;
    z-index: 101;
}

#site_navigation
{
    height: 30px;
    text-align: center;
}

#footer
{
	clear: both;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}

/* STYLES FOR NAVIGATION */

#sidebar
{
	float: left;
	width: 160px;
	display: inline-block;
	vertical-align: text-top;
}

#sideheader
{
    background-color: SeaGreen;
    text-align: center;
    font-size: 12pt;
    font-family: Eras Bd BT, Sans-Serif;
    font-weight: bold;
}

/* Styles for Footer */
#footer p
{
	font-size: 12pt;
	text-align: center;
	margin: 0px;
	padding: 2px;
}

#footer a
{
	color: Black;
	text-decoration: underline;
}

#footer a:hover
{
	color: SeaGreen;
	text-decoration: none;
}

/*STYLES FOR CONTENT*/

#under_construction
{
    display: inline-block;
    float: left;
}

UL
{
    list-style-position: outside;
    font-size: 14pt;
    color: black;
    font-family: 'Eras Md BT' , Sans-Serif;
    list-style-image: url(App_Themes/Default/Images/DataIcon.gif);
}