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

body {
	font-family: 		Verdana, Geneva, sans-serif;
	font-size:			12px;
	background-color: 	#e8e8e8;/*#d1cfcf;*/
	width:				930px;
	behavior:			url(csshover.htc);
	margin:				0px auto;
	
}

h4
{
	background-color:   		#E8E8E8;
	width: 						210px;
	padding:					10px;
	border-left:				7px solid #666666;
	font-family:				Verdana, Geneva, sans-serif;
	font-weight:				300;
	font-size:					15px;
	border-top-right-radius:	5px;
	border-bottom-right-radius:	5px;
	-moz-box-shadow: 			2px 2px 5px #9c9696; /* Firefox */
  	-webkit-box-shadow: 		2px 2px 5px #9c9696; /* Safari, Chrome */
  	box-shadow: 				2px 2px 5px #9c9696; /* CSS3 */ 
	opacity:					0.9;
}

h4 a
{
	text-decoration:	none;
	color:				#333333;
}

h4 a:hover
{
	font-style:			italic;
	color:				#093;
}

p {
	line-height:		25px;	
	padding-left:  		30px;
	padding-right:		60px;
}

p li {
	line-height:		25px;
	padding-left:		40px;
}

p a {
	text-decoration: 	none;
	color:				#16a600;
	font-style:			italic;
}

ul li {
	line-height:		25px;
}

ol li {
	line-height:		25px;
}

ol li a {
	text-decoration:	none;
	font-weight:		bold;
	color:				#3e6d00;
}

ol li a:hover {
	color:				#82c032;
}

ol li a:visited {
	color:				#c0cbb2;
}

p a:hover {
	color:				#e0b300;
}

td p{
	padding-right:		15px;
}

.container {
	width:				920px;
	margin:				0px auto;
	background-color:	#fff;
	border-bottom-left-radius: 	10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 	10px;
	border-top-right-radius: 10px;
	-moz-box-shadow: 			2px 2px 5px #9c9696; /* Firefox */
  	-webkit-box-shadow: 		2px 2px 5px #9c9696; /* Safari, Chrome */
  	box-shadow: 				2px 2px 5px #9c9696; /* CSS3 */ 
}

.slogan {
	text-align:			center;
	padding-top:		4px;
	padding-bottom:		4px;
	font-style:			italic;
	background-color:	#e3e3e3;
}

.header {
	background-color:	#fff;
	background-image:   url(images/head.jpg);
	height:				170px;
	margin-top: 		15px;
	border-top-left-radius: 	10px;
	border-top-right-radius: 10px;
	
}

.error
{
	color:				#C00;
}

.menu 
{
	
}

.content {
	background-color:	#fff;
	padding-top:		30px;
	padding-left:  		30px;
	padding-right:		60px;
	
}

table ul li {
	line-height:		20px;
}

.newsletter {
	background-color: 	#e3e3e3;
	padding-top:		7px;
	padding-left:		7px;
	padding-bottom:		7px;
	border-radius: 		10px;
	/*webkit-box-shadow: 	5px 5px 10px black;
	webkit-transform: 			rotate(-5deg);
	webkit-transform: 	skew(5deg, 5deg);*/
}

.footer {
	clear:						both;
	background-color:			#838383;
	color:						#fff;
	height:						25px;
	padding-top:				5px;
	vertical-align:				middle;
	background-image:			url(images/contact.gif);
	background-repeat:			no-repeat;
	background-position:		right;
	padding-right:				30px;
	margin-bottom:				15px;
	border-bottom-left-radius: 	10px;
	border-bottom-right-radius: 10px;
	opacity:					0.9;
}

.footer a {
	font-style: 		italic;
	color:				#e3e3e3;
	text-decoration:	none;
}

.footer a:hover {
	font-style:			normal;
}
