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

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.BreakNoSpace {
margin-bottom: -10px;
}

body {
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #E9DCB2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.container {
	background-color: #FFF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;

}
.mast {
	height: 87px;
	width: 100%;
	background-color: #FFF;
	background-image: url(images/mast_logo.gif);
	background-repeat: no-repeat;
}
.navBar {
	background-color: #AD2E27;
	height: 20px;
	width: 100%;
}
.homePhotoSplash {
	height: 217px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.tanBar {
	background-color: #BB9C3C;
	height: 10px;
	width: 100%;
}
.content h1 {
	font-size: 2em;
	color: #124C72;
	font-weight: normal;
	padding: 0px;
	margin-bottom: -2%;
}
.contentRightSide {
margin-left: 200px;
}
.content {
	top: 0px;
	background-image: url(images/leftSideBG.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
}

.navBar ul {
	margin-left: -40px;
}
.navBar li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
}

.navBar a {
	color: white;
	text-decoration: none;
}


.contentRightSide p {
line-height: 150%;

}


.contentLeftSide {
	width: 200px;
	float: left;
	padding-left: 0px;
	font-size: .8em;
	margin-top: -5px;

}

.LeftSideBox {
	border: 1px solid #124D74;
	width: 155px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#LeftButtonBox {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 11px;
padding-top: 10px;
}


.LeftSideBox_blue {
	border: 1px solid #124D74;
	width: 155px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #124D74;
	color: #FFF;
	font-size: 1.2em;
}

.LeftSideBox_blue a {
	color:#FFF;
}
.footer {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #AD2E27;
	color: #FFF;
	font-size: 10px;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

.footer a {
		color: #FFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #AD2E27;
	margin-bottom: -1%;
}
