body
{
    color: #000000;
    background-color: #FFFFFF;
    margin: 0px 0px;
}

a
{
    color: #000000;
}

a:Link
{
    color: #003366;
}

a:visited
{
    color: #666666;
}

a:active
{
    color: #9BAFC7;
}

p
{
    margin-left: 0px;
}

img
{
    border: 0;
}

td
{
    font-size: 10pt;
    font-family: Verdana, Sans-Serif;            
}

h1
{
	color: #003366;
	font-family: Arial Black;
	font-weight: normal;
	font-size: 12pt;
}

h2
{
    color: #003366;
    font-family: Arial;
    font-weight: bold;
    font-size: 11pt;
    font-style: italic;
}

h3
{
    font-size: 10pt;
	font-weight: bold;
}

.doorsOpenTile
{
    margin-top :5px;
    border: #B9AA94 solid 1px;
}

#header { display: none; }

#news
{
    overflow: hidden;
	position: relative;
    padding: 5px;
}

#newsBody
{
	overflow: auto;
	position: relative;
    width: 180px;
    height: 190px;
    border-bottom: 1px solid #cccccc;
    scrollbar-highlight-color: #F3ECDA;
    scrollbar-face-color: #E7E0CE;
    scrollbar-shadow-color: #DFD6C4;
}
       
.sideBar
{
	width: 180px;
	background-color: #F3ECDB;
	background-image: url("../images/menubg.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}

.sideBarContentPadding
{
	padding: 4px;
}

.title
{
	height: 30px; font-size: larger; line-height: 30px; color: #fff; border-left: solid #fff 1px;
	background-color: #333333;
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial;
	font-weight: bold;
    font-style: italic;
}

.titleSmallerFont
{
	height: 30px; font-size: 13px; line-height: 30px; color: #fff; border-left: solid #fff 1px;
	background-color: #333333;
	background-image: url("../images/title.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial;
	font-weight: bold;
    font-style: italic;
}

.content
{
    padding: 1px 5px 5px 15px;
}

.contentTitle
{
	color: #003366;
	font-family: Arial Black;
	font-weight: normal;
	font-size: 12pt;
}

.contentSubTitle
{
    color: #003366;
    font-family: Arial;
    font-weight: bold;
    font-size: 11pt;
    font-style: italic;
}

.contentRight
{
    float: right;
    text-align: center;
    padding: 5px 5px 5px 20px;
    font-size: xx-small;
}

.insetMenu
{
    float: right;
    border: 1px solid #cccccc;
    background-color: #F2F2F2;
    padding: 8px;
}

.insetContent
{
    color: #003366;
    border: 1px solid #cccccc;
    background-color: #F2F2F2;
    padding: 8px;
}

.headerCell
{
    color: #003366;
    background-color: #F2F2F2;
    border: 1px solid #cccccc;
}

.contentCell
{
    border: 1px solid #cccccc;
}

.smallText
{
	font-size: 8pt;
}

.errorText
{
	color: #FF0000;
}

.grey
{
	color: #666666;
}

.requiredField
{
	color: #FF0000;
}

.footer
{
    background-color: #B9AA94;
    height: 1.5em;
    text-align: center;
}

.hl { color:#4A2A12; font-weight:bold }

.dhtmlwindow { display:none; }


