﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #555555;
	font-family: Arial, Helvetica, sanserif;
	font-size: 0.8em;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	background-color: #931b42;
	border: medium solid #ffffff;
}
#masthead {
	background-color: #931b42;
	background-image:  url("../girlpaint.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px 15px 15px 30px;
}
#horizontalnavigation {
	font-weight: bold;
	font-size: 8pt;
	border-top: medium solid #ffffff; 
	border-bottom: medium solid #ffffff;
	padding-right: 10px;
	background-color: #d07831;
}
html>body #horizontalnavigation {
	overflow: hidden;
}
#verticalnavigation {
	font-weight: bold;
	font-size: 8pt;
	border: thin #4a631a solid;
	background-color: #f8f0c2;
	margin: 10px 0 0 10px;
	padding: 5px;

}
html>body #verticalnavigation {
	overflow: hidden;
}
#outerborder {
	background-color:#f8f0c2;
}
#contentcontainer {
	border: thin #4a631a solid;
	background-color:#FFFFFF;
}
#footer {
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #ffffff;
	font-size: 2em;
	margin: 0 0 0 70px;
}


/* Styles for Horizontal Navigation */
#horizontalnavigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#horizontalnavigation li {
	float: right;
}
#horizontalnavigation a {
	color: #ffffff;
	margin: 0 1px;
	padding: 5px;
	display: block;
	text-decoration: none;
}
#horizontalnavigation a:hover {
	color: #ffffff;
	text-decoration:underline;
	background-color: #d07831;
}
#horizontalnavigation a.current {
	color: #ffffff;
	text-decoration:underline;
	background-color: #d07831;
}


/* Styles for Vertical Navigation */
#verticalnavigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#verticalnavigation li {
}
#verticalnavigation a {
	color: #4B241C;
	padding: 5px;
	display: block;
	text-decoration: none;
}
#verticalnavigation a:hover {
	color: #4a631a;
	text-decoration: underline;
	background-color: #ffffff;
}
#verticalnavigation a.current {
	color: #4a631a;
	text-decoration: underline;
	background-color: #ffffff;
}


/* Styles for ContentContainer */
h1 {
	font-size: x-large;
	color: #4B241C;
	margin-top: 0px;
}
h2 {
	font-size: large;
	color: #4B241C;
	margin-top: 0px;
}
h3 {
	font-size: medium;
	color: #4B241C;
	margin-top: 0px;
}
h4 { 
	font-size: x-small;
	margin-top: 0px;
}
h5 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #52732d;
}
a:hover {
	background-color: #d3ffa1;
}
/* Styles for Footer */
#footer {
	background-color: #931b42;
	border-top: medium #ffffff solid;
	padding: 0;
}
#footer p {
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 0.92em;
	text-align: center;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
