/*** The Essential Code ***/

		body {
			margin:0px 0px 0px 0px;
			padding:0px;       
			
			
		}
		
		#footer {
			clear: both;
		}
		
		/*** IE Fix ***/
		* html #left {
			left: 150px;              /* RC fullwidth */
		}

		

		/*** Footer Fix ***/

		* html body {
			overflow: hidden;
		}
		
		* html #footer-wrapper {
			float: left;
			position: relative;
			width: 100%;
			padding-bottom: 10010px;
			margin-bottom: -10000px;
			background: #FFF;         /*** Same as body background ***/
		}

		/*** Just for Looks ***/

		body {
			margin: 0;
			padding: 0;
			background: #eceff6;
			
		}
		p {
			color: #333333;
			font-family :helvetica, san serif ;
			font-size : 12px;
			text-decoration: none;
			font-weight :normal;
			line-height: 16px;
			
		}

			.hometextred {
			font-family :arial,verdana, helvetica, san serif ;
			font-size : 12px;
			color: #cc0033;
			text-decoration: none;
			font-weight :bold;

		}
		
			.hometextredlg {
			font-family :arial,verdana, helvetica, san serif ;
			font-size : 15px;
			color: #cc0033;
			text-decoration: none;
			font-weight :bold;
			
		}
		
			.hometextredhead {
			font-family :arial,verdana, helvetica, san serif ;
			font-size : 20px;
			color: #cc0033;
			text-decoration: none;
			font-weight :bold;

		}
		
		.hometextredxl {
			font-family :arial,verdana, helvetica, san serif ;
			font-size : 35px;
			color: #cc0033;
			text-decoration: none;
			font-weight :bold;

		}
		
		.hometextblacklg {
			font-family :arial,verdana, helvetica, san serif ;
			font-size : 25px;
			color: #000000;
			text-decoration: none;
			font-weight :bold;
			
		}


		
		#header {
			background: #ff9900;
			background-image: url(/images/topnav_bg.gif);
			height: 65px;
			background-repeat: repeat-x;
			
		} 

		
		
		h1:first-child{
			margin-top: 0px;
		}
		h1 { 
			font: normal 15px verdana,helvetica,sans serif; 
			font-weight:normal;
			margin-bottom: 0px; 
			margin-top: 35px;
			
			color: #ff6600;
			background-image: url(/images/dots.gif);
			background-position: bottom;
			background-repeat: repeat-x;
			
		}
		
		
		h2 { 
			font: normal 12px verdana,helvetica,sans serif; 
			font-weight:bold;
			margin-bottom: 0px; 
			margin-top:3px;
			color: #666;
			
		}
	
		a{
			color: #FF3300;
			font-family :arial,verdana, helvetica, san serif ;
			font-size : 12px;
			text-decoration: none;
			font-weight :normal;
			text-decoration: underline;
		}
		
		a:hover {
			color: #FF3300;
			text-decoration: underline;
			font-weight :bold;
		}