@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #D2DAED;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: solid 1px #30473B;
	border-right: solid 1px #30473B;
	border-top: solid 3px #30473B;
	border-bottom: solid 15px #30473B;
}

#header {
	border-bottom: solid #033119 3px;
}

#mainContent {
	width: 700px;
	margin: 0;
	padding: 40px;
}


#sidebarR {	
	float: right;
	width: 180px;
	font-family: Verdana, Geneva, sans-serif;
}
.navMast {
	padding: 5px 5px 5px 10px;
	background-color:#033119;
	font-size: 0.9em;
	font-weight: bold;
	color: #F5CEA7;
}
#sidebarR  ul {
	list-style: none;
	padding: 0;
}
#sidebarR p {
	font-size: 1em;
	margin-left: -10px;
	color: #033119;
	border-bottom: solid 1px;

}
#sidebarR  li {
	height: 1.2em; /*line height*/
	padding-left: 10px;

}
#sidebarR  li a {
	text-decoration: none;
	display: block;
	color: #6f0e1e; /*Button Text Color*/
}
#sidebarR  a:visited {
	text-decoration: none;
	display: block;
	color: #6f0e1e;
	font-weight: normal;
}
#sidebarR a:hover {
	text-decoration: none;
	display: block;
	border-bottom: solid 1px;
	margin-right: 10px;

}
#sidebarR  li a.currentPage, #nav-side li a.currentPage:hover, #sidebarR  li a.currentPage:active {
	text-decoration: none;
	display: block;
	border-bottom: solid 1px;
	cursor: default;
	margin-right: 10px;

}



h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #303643;
	margin-bottom: 0.2em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #3C4E77;
	margin-top: 0;
	margin-bottom: 1.8em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#30473B;
	font-size: 1em;
	margin-bottom: 0.2em;
	border-bottom: solid #B2814F 1px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 2em;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 1em;
}

#footer {
	padding: 0 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.adTower {
	float: left;
	padding: 0 30px 20px 0;
	background: #fff;
}
#myMedia {
	float: left;
	padding: 0 10px 10px 0;
}
#myMediaRight {
	float: right;
	padding: 0 10px 10px 0;
}
#myAudioBar {
	padding-right: 40px;
	padding-left: 40px;
}
