﻿@import url(layout.css);
body {
	border: thin #0000FF none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #c5d5e5;
	margin-left: 100px;
	margin-right: 100px;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #FFFFEC;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #DCE6EF;
}
#navigation {
	background-color: #ca7;
	overflow: hidden;
}
#page_content {
	width: 98%;
	margin-left: 10px;
}
#column_l {
	position: relative;
	margin: 0 330px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: right;
	width: 300px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: relative;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #dfcfbf;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: x-large;
	text-align: center;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
	height: 48px;
	font-weight: bolder;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
#mainhead {
	width:251px;
	height: 69px;
}

h2 {
	font-size: 1.75em;
	color: #469;
	width: auto;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}

hr {
	color: #446699;
	background-color: #446699;
	height: 2px;
}

h3.nomargin { margin-bottom: 0; }
h4.nomargin { margin-top: 0; } 


div.maincontent {
	margin-left: 100px;
	margin-right: 100px;
}

#img_thumb {
	border-width: 0px;
	margin: 15px;
}

/* Styles for tables */
table {
	border-collapse: collapse;
	background-color: #E4E7E7;
	margin-left:40px
}

th {
	border-right-style: solid;
	border-right-width: thin;
	border-top-style: solid;
	border-top-width: thin;
	border-right: none;
	border-top: none;
	border: thin navy dotted;
	border-collapse: separate;
	vertical-align: top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	border-bottom-style: double;
	border-bottom-width: medium;
	border-left-style: solid;
	border-left-width: thin;
}

tr {
	border: thin navy solid;
	border-collapse: collapse;
	vertical-align: top;
}

td {
	border: thin navy solid;
	vertical-align: top;
	padding:10px 10px 10px 10px;
}
img.smallsize {
	padding: 10px 0 0 0;
	border-width: 0px 0px 0px 0px;
	height: 100px;
}
/* Styles for Footer */
a.footerindex {
	color:navy;
	font-size:small;
	font-weight:bold;
}

#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
	clear:right;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}