/* Layout Stylesheet */ 

body {
	margin:0px;
	padding:0px;
	background-color:#FFF;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat;
}
.heading {
	background-image:url(images/heading.jpg);
	background-repeat:no-repeat;
	height:39px;
	vertical-align:middle;
	font:12px Arial;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:40px;
	text-transform:uppercase;
}
.arrow {
	font:12px Arial;
	color:#1c1c1d;
	text-decoration:none;
	padding-left:24px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:18px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	list-style-image:url(images/arrow.jpg);
}
.arrow li {
	padding-bottom:4px;
	margin-bottom:4px;
}
.arrow a:link {
	font:12px Arial;
	color:#1c1c1d;
	text-decoration:none;
}
.arrow a:visited {
	font:12px Arial;
	color:#1c1c1d;
	text-decoration:none;
}
.arrow a:hover {
	font:12px Arial;
	color:#4f5058;
	text-decoration:underline;
}
.bodytext {
	font:12px Arial;
	color:#1c1c1d;
	text-decoration:none;
	line-height:20px;
	text-align:justify;
}
.more {
	font:12px Arial;
	color:#c6171d;
	text-decoration:none;
}
.more:hover {
	color:#1c1c1d;
	text-decoration:none;
}
.pageheader {
	font:20px Arial;
	text-decoration:none;
	color:#000000;
	padding-left:3px;
	line-height:35px;
	font-weight:normal;
}
.color {
	color:#e52229;
}
.footerbg {
	background-image:url(images/footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:38px;
	vertical-align:middle;
}
.footer {
	font:12px Arial;
	color:#fff;
	text-decoration:none;
}
.footer a:link {
	color:#fff;
	text-decoration:none;
}
.footer a:visited {
	color:#fff;
	text-decoration:none;
}
.footer a:hover {
	color:#c3141a;
	text-decoration:none;
}
h1 {
	font:20px Arial;
	text-decoration:none;
	color:#000000;
	padding-left:3px;
	line-height:25px;
	text-align:left;
	margin-top:15px;
	font-weight:normal;
}
.top {
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:73px;
}
.header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:80px;
}
.menu1{
	font:bold 13px Arial;
	color:#122051;
	text-decoration:none;
	cursor:pointer;
	height:49px;
	line-height:30px;
	text-align:center;
	background-image:url(images/tab.png);
	background-repeat:no-repeat;
	background-position:top;
}
.menu2{
	font:bold 13px Arial;
	color:#c8181b;
	text-decoration:none;
	cursor:pointer;
	height:49px;
	line-height:30px;
	text-align:center;
	background-image:url(images/tab.png);
	background-repeat:no-repeat;
	background-position:top;
}
