@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #AA0000;
}

#wrapper {
	width: 95%;
	margin: auto;
	background-color:  #FFFFFF;
}

#header {
	background-image: url(../images/HeaderImage.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

#headertext {
	text-align: center;
	padding-top: 18vw;
}

#MainMenu {
display: none;
}

#menudiv {
	width: 100%;
	padding-top: 1vw;
}

#mainmenu ul li {
	text-align: right;
}

#mainmenu li {
	float: right;
	text-align: right;
	margin: 0px 10px;
}

#mainmenu a {
	text-decoration: none;
}

#main {
	min-height: 1130px;
}

#footer {
	background-image: url(../images/FooterImage.png);
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 25vw;
}

.showimage {
	background-image:url(../images/MDPA.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.clear {
	clear: both;
}

/* Portrait Orientation */
@media screen and (orientation: portrait) {
.rlheader1 {
	font-size: 3.5em;
	font-weight: bold;
	text-align: center;
}

.rlheader2 {
	font-size: 2em;
	text-align: center;
}

.header3 {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}

.header4 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

.header5 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.header5 a {
	text-decoration: none;
}

.header5 a:visited {
	color: #000000;
}

#mainmenu {
	width: 95%;
	list-style-type: none;
	text-align: right;
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 75px;
}

.leftdiv {
	font-size: 2em;
	font-weight: 600;
	width: 49%;
}

.rightimg {
	width: 40%;
}

.rightdiv {
	font-size: 2em;
	font-weight: 600;
	width: 49%;
}

.leftimg {
	width: 40%;
}

}

/* Landscape Orientation*/
@media screen and (orientation: landscape) {
.rlheader1 {
	font-size: 3.5em;
	font-weight: bold;
	text-align: center;
}

.rlheader2 {
	font-size: 2.5em;
	text-align: center;
}

.header3 {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}

.header4 {
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}

.header5 {
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
}

.header5 a {
	text-decoration: none;
}

.header5 a:visited {
	color: #000000;
}

#mainmenu {
	width: 95%;
	list-style-type: none;
	text-align: right;
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 75px;
}

.leftdiv {
	font-size: 2em;
	font-weight: 600;
	width: 49%;
}

.rightimg {
	width: 40%;
}

.rightdiv {
	font-size: 2em;
	font-weight: 600;
	width: 49%;
}

.leftimg {
	width: 40%;
}

}
