@charset "utf-8";
body {
	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: #333;
	background-image: url(images/Sky.jpg);
	background-repeat: repeat-x;
	background-color: #6E9DB7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
#container  {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#header h1  {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-variant: normal;
}
#logo {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-repeat: no-repeat;
	float: right;
	width: 240px;
	margin-left: 20px;
	text-align: right;
}
#menu {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: right;
	font-weight: normal;
	background-image: url(images/Content%20Area.png);
	background-repeat: repeat-y;
	border: 0px none #CCC;
}
#Banner {
	border: 2.5px solid #FFF;
}
#mainContent  {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 40px;
	padding-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-image: url(images/Content%20Area.png);
	background-repeat: repeat-y;
}
#ContentSidebar {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #CCC;
	background-repeat: no-repeat;
	background-color: #000;
	float: right;
	width: 270px;
	margin-left: 20px;
}

#imageSidebar {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-repeat: no-repeat;
	float: right;
	width: 270px;
	margin-left: 20px;
}
#footer  {
	padding: 0 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#133A56;
	line-height: 20px;
}
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#footerRight {
	text-align: right;
	float: right;
	width: 260px;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #FFF;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFF;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9900;
	font-weight: normal;
	padding-top: 5px;
}

blockquote {
	font-style: italic;
	text-indent: -0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
