/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	min-height:100%;
	background-color:#D7E2DA;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
}

a {
	text-decoration:underline;
	color:#13521B;
	}

a:hover {
	color:#13521B;
	text-decoration:underline;
	font-weight:bold;
}

#Container {
	width: 753px;
	position:relative;
	top:0;
	margin:0 auto;
	height: 100%; 
	height:auto;  
	min-height:100%;
}

#ContainerBackground {
	width: 753px;
	position: relative;
	top:0;
	background-image:url(images/container-background.gif);
	background-repeat:repeat-y;
}

#Header {
	background-image:url(images/ballard.jpg);
	background-repeat:no-repeat;
	height:104px;
	position:relative;
	top:0;
}

#Navigation {
	width: 753px;
	height: 24px;
	background-image:url(images/nav01.jpg);
	background-repeat:no-repeat;
	position:relative;
	left: 0px;
	top: 0px;
	margin:0px;
	padding:0px;
}

.Headline {
	font-size:14px;
	font-weight:bold;
	}

.ParagraphCopy {
	font-size:12px;
	font-weight:normal;
	}

#Footer {
	position:relative;
	width:753px;
	Height: 40px;
	background-image:url(images/container-background-end.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:11px;
	color:#8C8C8C;
	top:0;
	padding-top: 20px;
	background-color:#D7E2DA;
}

#sign {
	width:146px;
	height:42px;
	/*position:relative;*/
	/*top:0;*/
	/*right:0;*/
	/*left:607;*/
	float: right;
	vertical-align:top;
	background-image:url(images/ballard-sign.jpg);
	}

#signTest {
	width:146px;
	height:42px;
	position:relative;
	top:0;
	right:0;
	/*left:607;*/
	float: right;
	vertical-align:top;
	background-image:url(images/ballard-sign.jpg);
	}



#Footer a {
	color:#77B387;
	text-decoration:none;
}

#Footer a:hover {
	color:#77B387;
	text-decoration:none;
}
