@charset "utf-8";
/* CSS Document */
body{
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	width: 810px;
	/*border-right: 1px solid black;*/
	margin-left: auto;
	margin-right: auto;
	background-color: #1C3612;
/*	border-left: 1px solid black; */
	background-image: url(bg.jpg);
	background-attachment: fixed;
}

#header{
	
	border: 1px solid black;
	background-color: #feffef;
}

#columnLeft{
	margin-right: 0;
	/*padding: 1em;*/
	
	background-color: #FeFFeF;
	border: 1px solid black;
	font-size: 12px;
	padding-top: 2px;/*	background-color: white;*/
	/*background-image: url(corner_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;*/
/*    border-left: 1px solid black;	*/
	
}

#columnRight{
	padding-top: 1em;
	/*	margin: 0 0 0 200px;*/
	background-color: #FeFFeF;
	padding-left: 3%;
	padding-right: 3%;
	border: 1px solid black;
	/*	border-bottom: 0px solid black; */
	font-size: 12px;
	background-image: url(page_corn.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-right: 33%;
}

#footer{
	clear: both;
	background-color: #ccc;
	padding-bottom: 1em;
	border: 1px solid #333;
	/*border-bottom: 1px solid #333;*/
	padding-left: 200px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

p{
	text-align: justify;
	padding-right: 35px;	
	/*margin: 0;*/
} 

h1{
	font-style: italic;
	text-align: center;
}
 a img {
	border: 0;
 }
.shadow{
	font-size: 10px;
}
#shadowFix{
	background-position: 0px 17px;
	background-image: url(shadow1.jpg);
	background-repeat: no-repeat;
}

h3{
	font-size: 15px;
	font-style: italic;
	text-transform: uppercase;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	text-align: center;
	margin-right: 35px;
}

.signature {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	text-align: center;
    margin-right: 35px;
}

a {
	color: #a12525;
}

.table1{
	border-right: 1px solid black;
}
.table2 {
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border: 1px solid black;
	/*font-weight: bold;*/
}
.table3 {
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.table4 {
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;	
}

.table5 {
    padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.plus{
	text-indent: 20px;
	background-image: url(plus.gif);
	background-repeat: no-repeat;
	/*background-position: 1, 1;*/
}
.hinw {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px, dotted, #a12525;
	color: #a12525;
}
