﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #1d1071;
}
#container {
    border-top: 0px solid #1d1071;
	border-right: 0px solid #1d1071;
	border-bottom: 1px solid #1d1071;
	border-left: 1px solid #1d1071;
	background-color: #fff;
}
#masthead {
	height: 129px;
	text-align: left;
	background-color: #fff;
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
}
#navigation {width: 945px;
	border-top: border: 1px solid #1d1071;
		border-bottom: border: 1px solid #1d1071;
			background-color: #a49dc7;
				background-image: url('../images/bar.jpg');}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 657px;
	padding: 10px 10px;
	background-color: #fff;
}
html>body #column_l {
	width: 660px;
	padding: 10 15px;
	background-color: #fff;
}
#column_r {
	width: 232px;
	padding: 10px 10px;
	background-color: #CBC7DE;
}
html>body #column_r {
	width: 235px;
	padding: 10px 10px;
	background-color: #AEA8CC;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	margin-left: 210px;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #400040;
	display: block;
	padding: 5px;
	border: 1px solid #a49dc7;
	text-align: center;
}
#navigation a:hover {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #221876;
	display: block;
	padding: 5px;
	border: 1px solid #a49dc7;
	text-align: center;
	background-image: url('../images/hover.jpg');
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
}
h3 {
	
font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #0F1155;
}
h4 {
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-size: large;
	color: #0F1155;
	font-weight: bold;
}
h5 {
font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	color: #170680;
}
h6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #000;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
color: #6F006F;
	text-decoration: underline;
}
a:hover {
color: #400040;
	text-decoration: none;
}

a:active {
color: #400040;
	text-decoration: none;


}


.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
td {
	vertical-align: top;
}
img {
margin-left: 5px;
border: 0px;
border-color: #000000;	
}
