 body  {
	    	background-image : url(../img/overview_yellow_gradient_bkgd.jpg);
    		background-repeat : repeat-x;
    		background-color : #DAAA00;
    		background-position : top;
		padding : 0px;
		margin : 0px;
		font-family : "Times New Roman", Times, serif;
    	        color : #004c92;
		font-size : 15px;
		line-height : 18px;
	}

        img{
		border:0;
	   }

        a:link {
		color: #771f06; 
		}

        a:visited {
		color: #666666; 
		}
        
        a:hover, a:active {
		color: #541604; 
		}

	#bodyContainer {
		background-color : white;
	}
	#headerNav {
		padding : 0px 10px 10px 10px;
	}
	#headerNav a {
		font-size : 12px;
		color : #004c92;
		padding-left : 5px;
		padding-right : 5px;
		text-decoration : none;
	}
	#headerNav a:hover {
		color : #666666;
		text-decoration : underline;
	}
	#tabNav {
		padding : 0px 0px 0px 16px;
	}
	#tabNav img {
		vertical-align : bottom;
	}
	#bodyContent {
	   padding : 15px 25px 10px 25px; 	
	   width : 720px;
	}

	.bodyCat {
		vertical-align : text-top;
		width : 150 px;
		padding : 0px 10px 10px 10px;
	}
	.bodyCat h1 {
		font-weight : bold;
		font-size : 14px;
		margin : 0px;
		padding : 0px 0px 2px 0px;
	}
	.bodyCat ul {
		margin : 0px; 
		padding : 4px 0px 0px 16px; 
		list-style-image: url(../img/yellow_arrow.jpg);
	}
	.bodyCat ul li a {
		color : #004c92;
		font-size : 13px;
		text-decoration : underline;
	}
	.bodyCatLine {
    	background : url(../img/Landing_grey_dots.gif) repeat-y top;
    	width : 1px;
	}
	#buttonNav {
		padding : 0px 15px 45px 0px;
	}	
	#buttonLogIn {
		background-color : #FFFFFF;
		padding : 0px 0px 0px 306px
	}
	#trailerContent {
		padding : 10px 0px 10px 25px;
	}
	#trailerContent h1 {
		font-weight : normal;
		margin : 0px;
		padding-bottom : 5px;
		font-size : 11px; 
		color : #3B3B3B;
	}
	#footerCopyright {
		float : left;
		padding : 0px 10px 0px 10px;
		color : #4A4A49;
		font-size : 11px;		
	}
	#footerNav {
	    float : right;
		padding : 0px 10px 0px 10px;
	}	
	#footerNav a {
		font-size : 11px;
		padding-left : 5px;
		padding-right : 5px;
		color : #4A4A49;
		text-decoration:none;
	}
	#footerNav a:hover  {
		color: #541604; 
		text-decoration:underline;
	}

		