body {
	background-color: #001729;
	color: #fff;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 11pt;
}

/* Generic Formatting */

h1 a, h2 a, h3 a {
	color: inherit;
	text-decoration: inherit;
}

#content a { color: #005799; text-decoration: none; }

#content a:hover, #content a:active {
	color: #0065b3;
	text-decoration: underline;
	text-shadow: 0px 1px 1px #ccc;
}

/* Text Formatting */

h1, h2, h3, #valueprop { color: #000; font-weight: bold; margin-top: 0px; }
#valueprop { font-size: 120%; margin-top: 0px;}

/* Bubble Structure */

#container { margin: 100px auto 0px auto; width: 640px; }
#container > div { padding: 0px 40px;  }

#bubble-top { height: 40px; background-image: url("bubble-top.png"); }
#bubble-bottom { height: 40px; background-image: url("bubble-bottom.png"); }

#bubble-middle {
	color: #001729;
	background-image: url("bubble-middle.png");
	background-position: center center;
	background-repeat: repeat-y;
	/* Force background tile */
	padding: 1px 40px !important;
}

#footer { text-align: right; }