﻿@import url("layout.css");
body {
	margin: 0px;
	background: #8CD6FF no-repeat left
top;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	font-size: 0.75em;
}
/* Styles for DIV tags */
#container {
	background: #000000 url('../images/spiralleft.gif') no-repeat left top;
}
#mastheadtop {
	background: #000000 url('../images/spiraltop.gif') no-repeat left top;
	padding: 0px 0px 0px 75px;
	height: 14px;
}
#masthead {
	background: #000000 url('../images/spiralleft.gif') left top;
}
#navigation {
	background: #000000 url('../images/spiralleft.gif') no-repeat left top;
}
html > body #navigation {
	overflow: auto;
}
#content_container {
	background: #000000 url('../images/spiralleft.gif') left top;
	padding: 0px;
	height: 415px;
}
#article_content_container {
	background: #000000 url('../images/spiralleft.gif') left top;	
}
#gallery_content_container {
	background: #000000 url('../images/spiralleft.gif') left top;
	font: medium Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 75px;
	float: none;
	width: 884px;
	margin: 0px;
	text-align: center;
}
#column_left {
}
#column_right {
	border: medium #0000FF ridge;
	font-size: medium;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background: #000000 url('../images/spiralbottom.gif') no-repeat left top;
}
/* Styles for Masthead */
#masthead h1 {
	color: #0000FF;
	margin: 0px;
	padding: 0px;
}
#masthead h3 {
	color: #79878D;
	margin-bottom: 0px;
	display: inline;
}
#masthead a {
	color: #0000FF;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 90%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #DCDBE0;
	text-decoration: none;
	color: #000;
}
#navigation a:hover {
	background-color: #8CD6FF;
	border: 1px solid #DCDBE0;
}
/* Styles for Right Column */
#column_right h4 {
	color: #333333;
}
#column_right p {
	color: #333333;
	font-size: small;
}
#column_right a {
	color: #003366;
	text-decoration: underline;
}
#column_right a:hover {
	text-decoration: none;
}

/* Styles for Left Column */
#column_left a span {
	display: none;
}
#column_left a:hover span {
	display: block;
	position: absolute;
	top: 25px;
	left: 695px;
	width: 230px;
	padding: 5px;
	margin: 10px;
	color: #000080;
	background: #FFFFFF;
	font: 10px Verdana, sans-serif;
	text-align: left;
	font-size: small;
	font-weight: normal;
}


h1 {
	font-size: xx-large;
	color: #4E5659;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #4E5659;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #4E5659;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #4E5659;
	margin-top: 0px;
}
h5 {
	font-size: x-small;
	margin-top: 0px;
}
h6 {
	font-size: xx-small;
	margin-top: 0px;
}
p{
	font-size: medium;
	margin:0px;
	text-align:left;
}
a {
	color: #006699;
}
a:hover {
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.8em;
	text-align: left;
}
#copyright {
	padding: 15px 0 0 0;
	float: left;
	text-align: left;
	width: 349px;
	height: 13px;
}
#copyright p {
	font-size: 0.85em;
	color: #79878D;
	height: 13px;
	width: 324px;
}
#revision {
	padding: 15px 0 0 0;
	margin: 0 10px 0 0;
	float: right;
	text-align: right;
	height: 13px;
	width: 100px;
}
#revision p {
	font-size: 0.85em;
	color: #79878D;
}
#footer a {
	color: #006699;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

