body {
	margin:0px;
	background-color:#cdd5df;
}

#header {
	background-color:#6e84a2;
	background-image:url('/iphone/images/toolbar.png');
	background-repeat:repeat-x;
	background-position:center;
	width:100%;
	height:43px;
	text-align:center;
	margin:0px;
	padding:0px;
}

#header td {
	color:#FFFFFF;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

#header td a {
	text-shadow: #000000 0px 1px 1px; /* slight black drop shadow */
	color:#FFFFFF;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#linkList {
	background-color: #e9e9e9;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	margin:0px;
	color:#000000;
	font-family:Arial;
	font-weight:bold;
	font-size:20px;
	background-image:url('/iphone/images/arrow.png');
	background-repeat:no-repeat;
	background-position: 97% 50%;
}

#contentBlock {
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #959595;
	padding: 10px 10px 10px 15px;
	margin:5px;
	color:#000000;
	font-family:Arial;
	font-size:16px;
}

#contentBlock img {
	max-width:274px;
	height: auto;
	border: 1px solid #000000;
}

#blockQuote {
	margin-left:10px;
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	font-style:italic;
}

a.button {
	/* Default positioning of button */
	display: block;
	margin: 0 auto;
	width: 250px; /* if no width was set, the button would
	               expand to the width of its parent */
	text-align:center;
	line-height: 46px; /* will keep the text vertically
	                     centered on the 46px high button */				

	/* Font styling */
	font-family: Helvetica;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	color: #000;
	text-shadow: #fff 0px 1px 1px; /* slight white drop shadow */

	/* Button image is 29px wide.
		14px for the left part of the button
		14px for the right
		1px for the middle
	*/
	border-width: 0 14px 0 14px;
	-webkit-border-image: url(images/whiteButton.png) 0 14 0 14;
}

#footer {
	background-color:#6e84a2;
	background-image:url('/iphone/images/footer-background.png');
	background-repeat:repeat-x;
	background-position:center;
	width:100%;
	height:30px;
	text-align:center;
	margin:0px;
	padding:0px;
}

#footer td a {
	text-shadow: #FFFFFF 0px 1px 1px; /* slight black drop shadow */
	color:#666666;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
