@import url(general.css);

@media screen {

}

@media screen, print {

#header
{
	margin-bottom:10px;
}

#topHeader
{
	text-align:center;
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
}

#topHeader a
{
	text-decoration:none;
	color:black;
}

#topHeader a:hover
{
	text-decoration:none;
	color:red;
}

#titleContainerLeft, #titleContainerRight
{
	display:inline;
	width:169px;
}

#titleContainer
{
	width:100%;
	border-top:1px black solid;
	border-bottom:1px black solid;
	font-size:1.5em;
	background-color:white;
}

#titleContainer td
{
	vertical-align:middle;
	margin:0;
	padding:0;
	height:2em;
}

#titleContainerLeft
{
	background:url(../graphics/Backgrounds/HeaderNotesPink_left.jpg) no-repeat 0 -45px;
	float:left;
	height:auto;
}

#titleContainerRight
{
	background:url(../graphics/Backgrounds/HeaderNotesPink_right.jpg) no-repeat right -45px;
	float:right;
	height:auto;
}

h1#title
{
	margin:0;
	padding:0;
}

#logoContainer
{
	width:400px; 
	height:46px;
}


}

