﻿
/* Layout Stylesheet */ 

html, body {
 margin:0 auto 0 auto;
 background:#f6f6f6;
 padding:0;
 height:100%;
 font-family:Verdana ;
 font-size:90%;
 color:Gray;
 }

#outer {
 text-align:left;
 border:1px solid orange;
 width:750px;
 margin:auto;
 background:white;
 height:auto !important;
 height:100%; 
 min-height:100%;
 }

#hdr
{
	background-color:White;
	background-position: left top;
	background-image: url(images/Logo.jpg);
	background-repeat: no-repeat;
	height: 120px;
	color: #333333;
	text-align: right;
	vertical-align: bottom;
	border-top: yellow solid;
	border-top-width:4;
	border-bottom: #ffae35 solid;
}

#bar 
{
 text-align:right;
 height:5px;
 background:#f6f6f6;
 border:solid #e6e6e6;	
 border-width:1px 0 1px 0;
 color:gray;
 }
 
 #bar a
 {
	text-decoration:none;
	font-weight:bold;
	color:gray;
	padding-right:5px;
 }

#bodyblock {
 position:relative;
 background: white;
 color: #333333;
 width:750px;
 padding:5px;
 height:auto !important;
 height:70%; 
 min-height:70%;
 }

#bodyblock h1{
 
 font-size:large;
 color:Orange;
 
 }
 
#bodyblock h2{
 
 font-size:medium;
 color:#003399;
 
 }
#ftr {
 height:15px;
 background:white;
 border:solid;
 border-color:#e6e6e6;	
 border-width:1px 0 0 0;
 margin:0;
 }
