﻿@import url("layout.css");
body {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	line-height:1.4em;
	background-color:black;
}
#container {
	width: 1280px;
	margin: 0 auto;
	padding: 0px;
	background-color: #fff;
	background-image: url("../images/lightice.jpg");
	background-repeat: repeat;
	background-attachment:scroll;
	background-position:left top;
}
#masthead {
	text-align: center;
	margin:0 auto;
	max-width: 100%;
	padding: 0px;
	border-bottom: 1px solid black;
}
#navigation {
	position: relative;
	float: left;
	width: 300px;
	background-image: url("../images/icebridge.jpg");
	background-repeat: repeat-y;
	background-attachment: scroll;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position:left top;
/*	border-right: 1px solid black;*/
}
#content {
	float: left;
	width: 940px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left:2em;
	padding-right:0;
/*	border-bottom:thin transparent solid; */
/*	background-image: url("../images/lightice.jpg");
	background-repeat: repeat;
	background-attachment:scroll;
	background-position:left top;*/
}
#footer {
	text-align: center;
	clear: both;
	width: 1280px;
	padding-top: 5px;
	padding-bottom: 5px;
/*	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;*/
	background-image: url("../images/darkice.jpg");
	background-repeat:repeat-x;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 75%;
	display: block;
	margin: 0 auto;
	padding: 0 ;
}
#navigation li {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	display: block;
	margin: 1ex 0 0 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: transparent;
}
a.nav {
	color: #402640;
	text-decoration: none;
	text-align:center;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-image: url("../images/lightice.jpg");
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: transparent;
}
#navigation table td a{
	background-color:transparent;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color:maroon;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	line-height:1.2em;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
#content ul {
	margin-top:0;
	padding-top:0;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
	background-image: url("../images/lightice.jpg");
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
.content {
	margin-right:4em;
}
.alert {
	margin-left:1em;
	margin-bottom:1em;
	padding:1em; 
	float:right; 
	color:white; 
	background-color:maroon; 
	border:thick black inset; 
	width:200px; 
	text-align:center;
}

a {
	color:maroon;
	text-decoration: underline;
}
a:hover {
	color:fuchsia;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
img {
	max-width:100%;
}
p ul {
	margin-bottom:0;
	padding-bottom:inherit;
}
