@charset "utf-8";
/* CSS Document */

	html,body {
		height: 100%;
		font-family: arial;
	}

	*{
		paddign: 0;
		margin: 0;
	}

	#banner {
		width: 100%;
		height: 114px;
		background: url('images/bg.jpg') repeat-x;
	}

	#logo {
		float: left;
		margin-top: -114px;
		margin-left: 5%;
		width: 360px;
		height: 114px;
		background: url('images/logo.jpg');
	}

	#status {
		float: right;
		margin-top: -114px;
		margin-right: 5%;
		height: 114px;
		width: 99px;
		background: url('images/status.jpg');
	}

	#bar {
		clear: both;
		background: url('images/bar.jpg');
		width: 100%;
		height: 18px;
	}

	#FourTabContainer {
		position: relative;
		float: right;
		right: 210;
		top: 90;
		width: 350px;
	}

	#SevenTabContainer {
		position: relative;
		float: right;
		right: 210;
		top: 90;
		width: 575px;
	}

	.tab {
		color: #FFFFFF;
		font-size: 12px;
		font-family: arial;
		width: 75px;
		height: 25px;
		background: url('images/tab.gif');
	}

	#copyright {
		font-family: arial;
		font-size: 10px;
	}

	.tab A:link { text-decoration: none; color: #FFFFFF }
	.tab A:visited { text-decoration: none; color: #FFFFFF }
	.tab A:active { text-decoration: none; color: #FFFFFF }
	.tab A:hover { text-decoration: none; color: #FFFFFF }


	#infoNav A:link { text-decoration: none; color: #0096FF }
	#infoNav A:visited { text-decoration: none; color: #0096FF }
	#infoNav A:active { text-decoration: none; color: #0096FF }
	#infoNav A:hover { text-decoration: none; color: #0096FF }

	A:link { text-decoration: none; color: #6C6C6C }
	A:visited { text-decoration: none; color: #6C6C6C }
	A:active { text-decoration: none; color: #6C6C6C }
	A:hover { text-decoration: none; color: #B30000 }