/* CSS Document */

#header {
	background-image: url(../images/horizontal-black-dotted-line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
	height: 80px;
	margin: 10px 0 0 34px;
	margin-top: 36px;	/* Temp as there is no navigation at this point */
	width: 930px;
}
h1 {
	float: left;
	margin-top: 10px;
}
#appTitle {
	float: right;
	width: 240px;
}
#appTitle img {
	float: left;
	margin: 0 0 0 -15px;
}
#appTitle div {
	float: right;
/*	width: 250px*/
}
#appTitle h2 {
	color: #1c74bb;
	font-size: 16px;
	margin: 10px 0 4px;
}
#appTitle p {
	color: black;
	font-size: 12px;
}
.hidden {
	display: none;
}
