﻿body 
{
    background: #C6C6C6 url("../images/bg-body.gif") repeat;	
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000; 
	margin-top: auto;
	margin-bottom: auto;
	
}

table#nav 
{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#navcont 
{
	background-color: #70391a;
	text-align:center;
	width:771px;
}

#navcont td
{
	/*width: 125;*/
}

#nav a 
{
	margin:0;
	display:block;
	padding: 5px 1px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#nav a:link, .nav a:visited 
{
	color: #FFFFFF;
}

#nav a:hover, .nav a:active 
{
	background-color: #FFFFFF;
	color: #000000;
}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#3F3F25; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }


a:link,a:visited	{ color:#056490; text-decoration:underline; }
a:hover,a:active	{ color:#056490; text-decoration:none; }


/* ----- classes ----- */
.title
{
    color:#660000;
    font-family:Verdana;
    font-weight:bold;
}

.titlelink
{
    color:#660000;
    font-family:Verdana;
    font-weight:bold;
    text-decoration: none;
}

.titlelink:hover
{
    color:#660000;    
    
}

.loginbox
{
    
    BORDER-RIGHT: #94B7DB 1px solid;
    BORDER-TOP: #94B7DB 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #94B7DB 1px solid;
    BORDER-BOTTOM: #94B7DB 1px solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #eeeeee;
    border-bottom-style: dotted;
    border-left-style:dotted;
    border-top-style:dotted;
    border-right-style:dotted;
    width:200px;
}

.form
{
    BORDER-RIGHT: #999999 1px solid;    
    FONT-SIZE: 11px;
    BORDER-LEFT: #999999 1px solid;
    BORDER-BOTTOM: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #f6f5ee;
}

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top, dd.top {
	text-align:right;
	display:block;
	font-size:0.9em;
	}
	
img.img-left { 
	float:left; 
	margin:5px 10px 5px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}
img.img-padding-bottom {
	padding-bottom: 10px;
	}

#wrap { 
	background:url("../images/bg-wrap.gif") repeat-y; 
	width:801px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#wrap-inner {
	
	width:771px;
	margin-left:15px;
	padding-bottom:10px;
	}
	
	.menubox
{
    
    BORDER-RIGHT: #94B7DB 1px solid;
    BORDER-TOP: #94B7DB 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #94B7DB 1px solid;
    BORDER-BOTTOM: #94B7DB 1px solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #eeeeee;
    border-bottom-style: dotted;
    border-left-style:dotted;
    border-top-style:dotted;
    border-right-style:dotted;
}

.staffbox
{
    
    BORDER-RIGHT: #94B7DB 1px solid;
    BORDER-TOP: #94B7DB 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #94B7DB 1px solid;
    BORDER-BOTTOM: #94B7DB 1px solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #eeeeee;
    border-bottom-style: solid;
    border-left-style:solid;
    border-top-style:solid;
    border-right-style:solid;
    height: 150px;
    width:110px;
    text-align:center;
}

.lightyellowbox
{
    background-color: #f6f5ee;
}