/* This is where any overriding Mobile CSS should be put */
body {
	margin:0;
	padding:0;
}
#page {
	width:100%;
	margin:0;
	background:red;
}
#head, #navigation, #footer {
	display:none;
}
#fold {
	top:0;
	width:100%;
}
#scontent h1.sectitle {
	margin-bottom:0;
}
#scontent table.bigtable {
	width:100%;
	margin-left:0;
}
#scontent table.bigtable td,
#scontent table.bigtable tr {
	margin:0;
	padding:0;
}
table.twobuttons {
	margin:0 0 10px 0;
}
table.twobuttons td {
	display:block;
	width:auto;
	margin:0;
	border:none;
}
table.twobuttons td h2 {
	margin:0;
	padding:0;
}

#footer {
	width:100%;
	border-top:3px solid #002878;
	background:#e9f1fb;
}
#footer li {
	float:none;
	border-right:none;
	display:block;
	font-size:14px;
	padding:0 5px;
}
#footer li.first {
	padding:0 5px;
}
#footer li a {
	text-decoration:underline;
}
#footer .copyright {
	font-size:14px;
	position:relative;
	padding:0 5px;
}
#footer .copyright a {
	text-decoration:underline;
}
.innerbox {
	padding-bottom:0;
}
.innerbox a {
	text-decoration:underline;
}
#alertform {
	margin-left:3px;
}
#alertform input, #alertform  textarea, #alertform select {
	width:90%;
	font-size:18px;
}