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

    body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #FFFFFF;
		background-image:url(../img/back_main.jpg);
/*		background-position:center;
		background-repeat:repeat-y; */
    	margin: 0; 
    	padding: 0;
    	color: #000000;
    }
	img {border: 0;}
	.right {float: right;}
	.left {float: left;}
    .clearfloat {
    	clear:both;
        height:0;
    }	
    #container {
    	width: 910px;  
    	background: #FFFFFF;
    	text-align: left; 
    }
    #startHeader {
    	background: #b37a46; 
		height: 190px;
		min-height: 190px;
		text-align: center;
    }
	#startHeader img {
		Border: 15px solid #00164c;
		margin: 4px 5px 0 5px;
	}
	#Header {
    	background: #b37a46; 
		height: 190px;
		min-height: 190px;
    }
	#Header img {}
	#startSubheader {
		background:#ffffff;
		font: 100% Times New Roman, Times, serif;
		height: 45px;
		line-height: 45px;
		font-size: 25px;
		font-weight: bold;
		color: #00164c;
		text-align: center;
	}
	#Subheader {
		background:#ffffff;
		height: 60px;
		min-height: 60px;
		font-size: 20px;
		line-height: 60px;
		color: #00164c;
		padding-left: 50px;
	}
    #startMainContent {
    	background: #b37a46;
		background-image:url(../img/back_container.gif);
		background-position:center;
/*		background-repeat:no-repeat; */
		min-height: 522px;
    }
	
	#startMainContent a {color: #ffffff; text-decoration:none;}
	#startMainContent a:hover {color: #ffffff; text-decoration:underline;}
	
	#MainContent {
    	background: #b37a46;
		min-height: 522px;
    }
    #footer {
    	background:#b37a46;
    }
	.video { padding:5px; margin-bottom: 25px; background-image:url(../img/back_videos.png); background-repeat:repeat-y; font-size:18px; font-weight:bold;}
	.video img { margin-right: 150px;}
