﻿@import url("layout.css");
body {
	font-family: "Comic Sans MS";
	font-size:  medium;
	color: navy;
	background-attachment: scroll;
	background-image:  url('../arctile.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
#update {
	margin-top: 40px;
	margin-bottom: 0px;
	text-align: center;
}
#marquee table {
   background-color: white;
   margin: 0px;
   margin-bottom: 10px;
   border: 5px solid #204781;
   width: 100%
}

#marquee .marquee_scroll {
   padding: 3px;
   font-family: Tahoma;
   font-size: 10pt;
   color: black;
}

#marquee .marquee_imp {
   font-family: Tahoma;
   font-size: 10pt;
   color: red;
   font-weight: bold;
   padding: 3px;
   width: 75px;
}
#marquee_box {
   overflow: hidden;
   position: relative;
   width: 587px;
   text-align: center;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 50px;
   margin-top: 50px;
}
#container {
	width: 100%;
	margin-top: 0px;
	background-image: url('../arctile.jpg');
	overflow: hidden;
	border-bottom: 0px;
}
#masthead {
	width: 767px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	margin-bottom: 45px;
	background-image: url('../arctile.jpg');
}
#page_content {
	width: 489px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url('../arctile.jpg');
}
#page_content_ma {
	width: 731px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	overflow: hidden;
	background-image: url('../arctile.jpg');
}
#page_content_ma0 {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url('../arctile.jpg');
}
#content_ma {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	text-align: left;
}
#content {
	position: relative;
	float: left;
	width: 305px;
	padding-top: 7px;
	text-align: left;
}
#content_in {
	width: 731px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom:50px
}
#sidebar_in {
	float: right;
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#leftbar {
	width: 110px;
	float: left;
}
#rightbar {
	width: 190px;
	float: right;
}

#footer {
	clear: both;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-bottom: 7px;
	text-align: left;
	background-image: url('../arctile.jpg');
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #191970;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
#masthead p {
	text-align: center;
}
/* Navigation Styles */
#navigation {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 5px;
	background-image: url('../arctile.jpg');
	margin-bottom:10px
}
#navigation_1 {
	width: 670px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-align: center;
	padding-left: 5px;
	background-image: url('../arctile.jpg');
	margin-bottom:0px
}
#navigation_2 {
	width: 670px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	text-align: center;
	padding-left: 5px;
	background-image: url('../arctile.jpg');
	margin-bottom:10px
}
#navigation p {
	text-align: center;
}
#navigation ul {
	list-style-type: none;
    width: 508px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
}
#navigation_1 ul {
	list-style-type: none;
    width: 508px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
}
#navigation_2 ul {
	list-style-type: none;
    width: 508px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
}
#navigation li {
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 0px;
}
#navigation_1 li {
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 10px;
}
#navigation_2 li {
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 10px;
}
#navigation_1 a {
	border-color: #C26557;
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 0 2px;
	padding: 3px;
	border: 3px #C26557 solid;
	background-color: #E18273;
}
#navigation_2 a {
	border-color: #C26557;
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 0 2px;
	padding: 3px;
	border: 3px #C26557 solid;
	background-color: #E18273;
}
#navigation a {
	border-color: teal;
	text-decoration: none;
	color: white;
	display: block;
	margin: 0 2px;
	padding: 3px;
	border: 3px teal solid;
	background-color: green;
}
#navigation a:hover {
	text-decoration: none;
	color: black;
	font-weight: normal;
	padding: 5px;
	background-color: lime;
	border: 1px green;
}
#navigation_1 a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 5px;
	background-color: #EFB99C;
	border: 1px #E18273;
}
#navigation_2 a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 5px;
	background-color: #EFB99C;
	border: 1px #E18273;
}
/* Content Styles */
h6 {
	color: navy;
}
h5 {
	color: navy;
}
h4 {
	color: navy;
}
h3 {
	color: navy;
}
h2 {
	color: navy;
}
#content h1 {
	color: navy;
}
#content img {
	padding: 5px;
}
/* Page Content ma Styles */
#page_content_ma p {
	 font-size: medium;
	 color: navy;
	 text-align: left;
	 margin-bottom: 0px;
}
#page_content_ma h1 {
     text-align: center;
     font-size: large;
     color: black;
     margin-bottom: 0px;
}

#page_content_ma h2 {
     text-align: left;
     font-size: large;
     color: black;
     margin-bottom: 0px;
}
#page_content_ma h5 {
     text-align: center;
     font-size: small;
     color: black;
     margin-bottom: 0px;
}

/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: medium;
	font-family:"Comic Sans MS";
	color: navy;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
    text-align: center
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align: center;
}
.style_bottom_30 {
	margin-bottom: 30px;
}
