﻿body 
{
	padding: 0;
	margin: 0;
	background-color: #383838;
	font-family: Verdana;
	font:Verdana;
	line-height:12pt; 
	font-size:10pt; 
	color:#555555;
}

body.div
{
	padding: 0px none;
	margin: 0px none;
}

div.container
{ 
	min-height: 1000px;
	height:1200px;
	width:95em;
	margin:auto;
}

div.right_content_area
{
	background-color: #ffffff;
	margin-left: 154px;
	padding-top:1px;
	padding-left:2em;
	height:90%;
	min-height:90%;
}

div.left_nav_area
{
	background-image:url("../Images/navshape_obsidian.jpg");
	background-repeat:no-repeat;
	min-height: 100%;
	width:154px;
	float: left;
}

div.header
{
	width:100%;
	border-top:1px solid #E4B982;
	border-bottom:1px solid #E4B982;
	background-color:#720918;
}


div.spacer
{
	height:20px; 
	width:100%;
}

#top_spacer
{
	background-color: #000000;
}

#mid_spacer
{
	background-color: #000000;
	height:5px;
}

#lower_spacer
{
	background-color: #535353;
}

#header_image
{
	border-style:none;
}

a
{
	color:#820024;
}

a:hover
{
	color:Gray;
	text-decoration:underline;
}

.highlight
{
	 font-weight:bold;
}

#modalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 9;
	background-color:#383838;
	display: none;
	opacity: 0.50;
	filter: alpha(opacity=50)
}

#modalWindow
{
    position: fixed;
    left: 0;
    top: 0;
	z-index: 10;
	background-color: white;
	display: none;
	border: 1px solid gray;
	padding:20px;
}
