a:link, a:active, a:visited {
color: #000000;
font-family: Calibri;
font-size: 12px;
font-weight:bold;
text-decoration: none;
}

a:hover { 
color : #4697C0;
font-family: Calibri;
font-size: 12px;
font-weight:bold;
text-decoration : none; 
} 

BODY { 
font-weight : normal; 
font-family: Arial;
font-size: 11px;
margin :0;
text-decoration : none; 
background: url('../images/page.png');
} 

table {
	font-family:Arial;
	font-size:11px;
	color: #727272
}

h1 {
	font-size: 18px;
	font-family: Calibri;
	margin: 10px 0 10px 0; 
	padding: 0;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 14px;
	font-family: Arial;
	margin: 0 0 5px 0; 
	font-weight: bold;
	color: #027CC4;
}

h3 {
	font-size: 11px;
	font-family: Arial;
	margin: 0; 
	padding: 0;
	font-weight: bold;
	color: #027CC4;
}

ul {
list-style-position: outside;
list-style-image: url(../images/ftrarrow.png);
}

li {
line-height: 180%;
text-align: justify;
}


#header {
	background: url('../images/header-bg.png'); 
	width: 900px;
	height: 90px;
}

.logo {
	width: 220px;
	float: left;
	text-align: left;
}

.nav {
	width: 680px;
	float: right;
	text-align: right;
	padding: 31px 0 0 0;
}

#content {
	background: url('../images/PageBody.png');
	width: 900px;
	height: 460px;
}
.banner {
	width: 900px;
	height: 200px;
}
.page {
	width: 610px;
	float: left;
	color: #000;
	font-family: Calibri;
	font-size: 12px;
	text-align: justify;
	padding: 0px 20px 0 20px;
	line-height: 18px;
}

.sidebar {
	width: 250px;
	float: right;
	color: #000;
	text-align: justify;
	font-family: Calibri;
	font-size: 12px;
	margin: 40px 0px 0 0px;
	line-height: 8px;
}
#footer {
	background: url('../images/ftr.png');
	width: 900px;
	height: 30px;
	font-family: Calibri;
	font-size: 11px;
	color: #555555;
}

.ftr-1 {
	width: 450px;
	float: left;
	margin: 8px 0 0 0;
}

.ftr-2 {
	width: 450px;
	float: left;
	text-align: right;
	margin: 8px 0 0 0;
}

img{
	border: 0px;
}