@charset "utf-8";
/*-------------basic styling---------------*/
* {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
	body{
	background-color:#000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	#wrapper {
	position: relative;
	width: 800px;
	text-align:left;
	height: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	#clear {
	clear: both;
	}
	/*-------------------------------- header styling -----------------------------------------------------*/
	#header{
		position:relative;
		background-image: url(../images/flagbanner800.jpg);
		background-repeat:no-repeat;
		height:215px;
		}
	#header ul{
	margin:0;
	padding:0;
	position:absolute;
	bottom:-8px;
	width:800px;
	list-style:none;
	background:url(../images/navgraphic.gif) repeat-x top left;
	height: 30px;
	left: 0px;
		}
	#header ul li{
		float:left;
		}
	#header ul a{
		padding:0 15px;
		font-size:14px;
		line-height:2em;
		text-decoration:none;
		text-align:center;
		color:#FFFFFF;
		float:left;
		display:block;
		background:url(../images/navsep.gif) no-repeat left top;
		}
	#header ul a.first{
		background:none;
		}
	#header ul a:hover{
	color: #669900;
		}

    /*--------------------------------------------------------- banner styling ---------------------------------------------------------*/
	
	#banner{
	width:800px;
	height:215px;
	margin-top:7px;
	background-image: url(../images/2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}
	/*--------------------------------------------------------- content styling --------------------------------------------------------*/
	#content{
	float:left;
	width:560px;
	height:300px;
	text-align:justify;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../images/560x250textback.png);
		}
	#text{
	width:520px;
	left:0.5em;
	top:0.5em;
	padding-right:-10px;
	line-height:1.3em;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	margin: 1em;
		}
	#content h2 a{
		text-decoration:none;
		}
	#dhsthreat{
	float:left;
	margin-top:10px;
	margin-bottom: 10px;
		}
	#rssfeeds{
		width:200px;
		color:#000000;
		margin-left:10px;
		text-align:left;
		list-style:none;
		font-style:normal;
		}
	/*------------------------------------------------------------ sidebar styling --------------------------------------------------------*/
	#sidebar{
	float:right;
	width:220px;
	height:250px;
	color:#FFFFFF;
	text-align:center;
	background-image: url(../images/220x250.png);
		}
	#sidebar h3{
		font-size:18px;
		padding-top:.6em;
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		}
	#sidebar h2{
		font-size:10px;
		}
	#sidebar p{
		font-size:9px;
		}
			
    /*------------------------------------------------------------ footer styling ---------------------------------------------------------*/
			
	#Footer{
	color:#CCCCCC;
	font:0.8em;
	background-color:#999999;
	width:820px;
	height:100px;
	float:left;
		}
	#footer p{
		text-align:center;
		font-family:"Trebuchet MS", sans-serif;
		font-size:85%;
		}

		

	
		
		
		
