@charset "utf-8";
/* CSS Document */


* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#CCCCCC;
	color:#686868;
}
img {
	border: none;
}

p{
color:#686868;
margin:10px 0px;
}

a {
	color: #4c320d;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
}
table {
	margin:0 auto;
	
	background:#FFFFFF;
}
#menu {
	line-height: 30px;
	height:30px;
	background:url(images/menubuttonbg.jpg) repeat-x left top;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #504c4c;
	padding: 0 10px;
	text-decoration: none;
	font-weight:bold;
}
#menu ul li a:hover {
	color: #d7230a;
	text-decoration:none;
	background:url(images/menubuttonbgH.jpg) repeat-x left top;
	padding: 10px 9px 10px 9px;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
}
#menu ul li a:active, focus, visited {
	color: #d7230a;
	text-decoration:none;
	background:url(images/menubuttonbgH.jpg) repeat-x left top;
	padding: 10px 9px 10px 9px;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
}
.Heading {
	font-family: Arial; font-size: 13px; color: #d72208; font-weight: bold;
	
}
.colorheading{
	font-family: Arial; font-size: 13px; color: #FFFFFF; font-weight: bold;
	padding: 6px 5px 6px 5px;
}
.content ul {
	list-style-type: square;
	padding: 5px 10px 10px 25px;
}
.content ul li {
	padding:2px;
}
.footer {
	background:url(images/footer_bg.jpg) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	height:56px;
	line-height:20px;
}
.footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}
