﻿body {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}

div.divBody
{
	margin: 0px;
	font-family: Georgia, 'Times New Roman' , Times, serif;
	width: 700px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
}
div.divBottom 
{
    float: none;
}
div.divFooter
{
    float: none;
}
div.divLeft 
{
    width: 20%;
    float:left;
}
div.divRight
{
    width: 20%;
    float:left;
}
div.divTop
{
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
}

a {
	color: #2E0806;
}
a:link,
a:visited,
a:active,
a:hover {
    text-decoration: underline;
}
a:hover {
	color: #666666;
}

th, td {
    text-align: left;
    vertical-align: top;
}

ol, ul {
    padding: 2px;
    margin: 2px;
    margin-left:1.5em;
    list-style-position: outside;
}

h, form {
	margin: 0px;
}

ul.tabbox {
    margin: 0;
    padding: 10px 10px 0;
    list-style: none;
    font-size: smaller;
}

ul.tabbox li {
    float: left;
    margin: 0;
    padding: 0 0 0 9px;
    background: url("../images/tab/l.gif") no-repeat left top;
}

ul.tabbox li a {
    float: left;
    /* Backslash Hack hides from IE5-Mac \*/ float:none; /* end hack */
    display: block;
    text-decoration: none;
    color: white;
    padding: 5px 15px 4px 6px;
    background: url("../images/tab/r.gif") no-repeat right top;
}

ul.tabbox li.selected {
    border-width: 0;
    background: url("../images/tab/sl.gif") no-repeat left top;
}

ul.tabbox li.selected a {
    padding-bottom: 5px;
    color: black;
    font-weight: bold;
    background: url("../images/tab/sr.gif") no-repeat right top;

}

div.tabcontents {
	color: black;
	margin-top: -1px;
	clear: both;
	background-color: #999999;
	margin-left: 20px;
	margin-right: 20px;
}

div.tabcontents dl {
      font-size: small;
      margin: 0;
      padding: 1ex;
}

div.tabcontents dt {
    font-weight: bold;
    padding-bottom: 0;
}

div.tabcontents dd {
    padding-top: 0;
}

div.tabcontents dd.date {
    margin-top: 0;
    padding-bottom: 0;
    display:inline;
    font-size: 80%;
}

div.tabcontents a,
div.tabcontents a:link {
    color: #00a;
    text-decoration: none;
}

div.tabcontents a:hover {
    color: #00f;
    text-decoration: underline;
}

div.tabcontents a:visited {
    color: #608;
    text-decoration: none;
}



img {
    border: none;
}

body.IE5 ul.menu li,
body.IE6 ul.menu li,
body.IE7 ul.menu li {
    font-size: smaller;
    margin-right: 1.5ex;
    margin-left: 1ex;
}

ul.menu {
    margin-bottom: 2px;
}

ul.menu li {
    padding: .5ex;
}

h1
{
	color: #400704;
}
.Cell
{
    font-size:smaller;
}

hr {
	border: thin dashed #7EC9FE;
	margin-top: 10px;
	margin-bottom: 10px;
}
