﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	width:780px;
}
#container {
	width: 100%;
	height: 100%;
}
h1,h2{
	color: #944954;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: center;
	background-color: #944954;
	color:#ffffff;
}
#page_content {
	position: relative;
	background-image: url('../images/background.jpg');
	background-repeat:repeat-y;
	padding-top: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#MenuBottom {
	font-family:Arial, Helvetica, sans-serif;font-size:xx-small
}

#MenuBottom ul {
	list-style:none;
	margin:0;
	padding:0;padding-top:4px;
}

#MenuBottom li {
	display:inline;
	padding-right:8px;
}
#MenuBottom a:link, #MenuBottom a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#MenuBottom a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#MenuTop {
	font-family:Arial, Helvetica, sans-serif;font-size:x-small
}

#MenuTop ul {
	list-style:none;
	margin:0;
	padding:0;padding-top:4px;
}

#MenuTop li {
	display:inline;
	padding-right:8px;
}

#MenuTop a:link, #MenuTop a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#MenuTop a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#MenuLeft {
	position: relative;
	float: left;
	width: 140px;
	background-color: #008080;
	color:#FFFFFF;
}

#WebsiteLinks {
	font-family:Arial, Helvetica, sans-serif;font-size:xx-small
}

#WebsiteLinks p {
	display:inline
}
#WebsiteLinks ul {
	list-style:none;
	margin:0;
	padding:0;padding-top:4px;
	display:inline
}

#WebsiteLinks li {
	display:inline;
	padding-right:8px;
}
#WebsiteLinks a:link, #WebsiteLinks a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#WebsiteLinks a:hover {
	color: #FFFF00;
	text-decoration: underline;
}


#content {
	padding: 10px;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color:#944954;
	color:#FFFFFF;}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#MenuLeft ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#MenuLeft li {
	display: block;
	border: 1px solid #cb8;
}
#MenuLeft a {
	font-weight: bold;
	text-decoration: none;
	color: #FFDFFF;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#MenuLeft a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF66FF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #FFCCFF;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
/*#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}*/
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}