﻿body  {
margin: 20px;
padding:0;
font-family: Times New Roman, Times, serif;
font-size: 16px;
color: Black;
height: 100%;
background-color: #A48A64; 
}

/** MAIN DIVS ============================================================= **/

#container {
width: 900px;
margin:0px auto;
padding:0px;
}

#header {
height: 150px;
padding:0px;
margin:0px;
}

#header img{
border-width: 0px;
width: 900px;
height: 150px;
}

#middle {
padding:0px;
margin:0px;
vertical-align:top;
}

#footer {
page-break-before:always;
margin:0px;
padding-top: 20px ;
padding-bottom: 20px ;
text-align:center;
color: white;
}

/** LEFT COLUMN  ================================================================ **/

#left-column {
float:left;
width:149px;
padding:0px;
margin:0px;
}

#left-header {
height:202px;
padding: 0px;
margin:0px;
background-image:url('images/left-header.jpg');
}

#left-header img{
border-width: 0px;
width: 149px;
height: 202px;
}

#left-content {
}

#left-footer {
}

#left-column a:link    { text-decoration:none;      color: #990000; }
#left-column a:visited { text-decoration:none;      color: #990000; }
#left-column a:active  { text-decoration:underline; color: #990000; }
#left-column a:hover   { text-decoration:underline; color: Red;}

#menu {
vertical-align:top;
width: 149px;
padding: 0px;
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#menu a:link    { text-decoration:none;color: White; }
#menu a:visited { text-decoration:none;color: White; }
#menu a:active  { text-decoration:underline; color: White; }
#menu a:hover   { text-decoration:underline; color: Yellow; }

#menu table {
border:0;
width: 149px;
padding: 0px 0px; margin: 0px 0px;
}

.menu1 { 
width: 149px; 
height: 30px; 
background: url('images/button.gif') no-repeat left top; 
padding: 0px 5px 0px 0px; 
margin: 0px 0px 0px 0px;
text-align: right;
font-weight: bold;
}

/** RIGHT COLUMN ================================================================ **/

#right-column {
float:right;
width:751px;
padding:0px;
margin:0px;
}

#right-header {
height:49px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background-color: black; 
color:white;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight:bold;
}

#right-header-inner {
	padding-top:10px;
}

#right-header img{
border-width: 0px;
width: 751px;
height: 49px;
}

#right-content {
vertical-align:top;
margin: 6px 0px 0px 6px;
padding: 20px 30px 20px 40px;
background-color:White;
}

#right-footer {
}

#right-column a:link    { text-decoration:none;      color: #990000; }
#right-column a:visited { text-decoration:none;      color: #990000; }
#right-column a:active  { text-decoration:underline; color: #990000; }
#right-column a:hover   { text-decoration:underline; color: Red;}

.indented{
	margin-left: 40px;
}

h1 {
font-size:110%;
}

h2 {
font-size:125%;
}

h3 {
font-size:150%;
}

h4 {
font-size:110%;
color: #000000;
}

h5 {
font-size:125%;
color: #990000;
}

h6 {
font-size:150%;
color: #990000;
}

hr {
width:650px;
text-align:center;
}

.bullet{
height=15px;
width:17px;
margin: 4px 10px 0px 11px;
border-width:0px;
float:left;
}

#content-left {
	width:300px;
	float:left;
}

#content-right {
	width:300px;
	float:right;
}


#call-to-action {
	width:200px;
	height: 300px;
	float:right;
	border:3px;
	border-style:groove;
	border-color:gray;
	border-left-color:gray;
	background-color:#FFFFCC;
	margin-left:10px;
	padding-left:5px;
	margin-bottom:10px;
}

