body,html{
	height:100%;
	background-color:#fff;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.first{
	margin-top:0 !Important;
}
a img{
	border:none;
}
.d_blue{
	color:#1b3f94;
}
.l_blue{
	color:#007dc3;
}
.noblue{
	color:#000 !important;
}
a{
	color:#1b3f94;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a.no_decoration{
	text-decoration:none;
}
a.no_decoration:hover{
	text-decoration:underline;
}

.nomargin{
	margin:0;
}
h3{
	font-size:16px;
}
h4{
	font-size:12px;
}
.title{
	margin-bottom:0;
}
.aftertitle{
	margin-top:5px;
}
td{
	vertical-align:top;
}
.block{
	border:1px solid #1b3f94;
	padding:0;
}
.b_head{
	margin:0;
	padding:5px;
	text-align:center;
	background:url(/images/blocky.jpg) right repeat-y #fff;
}
.b_content{
	padding:5px;
}
ul.ordinary{
	list-style:none;
	margin:0;
	padding:0;
}
ul.ordinary li{
	padding-left:12px;
	background:url(/images/t_bul.gif) 0 7px no-repeat;
}
p{
	margin:0 0 10px 0;
}

#wrapper{
	padding:25px;
}
#header h1{
	font-size:33px;
	margin:0;
	border-bottom:1px solid #007dc3;
	padding-bottom:3px;
}
#header h2{
	margin:3px 0 0 0;
	font-size:16px;
}
#menu{
	height:27px;
	line-height:26px;
	background:url(/images/menu_str.gif) right repeat-y #fff;
	text-align:right;
	margin:5px 0 0 0;
	white-space:nowrap;
	padding-left:15px;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu li{
	display:inline;
	margin-right:5px;
	padding-right:3px;
	border-right:1px solid #1b3f94;
}
#menu .last{
	border-right:none !important;
}
#menu a{
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
}
#location, #location p{
	margin:5px 0 20px 0;
	color: #FFFFFF;
}
#content{
	line-height:130%;
}
#footer{
	border-bottom:1px solid #007dc3;
	border-top:1px solid #007dc3;
	margin-top:20px;
	padding:10px 0;
	font-size:10px;
}
#copyrights{
	float:right;
}
.padded_a_bit{
	padding-left:25px;
}
.c_label{
	float:left;
	clear:both;
	width:50px;
}
.centre-align {
	text-align: center;
}

.trademark {
	font-size: 9px;
	vertical-align: top;
	position: relative;
	bottom: 3px;
}
