﻿body
{
	font-family:Verdana;
}

        div#header 
        {
	        margin:0 auto; /* auto puts the wrap div in the center of the page*/
	        width:100%;
	        padding:0 0px;
	        background-color:#7F0000;
	        position:relative; /* this is the key. the div must be relatively positioned*/
        }

        div#headertitle 
        {
	        margin:0 auto; /* auto puts the wrap div in the center of the page*/
	        width:800px;
	        padding:0 14px;
	        background-color:#7F0000;
	        position:relative; /* this is the key. the div must be relatively positioned*/
        }

        div#contentcontainer 
        {
	        margin:0 auto; /* auto puts the wrap div in the center of the page*/
	        width:100%;
	        padding:0 0px;
	        background-color:#e0e0e0;
	        position:relative; /* this is the key. the div must be relatively positioned*/
        }

        div#contenttop 
        {
	        margin:0 auto; /* auto puts the wrap div in the center of the page*/
	        width:800px;
	        padding:0 14px;
	        background-color:#FFFFFF;
	        border-top:solid 2px #000000;
	        border-left:solid 2px #000000;
	        border-right:solid 2px #000000;
	        height: 15px;
	        position:relative; /* this is the key. the div must be relatively positioned*/
        }

        div#content 
        {
	        margin:0 auto; /* auto puts the wrap div in the center of the page*/
	        width:800px;
	        padding:0 14px;
	        background-color:#FFF;
	        height: 600px;
	        border-bottom: solid 1px #000000;
	        border-left: solid 1px #000000;
	        border-right: solid 1px #000000;
	        position:relative; /* this is the key. the div must be relatively positioned*/
        }

        div#footer 
        {
	        margin:0 auto; /* auto puts the wrap div in the center of the page*/
	        width:800px;
	        padding:0 14px;
	        background-color:#e0e0e0;
	        position:relative; /* this is the key. the div must be relatively positioned*/
        }

        div#footertext 
        {
	        text-align:center;
	        margin-top:50px;
	        margin-bottom:10px; 
	        font-size:12px
        }

        span#noteTitle 
        {
        	font-family:Verdana;
        	font-weight:bold;
        	font-size:14px;
        	margin-left:10px;
        	margin-top:20px;
	        TEXT-DECORATION: underline;
        }

        span#noteText
        {
        	font-family:Verdana;
        	font-size:12px;
        	margin-left:10px;
        }

        A:link 
        {
        	font-family:Verdana;
	        TEXT-DECORATION: none;
	        color:#7F0000
        }

        A:visited 
        {
        	font-family:Verdana;
	        TEXT-DECORATION: none;
	        color:#7F0000
        }

        A:active 
        {
        	font-family:Verdana;
	        TEXT-DECORATION: none;
	        color:#7F0000
        }

        A:hover 
        {
        	font-family:Verdana;
	        TEXT-DECORATION: underline;
	        color:#7F0000
        }

		.outer 
		{
			width: 200px; 
			background: #ddddee;
		}
		
		.outerLarge
		{
			width: 575px; 
			background: #ddddee;
		}

		.outerImage
		{
			width: 575px; 
			height: 325px;
			background: #ddddee;
		}

		.middle 
		{
			background: #aaaabb;
		}
 
		.inner 
		{
			background: #777788;
		}
 
		p.note 
		{
			background: #e8eef4;
		}
   
		.middle, .inner, p.note 
		{
			position: relative;
			left: -1px;
			top: -1px;
		}

        td#menuCellActive
        {
        	width:149px;
        	background-color:#BED0E0;
        	text-align:center;
        	vertical-align:middle;
        	font-weight:bold;
        	border-right:solid 2px #e8eef4;
        }

        td#menuCell
        {
        	width:149px;
        	background-color:#E3E8ED;
        	text-align:center;
        	vertical-align:middle;
        	border-right:solid 2px #e8eef4;
        }
