﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-color: #C182F0;
	background-image: url('../images/bg01.jpg');
	background-repeat: repeat-y;
}
#container {
	
	
}
#masthead {
	text-align: center;
	background-repeat: no-repeat;
}
#navigation {
	text-align: right;
	background-position: right;
}
html>body #navigation {
	background-position: right;
	
	text-align: right;
}
#column_l {
	width: 367px;
	padding: 15px;color: #008000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;

}
html>body #column_l {
	width: 60px;
	padding: 0 15px;
}
#column_r {
	width: 880px;
	padding: 15px 10px;
}
html>body #column_r {
	width: 900px;
	padding: 15px 10px;
	right: 113;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #00FF00;
	margin-top: 0.5em;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	text-align: center;
	letter-spacing: 4;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 49%;
	margin: 0;
	padding: 0;
	text-align: right;
}
#navigation li {
	float: right;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #9900CC;
	display: block;
	padding: 5px;
	font-style: italic;
	
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #C182F0;

}
.style2 {
	color: #9900CC;
	font-weight: bold;
	text-transform: uppercase;
}
.style1 {
	padding-left: 10px;
	padding: 0 10px 0 0;
	margin: 10px;
	font-size: medium;
	color: #008000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: capitalize;
}
.style7 {
	margin-left: 100px;
	margin-right: 100px;
}

.style3 {
    color: #9900CC;
	
}
.style4 {
	margin-left: 10px;
	margin-right: 10px;
	color: #800000;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
}
.style5 {
	color: #9900CC;
	text-decoration: underline;margin: 4px;
}

.style6 {
	text-align: center;
	color: #008000;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	background-color: #FFFFCC;
}
/* Right Column */
#column_r img {
	border: 0px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #FF0000;
}
h3 {
	font-size: x-large;
	color: maroon;
}
h4 {
	font-size: medium;
	color: #008000;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
}
ul {
	border-width: 13 0 13 0;
	font-size: small;
	color: #000;
}
ol {
	border-width: 13 0 13 0;
	font-size: small;
	color: #000;
}
p {
	border-color: #FF00FF;
	border: medium;
	border-width: 13 0 13 0;
	font-size: medium;
	color: #000;
}
blockquote {
	border-width: 13 0 13 0;
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: small;
	color: #00FF00;
}
/* Links */
a {
	color: #9900CC;
	text-decoration: underline;
}
a:hover {
	color: #00FF00;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}