/* 	Header.css */




div #header {
	clear: both;
	float: left;
	height: 83px;
	width: 1000px;
	text-align: left;
	border: solid 0px #000000;
	background-image: url('../images/co_01.jpg');
	color: #ffffff;
	font-size : 10pt;
	
}
div.nav {
	clear: both;
	float: left;
	height: 21px;
	width: 990px;
	text-align: left;
	border: solid 0px #000000;
	background-image: url('../images/co_02.jpg');
	color: #ffffff;
	font-size : 10pt;
	padding-left: 10px;
	padding-top: 2px;
}
div.nav p, a {
	color: #ffffff;
	font-size : 12pt;
	font-style: bold;
	text-decoration: none;
}

div.header_logo {					/* logo space */
	clear: left;
	float: left;
	width: 180px;
	height: 85px;
 	border: solid 0px #FFFF00;
	padding-left: 20px;
}

div.header_logo a, img {

text-decoration: none;

}

div.header_center {
	clear: none;
	float: left;
	width: 375px;
	height: 85px;
 	border: solid 0px #FFFF00;
	text-align: right;
	margin-top: 15px;
	margin-right: 0px;
}

div.!!header_center input.input_text {
	height: 12px;
	width: 125px;
	border-top: outset 3px powderblue;
	border-left: outset 3px powderblue;
	font-size : 8pt;
	
}

div.!!header_center input.input_button {
	height: 13pt;
	width: 50px;
	background-color: #74b5ec;
	color: #ffffff;
	border: 0px;
	margin: 0px 0px 0px 5px;
}

div.header_login {
	clear: right;
	float: right;
	width: 175px;
	height: 150px;
 	border: solid 0px #FFFF00;
	text-align: right;
	margin-top: 15px;
	padding-right: 10px;
}

div.header_login a {
	font-size:8pt;
	color: blue;
	text-decoration: underline;
	
}

div.header_login input.input_text {
	height: 12px;
	width: 85px;
	border-top: outset 3px powderblue;
	border-left: outset 3px powderblue;
	font-size : 8pt;
	margin-bottom: 2px;
	}


div.header_login input.input_button {
	height: 15px;
	width: 50px;
	background-color: #74b5ec;
	color: #ffffff;
	border: 0px;
	font-size : 8pt;
}
