/* CSS Document */

body {
	background: #01493B url(/_images/bg.gif) top left repeat-x;
}




#title {
	background: url(/_images/title.gif) top left no-repeat;
	height: 25px;
	text-align: right;
	padding: 64px 18px 0 0;
}

#header {
	border-top: 1px #8E959B solid;
	height: 276px;
	padding-top: 127px;
	background: url(/_images/header.gif) top left no-repeat;

}

#content {
	background: #fff url(/_images/content.gif) top left no-repeat;
	padding: 26px 47px 20px 190px;
}

p {
	line-height: 160%;
}

h1 { 
	font-size: 15px;
	font-weight: bold;
	margin: 12px 0px;
	padding:0px;
	color: #01493B;
}

.callout {
	font-weight: bold;
	font-size: 12px;
	margin: 12px 0 0 0;
	padding:0px;
	color: #01493B;
}






a {
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #97BD0E;
}


