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

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

body {
	height: 100%;
	background-color: #000000;
}
img {
	padding: 0px;
}
p {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 0.9em;
	padding: 0px;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3%;
	margin-left: 0px;
}

ul, li {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 0.9em;


}




h1 {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 1.5em;
	color: #056839;
	margin: 0px;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.2em;
	color: #056839;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #056839;
	border-bottom-color: #056839;
}


#THEbox {
	height: 100%;
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	background-color: #056839;
}
#navbar {
	background-color: #056839;
	height: 23px;
	width: auto;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
#navbar a:link, #navbar a:hover, #navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#msat {
	height: 114px;
	width: 100%;
	background-image: url(images/design/mast.jpg);
}


#contentBox {

	width: 710px;
	background-color:#FFFFFF;
	margin: 10px;
	padding: 10px;
	min-height: 300px;
		}

#rightsidebar, #BlogSidebar {
	background-color: #DF8600;
	height: 100%;
	width: 205px;
	position: relative;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 260px;
	padding-left: 7px;
	min-height: 200px;
	background-image: url(images/design/sidebar_grazer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 0px;
	float: right;
	margin-left: 11px;
}
#rightsidebar p {
	font-size: 0.9em;
	line-height: 120%;
	color: #000000;
}

#rightsidebar h1 {
	font-size: 1em;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#BottomContentBox {
	width: 440px;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #DF8600;
		}
#BottomContentBox h1 {
	color: #DF8600;
	font-size: 1em;
}

#Footer {
	width: 750px;
	height: auto;
	margin-right:auto;
	margin-left:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: .9em;
	text-align: center;

}
#Footer a:link, #Footer a:hover, #Footer a:visited {
	color: #FFFFFF;
}

a:link, a:visited {
	color: #056839;
}

a:hover {
	color: #82B39C;
}

.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;
}