body	{
	font-size: 100%;
	line-height: 24px;
}

form	{
	font-size: 100%;
}

select	{
	font-size: 100%;
}

ol, li, dl, dt, dd, ul {
line-height: 24px;
font-size: 100%;
}

.buttonStyleRegular {
	background-color: #000066;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	border: 5px solid #000066;
	height: 40px;
	float: left;
	font-size: medium;
	font-weight: bold;
	font-family: sans-serif;
	margin-bottom: 15px;
	width: 100px;
	margin-left: 3%;
	color: white;
}

.buttonStyleLarge {
	background-color: #000066;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	border: 5px solid #000066;
	height: 40px;
	float: left;
	font-size: medium;
	font-weight: bold;
	font-family: sans-serif;
	margin-bottom: 15px;
	width: 250px;
	margin-left: 3%;
	color: white;
}


input[type=text] {
	font-size: 100%;
	font-family: courier;
	color: #369;
	height: 17px;
	min-width: 20px;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
}

input[type="button"]
{
	background-color: #000066;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	border: 5px solid #000066;
	height: 40px;
	float: left;
	font-size: medium;
	font-weight: bold;
	font-family: sans-serif;
	margin-bottom: 15px;
	width: 130px;
	color: white;
}

input[type=tel] {
    font-size: 100%;
    font-family: courier;
    color: #369;
    height: 17px;
    min-width: 20px;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    margin-top: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
}

#mobile_footer {
	display: block;
	float: left;
	width: 100%;
	background-color: #043c73;
	height: 40px;	
}

#mobile_header {
	background-color: #043C73;
	display: block;
	float: left;
	width: 100%;
	height: 65px;
}

#main_header {
	display: none;
}

#menumain {
	display: none;
}
#menuleft {
	display: none;}

#menuright {
	display: none;
}
#main_footer {
	display: none;
}