@charset "UTF-8";
/* CSS Document */


/*********
BODY
*********/

    BODY {
       background: #e9e1bd;
	   background-image:url(images/ShadowBG.jpg);
	   background-position:center;
	   background-position:top;
	   background-repeat: repeat-y;
    }
	
	h1 {
		font-size:18pt;
		font-family: "Times New Roman", Times, serif;
		margin-bottom:-17pt;
		letter-spacing:2px;
		color:#333;
	}
	
	body,td,th {
				font-family: Times New Roman, Times, serif;
				font-size:10pt;
				line-height:18pt;
				color:#333;
	}
	
/*********
CONTAINER
*********/
    #Container {
	   width: 822px;
       margin: 0 auto;
	   overflow: hidden;
	   background-image:url(images/textureBg.jpg);
	   background-position:center;
	   background-position:top;
	   background-repeat: no-repeat;
	   }
/*********
CONTENT
*********/
    #Content {
		width: 822px;
    }
/*********
LOGO
*********/
    #Logo {
		width: 211px;
		height: 144px;
		margin-left: 50px;
		float:left;
    }
/*********
TAG
*********/
    #Tag {
		width: 532px;
		height: 144px;
		float:left;
    }
/*********
NAV BAR
*********/
    #NavBar {
		width: 822px;
		height: 38px;
		margin-bottom:9px;
		float:left;
    }

/*********
BANNER
*********/
    #Banner {
		width: 764px;
		height: 249px;
		margin-left:29px;
		float:left;
    }
/*********
PARAGRPHS
*********/
    #Paragraph1 {
		width: 720px;
		margin-left:50px;
		margin-top:20px;
		float:left;
    }
	#announce {
		width: 720px;
		margin-left:50px;
		margin-top:10px;
		float:left;
		padding:0;
		margin-bottom:0px;
		font-size:14px;
		font-weight:bold;
		text-align:center;
}
	#Paragraph2 {
		width: 318px;
		margin-top:11px;
		float:left;
    }
	
	#BottomBanners {
		width: 770px;
		margin-top:11px;
		margin-left:25px;
		float:left;
    }
	
	 #TVContent1 {
		width: 350px;
		margin-left:50px;
		margin-right:20px;
		margin-top:20px;
		float:left;
		text-align:justify;
    }
	#TVContent2 {
		width: 350px;
		margin-top:20px;
		float:left;
		text-align:justify;
    }

/*********
BODY COPY
*********/
    #Copy {
		width: 478px;
		margin-top:28px;
		float:left;
    }
	
	    #Copy1 {
		width: 760px;
		margin-top:28px;
		margin-left:28px;
		float:left;
    }
	
	
/*********
pics
*********/
    #Pics {
		width: 352px;
		height:216px;
		float:left;
    }
	
	#SidePic {
		width: 229px;
		margin-left:50px;
		margin-right:17px;
		margin-top:28px;
		float:left;
    }
	
/*********
VIDEO
*********/
    #Video {
		width: 381px;
		height:216px;
		margin-left:50px;
		margin-right:25px;
		margin-top:28px;
		float:left;
    }
	
/*********
NEWS
*********/
    #News {
		width:722px;
		margin-left:50px;
		margin-top:30px;
		border:solid;
		background-color:#e9e1bd;
		padding:10px;
		float:left;
    }

/*********
FOOTER
*********/
    #Footer {
		width:722px;
		margin-left:50px;
		margin-top:30px;
		border-top:#333;
		border-top-style:solid;
		border-top-width: 1pt;
		float:left;
    }
