/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#993300;
	background-image:url(images/brown_leather_2.jpg);
	font-family:arial, sans-serif;
	font-size:14px;
	color:#330000;
	line-height:16px;
	}
h1 {
	margin:0px 0px 5px 0px;
	font-size:22px;
	font-weight:bold;
	color:#993300;
	line-height:23px;
	}
h2 {
	margin:0px 0px 5px 0px;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	color:#CC3300;
	line-height:20px;
	}
p {
	margin:3px 0px 5px 0px;
	}
a {
	color:#CC3300;
	}
a:hover {
	text-decoration:none;
	}
a:visited {
	color:#993300;
	}
#top {
	background-color:#9999CC;
	background-image:url(images/top_div_bg.jpg);
	width:100%;
	height:165px;
	padding:0px;
	margin:0px;
	}
.topper {
	width:650px;
	height:45px;
	text-align:right;
	z-index:10000;
	}
#mid {
	background-color:#00000F;
	background-image:url(images/black_leather.jpg);
	padding-bottom:25px;
	}
#bottom {
	background-color:#FCF1F1;
	background-image:url(images/bottom_div_bg.jpg);
	width:100%;
	height:149px;
	}
#footer {
	width:901px;
	height:48px;
	padding-top:6px;
	color:#000000;
	}
#footer a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
#footer a:hover {
	text-decoration:underline;
	}
.contentTop {
	background-image:url(images/parchement_top.gif);
	height:14px;
	margin:25px 0px 0px 0px;
	}
.contentRight {
	background-image:url(images/parchement_r_side.gif);
	background-position:right;
	background-repeat:repeat-y;
	padding-right:21px;
	}
.contentBox {
	background-image:url(images/parchement.gif);
	padding:10px;
	text-align:left;
	}
.contentBottom {
	background-image:url(images/parchement-bottom.gif);
	height:14px;
	margin:0px;
	}
.contentLeft {
	background-image:url(images/parchement_l_side.gif);
	background-repeat:repeat-y;
	padding-left:21px;
	}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#CC943C !important; //reCaptcha widget background color
 }
#recaptcha_table {
   border-color:#CC943C !important; //reCaptcha widget border color
 }
#recaptcha_response_field {
   border-color:#A95725 !important; //Text input field border color
   background-color:transparent; //Text input field background color
   }