@charset "utf-8";
body  {
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 12px;
	background-color: #0671B2;
}

.twoColElsLtHdr #container {
	width: 800px;
	posiiton: relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/background.jpg);
	background-repeat: repeat;
} 
.twoColElsLtHdr #header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/Heading_Banner-Final_1.gif);
	height: 490px;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColElsLtHdr #sidebar1 {
	z-index:0;
	position: relative;
	width: 500px;
	background-color:#FEDC9C;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	padding: 0px;
	float: right;
	height: 20px;
	font-family: Verdana, Arial;
}
,twoColElsLtHdr #sidebar1
{
	background:#FFC;
}
.twoColElsLtHdr #sidebar4 {
	z-index:0;
	position: relative;
	width: 200px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	padding: 0px;
	float: left;
}
.twoColElsLtHdr #info {
	z-index:0;
	position: relative;
	margin-right: 0px;
	padding: 0px;
	width: 550px;
	float: right;
}
.twoColElsLtHdr #rates {
	z-index:0;
	width: 800px;
	float: left;
	
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p, .twoColElsLtHdr #sidebar1 a {
	margin-left: 10px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #F0F;
	font-weight: bold;
	margin-right: 5px;
	text-decoration: none;
}
.twoColElsLtHdr #sidebar1 a:visisted {
margin-left: 10px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #F0F;
	font-weight: bold;
	margin-right: 5px;
	text-decoration: none;
}
.twoColElsLtHdr #sidebar1 a:active,  .twoColElsLtHdr #sidebar1 a:hover {
margin-left: 10px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color:#60F;
	font-weight: bold;
	margin-right: 5px;
	text-decoration: underline;
}

.twoColElsLtHdr #mainContent {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 3px 0 3px;
		
} 
.twoColElsLtHdr #mainContent h1 {
	font-family: MS Serif, New York, serif;
	font-style: italic;
	font-weight: bold;
		
} 
.twoColElsLtHdr #table1 {
	background-color: #0671B2;
}

.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image:url(images/background.jpg);
	background-repeat: repeat;
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}





/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.center_text {
	text-align: center;
	font-style: italic;
	color: #000;
}
.white_text {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.right_align_text {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
}
.small_text {
	font-size: 10px;
}
.purple_text {
	color: #9F009F;
	font-weight: bold;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
}


    /*
        Set the "zoom" property to "normal" since it is set to "1" by the 
        ".example-container .bd" rule in yui.css and this causes a Menu
        instance's width to expand to 100% of the browser viewport.
    */
    
    div.yuimenu .bd {
    
        zoom: normal;
    
    }

    /*
        Restore default padding of 10px for the calendar containtainer 
        that is overridden by the ".example-container .bd .bd" rule 
        in yui.css.
    */

    #calendarcontainer {

        padding:10px;

    }

    #calendarmenu {
    
        position: absolute;
    
    }

    #calendarpicker button {

        background: url(../../images/calendar_icon.gif) center center no-repeat;
        text-align: left;
        text-indent: -10em;
        overflow: hidden;
        *margin-left: 10em; /* For IE */
        *padding: 0 3em;    /* For IE */
        white-space: nowrap;

    }

    #month-field,
    #day-field {
    
        width: 2em;
    
    }
    
    #year-field {
    
        width: 3em;
    
    }

	#datefields {
	
		border: solid 1px #666;
		padding: .5em;
	
	}
	
	#calendarpicker  {
	
		vertical-align: baseline;
		
	}
.blue_text {
	color: #000;
}
.black_header {
	color: #000;
	font-size: medium;
}
.black_para {
	color: #000;
	font-size: medium;
}

