/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #d4c062;
}
td,ul,ol {
	font-family: georgia,garamond,serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #58595b;
}
.copyright {
	font-family: georgia,garamond,serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #58595b;
}
.border_right {
	background-image: url(images/img_borderrightrepeat.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.border_sidebar_right {
	background-image: url(images/bg_sidebarright.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.dottedline {
	background-image: url(images/img_dottedline.gif);
	background-repeat: repeat-x;
	background-position: center left;
}
.lightdottedline {
	background-image: url(images/img_lightdottedline.gif);
	background-repeat: repeat-x;
	background-position: center left;
}
.border_sidebar_left {
	background-image: url(images/bg_sidebarleft.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.bg_content {
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 32px;
}
a:link {
	font-family: georgia,garamond,serif;
	color: #24408f;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: georgia,garamond,serif;
	font-weight: bold;
	color: #a50000;
	text-decoration: underline;
}
a:hover {
	font-family: georgia,garamond,serif;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.greenborder {
	border: 2px solid #1d4600;
	background-color: #fcf8e5;
}
.footerlink:link {
	font-family: georgia,garamond,serif;
	color: #24408f;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}
.footerlink:visited {
	font-family: georgia,garamond,serif;
	font-weight: bold;
	color: #a50000;
	text-decoration: underline;
	font-size: 11px;
}
.footerlink:hover {
	font-family: georgia,garamond,serif;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}