@charset "windows-1252";
/* author: JHM Designs (www.jhmdesigns.com) */
/* Creation date: 12-26-2008 */
/* This file controls the css basic to all pages of the site */

html
	{
	margin: 0px;
	}

body
	{
	width: 960px; /* centering page requires width attributes */
	margin-right: auto;  /* centering page requires left and right margins set to auto */
    margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	background: #001C4B; 
    }

h2,h3,h4
	{
	text-align: center;
	}

#header
	{    
    height: 148px;
    background-color: #ddd;
    font-family: Calibri, Georgia, "Century Schoolbook", Helvetica, Arial, sans-serif;
	color: #000;  /* font color */
    }
    
#content
	{
    background-color: #FDFDFF;  /* optional pale blue background = E3EEFF */
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 50px;
    padding-right: 50px;    
    margin-top: 4px;
	margin-bottom: 0px;
	font-size: 15px;
	/* font-family: Calibri, Georgia, "Century Schoolbook", Helvetica, Arial, sans-serif; */
    font-family: Georgia, "Century Schoolbook", Helvetica, Arial, sans-serif;
	color: #000;  /* font color */
	border: -1px solid black;
    /* border: 1px solid red;  for testing */
	}

#rh_column
	{
    background-color: #D5DDE4;  /* optional pale blue background = E3EEFF */
	float: right;
    width: 350px;
    margin-left: 400px;
   	xmargin-right: 0px;
    padding-top: 12px;
	padding-left: 30px;
    padding-right: 30px;    
    margin-top: -10px;
	margin-bottom: 0px;
	border: 1px solid black;
    font-size: 15px;
	/* font-family: Calibri, Georgia, "Century Schoolbook", Helvetica, Arial, sans-serif; */
    font-family: Georgia, "Century Schoolbook", Helvetica, Arial, sans-serif;
	color: #000;  /* font color */
	    /* border: 1px solid red;  for testing */
	}
  
#lh_column
	{
    background-color: #D5DDE4;  /* optional pale blue background = E3EEFF */
	xclear: all;
    float: left;
    width: 350px;
    margin-right: 400px;
    padding-top: 12px;
	padding-left: 30px;
    padding-right: 30px;    
    margin-top: -10px;
	margin-bottom: 0px;
	border: 1px solid black;
    font-size: 15px;
	/* font-family: Calibri, Georgia, "Century Schoolbook", Helvetica, Arial, sans-serif; */
    font-family: Georgia, "Century Schoolbook", Helvetica, Arial, sans-serif;
	color: #000;  /* font color */
	    /* border: 1px solid red;  for testing */
	}

#footer
	{    
    height: 40px;
    font-size: 12px;
    text-align: center;
    font-family: Calibri, Georgia, "Century Schoolbook", Helvetica, Arial, sans-serif;
	color: #000;  /* font color */
    }    
    
    