@charset "UTF-8";
/* CSS Document */

td img {display: block;}body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-image: url(images/pagebk.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td#content {
	background-color: #EEDCAE;
	background-image: url(images/content_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
td#content2 {
	background-color: #EEDCAE;
	background-image: url(images/content_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}
#leftnav {
	background-color: #CF8D59;
	background-image: url(images/leftbk.gif);
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	color: #1052A6;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #A54042;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	color: #A54042;
	font-weight: normal;
}
a:link {
	color: #AA3744;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #AA3744;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #AA3744;
}
