﻿@import url("layout.css");
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCCC00;
	}
#container {
	background-color: #ffffcc;
	margin:auto;
	padding:0px;
	border: 10px #000 outset;
	
}
#masthead {
	font-family:"Lucida Calligraphy", "lucida handwriting", sans-serif;
	background-color: #FFFFCC;
	border-top: 20px solid #990033;
	color: #CCCC00;
}
#navigation {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom: 10px black solid;
	margin-bottom: 5px;
	background-color: #990033;
	color:#CC0000;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 670px;
	padding:10px 10px 0px 15px;
}
html>body #column_l {
	width: 670px;
	padding: 10px 10px 0px 15px;
}
#column_r {
	width: 0px;
	text-align:center;
	}
html>body #column_r {
	width: 0px;
	padding: 0px;
}
#content {
	background-color:#FFFFCC;
	padding: 0;
}
#current {
	font-style:italic;
	color: #cc0000;
	text-decoration: underline;
}

#footer {
	position:relative;
	width: auto;
	background-color:#990033;
	text-align: center;
	padding-top: 30px;
	
}
html>body #footer {
	text-align: center;
	padding-bottom: 5px
}
/* Masthead */
#masthead h1 {
	font-family:"Lucida Calligraphy", "lucida handwriting", sans-serif;
	font-style:italic;
	color: #990033;
	margin-bottom: 0;
}
#masthead h3 {
	font-family:"Lucida Calligraphy", "lucida handwriting", sans-serif;
	font-style:italic;
	color: #990033;
}
#masthead p {
	font-family:"Lucida Calligraphy", "lucida handwriting", sans-serif;
	font-size:10pt;
	font-style:italic;
	color: #CCCC00;
	text-align:right;
	padding:0 7px 8px 0;
}

/* Navigation */
#navigation ul {
	list-style-type:none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
	border-right: 1px #cccc00 solid;
		
}
#navigation a {
	background-color:#990033;
	text-decoration: none;
	font-style:normal;
	font-variant:small-caps;
	color:#FFFFCC;
	display:block;
	padding:5px 15px 5px 15px;
	
}
#navigation a:hover {
	text-decoration:none;
	color: #990033;
	background-color:#FFFFCC;
}

/* Right Column */
#column_r p {
	text-align:center;
	font-family:"Lucida Calligraphy", "lucida handwriting", sans-serif;
	color: navy;
	font-style:italic;
}
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */

h1 {
	font-size: xx-large;
	color: #990033;
	font-family:"Lucida Calligraphy", "lucida handwriting", sans-serif;
}
h2{
	font-size: 20pt;
	color: #990033;
	font-family:"Lucida Calligraphy", "lucida handwriting", sans-serif;
	padding-right: 0px;
	padding-bottom: -0.75em;
	font-style:italic;
	text-align: right;
	}
h3 {
	text-align: center;
	font-size:14pt;
	font-weight:bold;
	padding-top: -0.75em;
}
h4{
	font-size:10pt;
	color: #990033;
	text-align:center;
	font-style:italic;
	font-weight:normal;
	font-family:"Lucida Calligraphy", "lucida handwriting", sans-serif;
	padding-bottom:-.75em;	
}
ul {
	font-size:11pt;
	color: #000;
	text-align:justify;
}
ol {
	font-size:11pt;
	color: #000;
	text-align:justify;
}
ol {
	font-size:11pt;
	color: #000;
	text-align:justify;
}
p {
	font-size:12pt;
	color: #000;
	text-align:justify;
}
blockquote{
	font-size: 9pt;
	background-color:#FFFFB3;
	color: #990033;
	text-align:justify;
	font-style:italic;
	font-weight:normal;
	font-family:"Lucida Calligraphy", "lucida handwriting", sans-serif;
}
h5 {
	text-align: center;
	font-size:12pt;
	font-weight:bold;
	
}
h6{
	font-size: 9pt;
	color: #990033;
	text-align:center;
	font-style:italic;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

/* Footer */
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#FFFFCC;
	text-align:center;
}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#FFFFCC;
	text-align:center;
}
/* Links */
a {
	font-family:Arial, Helvetica, sans-serif;
	color:#990033;
	text-decoration: underline;
	font-variant:normal;
}
#footer a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffcc;
	text-decoration: underline;
	font-variant:normal;
}
a:hover {
	color:#CCCC00;
	text-decoration: none;
}
#fotter a:hover {
	color:#FFFF66;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_center {
	text-align:center;
}
.style_italic {
	font-style: italic;
}
