﻿/* Global */
body{
    padding: 0px;
    margin: 0px;
    background-position: center;
    background: #00456A url(images/back.jpg) repeat-y center;
    line-height: 25px;
    font-family: arial, arial, arial;
    font-size: 12px;
    color: Black;}
p {
    margin-top: 5px;
    margin-bottom: 5px;}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #9D3710;
	font-family: arial;}
h1 { 
    font-size: 44px;}
h2 {
    font-size: 20px;
    padding:5px;}
h3 {
    font-size: 15px;
    padding: 5px;
    text-indent: 10px;}
h4 {
    margin: 0px;
    font-size: 15px;
    padding: 0px;
    text-indent: 10px;
    font-style: italic;
    font-weight: lighter;
    font-family: "Times New Roman", Times, serif;
}
td.Caption 
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    font-style: oblique;
}

a.MOver{
    color: #0000FF;}
a.List{
    padding-left: 10px;
}
Img{
    border-width: 0px;}
Img.Status{
    border-width: 0px;
    margin-left: 5px;
    margin-Right: 5px;
    vertical-align: middle;}
Img.Side{
    border-width: 0px;
    margin-left: 0px;
    margin-Right: 5px;
    vertical-align: middle;}
Img.Emblem{
    float: right;
    position: relative;
    right: 30px;
    top: -50px;}
Img.Title{
    position: relative;
    float: left;
    top: 90px;}

/* Index Page */
Table.IndexPage{
    width: 100%;
    margin-bottom: 20px;
    empty-cells: hide;
}
Table.IndexPage tr td{
    border: 1px solid #C0C0C0;
    width: 50%;
    padding-top: 10px;
    padding-right: 10px;
}
Table.IndexPage Img{
    position: relative;
    float: left;
    margin-right: 5px;
}
Table.IndexPage p{
    margin-top: 0px;
}

/* Admin Menu */
Div.MenuBack{
    background-position: right;
    padding-left: 50px;
    top: 180px;
    position: relative;
    width: 460px;
    background-image: url('images/MenuBar.png');
    background-repeat: no-repeat;
    height: 35px;
    z-index: 10;
}
Table.Menu tr td a{
    padding: 3px 20px 3px 10px;
    letter-spacing: -1px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;}
Table.Menu tr td a:hover{
    text-decoration: underline;}
Table.Menu_Drop{
    position: absolute;
    width: 180px;
    visibility: hidden;
    top: 25px;
    background-image: url('images/Drop.png');
    background-repeat: repeat-y;
}
Table.Menu_Drop tr td a{
    font-size: 16px;}
Table.Menu_Expnd{
    display: none;
    text-indent: 15px;}

/* Sidebar Menu */
div.Sidebar{
    float: left;
    width: 170px;
    margin: 30px 15px 30px 15px;
    padding: 0px;
    position: static;}
ul.Sidebar_Top{
	margin: 0px;
	list-style: none;
	border: none;
    padding: 0px;}
ul.Sidebar_Top li{
    padding-left:7px;
    background-position: left bottom;
    background: url(images/img10.jpg) no-repeat left bottom;}
ul.Sidebar_Top li a{
    margin: 0px;
    padding: 0px;
    color: #9D3710;
    text-decoration: none;}
ul.Sidebar_Top li a:hover{
    text-decoration: underline;}
ul.Sidebar_Mid{
    margin: 0px;
    list-style: none;
    border: none;
    display: block;}
ul.Sidebar_Mid li{
    margin: 0px;
    background-image: none;
    padding: 0px;
    text-align: left;
    position: static;
    left: 0px;}
ul.Sidebar_Mid li a{
    padding: 0px;
    margin: 0px;
    text-indent: 15px;
    color: #9D3710;
    text-decoration: none;
    position: static;
    text-align: left;}

/* Containters */
Div.Center{
    background-position: center;    
    width: 900px;
    margin: auto;}
Div.Header_Top{
    background-image: url('images/Header_Top.png');
    background-repeat: repeat-x;
    background-position: Bottom;
	width: 900px;
	margin: 0px auto;
    height: 30px;}
Div.Header_Background{
    background-position: center;
    height: 250px;
	width: 900px;
	margin: 0px auto;
    background-repeat: no-repeat;}
Div.Main{
    padding: 0px;
    background-image: url('images/Header_Bottom.png');
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFFFFF;
    width: 900px;
    margin: 0px auto;
    display: block;
    z-index: 5;
}
Div.Content {
    float: right;
    width: 650px;
    margin-right: 10px;
    margin-top: 30px;
    position: static;
}
Div.footer {
	width: 838px;
	margin: 0px auto;
    padding: 30px;
    text-align: center;
    text-transform: lowercase;
    font-size: 11px;
    color: #fff;
    background: url('images/Bottom.jpg') repeat-x 50% top;}

/* Home Slide */
Table.HSlide {
    padding: 0px;
    width: 820px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}