/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e627b;
}
body {
	background-color: #4e627b;
	background-image: url(../images/main-bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{
	color:#be0b0f;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.header{
	background:url(../images/header-bg.gif) no-repeat;
	height:110px;
}
.content-area{
	background:url(../images/conent-bg.gif) repeat-x;
	background-color:#fff;
	border-left:4px solid #bfbfc1;
	border-right:4px solid #bfbfc1;
}
.bottom-corner{
	background:url(../images/bottom-corner.gif) no-repeat;
	height:22px;
}
.nav-bg{
	background:url(../images/nav-bg.gif) repeat-x;
}
.main-content-bg{
	background:url(../images/content-heading-bg.gif) no-repeat;
	height:212px;
	padding:15px;
}

.heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#be0b0f;
	display:block;
	padding-bottom:5px;
	border-bottom:1px solid #be0b0f;
	font-weight:bold;
}
.heading1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#4e627b;
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}
.heading2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#be0b0f;
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}
.subheading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.footer{
	color:#fff;
	text-transform:uppercase;
	line-height:18px;
	font-size:10px;
}
.footer a{
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	font-size:10px;
}
.footer a:hover{
	text-decoration:underline;
}
.other-link-middle-bg{
	background:url(../images/other-link-middle-bg.gif) repeat-x;
	background-color:#fff;
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
}
#other-links a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	background:url(../images/bullet.gif) no-repeat 10px 11px;
	padding-left:25px;
	border-bottom:1px solid #cecece;
	color: #4e627b;
	text-transform:uppercase;
}
#other-links a:hover{
	font-weight:bold;
}
.list{
	margin:10px 0px 10px 0px;
	padding:0;
}
.list li{
	list-style:none;
	padding:2px 0px 2px 25px;
	background:url(../images/arrow.gif) no-repeat 10px 6px;
}