/* CSS Document */
body {
	margin: 0 0 0 20px;
	background-color: #1c1c1c;	
}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.tableleft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	padding: 0 0 0 5px;
}
td.bgshadow {
	background-image: url(images/bg_shadow.gif);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}
td.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
td.sidebar {
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
}
td.nav {
	padding: 0 0 1px 0;
}
td.footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	padding: 0 0 0 142px;
	margin: 0;
	text-align: left;
}
.footer a:hover, .footer a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5f1616;
}
.footer a, .footer a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
}
#homecontentarea {
	padding: 0 300px 0 5px;
	background-image: url(images/home_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: left;
}
#contentarea {
	padding: 0 20px 0 5px;
	text-align: left;
} 
#homecontentarea ul, #contentarea ul {
	margin: 0 0 0 25px;
	padding: 0;
}
#homecontentarea ul strong {
        color: #a00303;
        font-size: 14px;
}
#homecontentarea li, #contentarea li {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	list-style-image: url(images/bullet.gif);
}
#homecontentarea h1, #contentarea h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #000;
	display: inline;
}
#homecontentarea h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #a00303;
}
#homecontentarea a, #homecontentarea a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	border-bottom-style: dashed;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #a00303;
}
#homecontentarea a:hover, #homecontentarea a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	background-color: #a00303;
	line-height: 14px;
	text-decoration: none;
}
#contentarea h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #a00303;
}
#contentarea h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 20px;
	color: #000;
}
#homecontentarea p, #contentarea p {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
	color: #000;
	line-height: 14px;
}
#contentarea a, #contentarea a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	border-bottom-style: dashed;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #a00303;
}
#contentarea a:hover, #contentarea a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	background-color: #a00303;
	line-height: 14px;
	text-decoration: none;
}
#contentarea a.gallery, #contentarea a.gallery:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	border-bottom-style: none;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
}
#contentarea a.gallery:hover, #contentarea a.gallery:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	background-color: #fff;
	line-height: 14px;
	text-decoration: none;
}
img.right {
	clear: right;
	float: right;
	margin: 0 0 10px 20px;
}
hr {
	margin-right: 50px;
	margin-left: 35px;
	clear: right;
}