﻿body {
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #d1d1d1;
	background-image: url(/images/body-bg.gif);
	background-repeat: repeat-x;
}
#layout {
	width: 700px;
	margin: 0 auto;
}
#header {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 5px 15px 5px 5px;
	background-color: #E1E1FF;
	color: #000000;
	height: 45px;
}
#header img {
	float: left;
	position: relative;
}
#header a {
	text-decoration: none;
}
#header p {
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
}
#footer {
	padding: 1%;
	text-align: center;
	font-size: 75%;
	background-color: #808080;
	border: solid 1px;
	border-color: #808080;
	color: #ffffff;
	height: 20px;
	clear: both;
}
#content {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	border-right: solid 1px;
	border-left: solid 1px;
	border-top: solid 1px;
	border-color: #808080;
	width: 638px;
	position: relative;
	min-height: 40em;
}
#float_right {
	width: 250px;
	float: right;
	padding: 10px 0 10px 15px;
	background-color: #ffffcc;
	position: relative;
	margin-left: 15px;
	margin-right: 0;
}
#float_left {
	padding: 10px 0 0 0;
	width: 350px;
	float: left;
	background-color: #FFFFFF;
}
#clear {
	clear: both;
}
li {
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
ol {
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
ul {
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
th {
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
td {
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
tr {
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
p {
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
}
ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
ul.wide {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
ul.wide li {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h5 {
	font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-weight: normal;
	color: #000080;
}
h4 {
	font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-weight: normal;
	color: #000080;
}
h3 {
	font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-weight: normal;
	color: #000080;
}
h2 {
	font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-weight: normal;
	color: #000080;
}
h1 {
	font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-weight: normal;
	color: #000080;
}
h1 {
	font-size : 2.0em;
	padding-top: 20px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
h2 {
	font-size: 1.5em;
	padding-top: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 7px;
}
h3.line {
	font-size: 1.1em;
	padding-top: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	font-weight: normal;
}
a img {
	border-width: 0px;
}
a {
	color: #00e;
	text-decoration: none;
}
a:link {
	color: #00e;
	text-decoration: none;
}
a:visited {
	color: #909;
}
a:hover {
	color: red;
	text-decoration: underline;
}
#footer a{
	color: white;
}
p.boldlineyellow_left {
	padding-top: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	background-color: #ffffcc;
	font-weight: bold;
	text-align: left;
	
}
p.boldlineyellow_right {
	padding-top: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	background-color: #ffffcc;
	font-weight: bold;
	text-align: right;
}
p.boldborderyellow {
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #ffffcc;
}
p.borderyellow {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #ffffcc;
}
img.float_right {
	float: right;
	clear: both;
}
img.float_left {
	float: left;
	clear: both;
	padding: 0 10px 20px 0;
}
img.Border {
	border-style: solid;
	border-width: 1px;
}
table {
	border-collapse: collapse;
}

td {
	padding: 5px;
}

td p.boldlineyellow_left {
	margin-left: -5px;
	margin-right: 10px;
}
td p.boldlineyellow_right {
	margin-left: 10px;
	margin-right: -5px;
}
.redtext {
	color: #FF0000;
}
.underline {
	text-decoration: underline;
}
