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

.ContentWrapperWhite {
width:85%;
	min-width: 920px;
	background:url(../Backgrounds/whiteOpaque.png);
	-webkit-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 0 0 10px 2px #000000;
box-shadow: 0 0 10px 2px #000000;
padding:10px;
border: 5px solid #ffffff;
}
.ContentWrapperWhite a:link {
	color: #000066;
	text-decoration: none;
}
.ContentWrapperWhite a:visited {
	text-decoration: none;
	color: #660000;
}
.ContentWrapperWhite a:hover {
	text-decoration: none;
	color: #ee0000;
}
.ContentWrapperWhite a:active {
	text-decoration: none;
	color: #000;
}
.contentWrapperBlue {
	max-width:1300px;
	min-width:px;
	background:url(../Backgrounds/blueOpaque2.png);
	-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 0 10px 2px #000000;
box-shadow: 0 0 10px 2px #000000;
}
.InnerContentWrapperWhite {
	background:url(../Backgrounds/whiteOpaque.png);
	-webkit-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 0 0 10px 0px #666;
box-shadow: 0 0 10px 0px #666;
padding:10px;
border: 5px solid #ffffff;
max-width:1200px;
min-width:450px;
}
.InnerContentWrapperWhite a:link {
	color: #000066;
	text-decoration: none;
}
.InnerContentWrapperWhite a:visited {
	text-decoration: none;
	color: #660000;
}
.InnerContentWrapperWhite a:hover {
	text-decoration: none;
	color: #ee0000;
}
.InnerContentWrapperWhite a:active {
    text-decoration: none;
    color: #000066;
    font-size: 13px;
    font-style: inherit;
    font-weight: bold;
}
.InnerContentWrapperDivider {
	padding: 10px;
	border-right: #333 1px dashed;
	font-size: 14px;
}
.BannerTitles {
	color: #fff;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.bottomDividers {
	border-bottom:#333;
	border-bottom-style:solid;
	border-bottom-width: 1px;
}
#BottomMission {
   margin-bottom:60px;
   position:fixed;
   padding-top:0px;
   padding-left:15px;
   left:0px;
   bottom:0px;
}
#TopHome {
	margin-top: 60px;
	padding-top: 0px;
	max-width: 1400px;
	min-width: 990px;
	min-height: 500px;
}
