.logo {
	width: 100%;
	height: 150px;
	background: transparent url(../images/hp_banner.jpg) no-repeat left;
}
.menu {
	width: 100%;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}

#header a:link    { color: black; text-decoration: none }
#header a:visited { color: black; text-decoration: none }
#header a:hover  { color: black;	font-weight: bold; }
#header a:active  { color: black; text-decoration: none }

#footer a:link    { color: black; text-decoration: none }
#footer a:visited { color: black; text-decoration: none }
#footer a:hover  { color: black;	font-weight: bold; }
#footer a:active  { color: black; text-decoration: none }

.menu a:link    { color: black; text-decoration: none }
.menu a:visited { color: black; text-decoration: none }
.menu a:hover  { color: black;	font-weight: bold; }
.menu a:active  { color: black; text-decoration: none }

.swg-pagination{
padding: 2px;
margin: 10px 0px;
font-family: "Lucida Grande","Trebuchet MS",Verdana,Helvetica,sans-serif;
}

.swg-pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.swg-pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.swg-pagination a, .swg-pagination a:visited{
padding: 0px 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.swg-pagination a:hover, .swg-pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
font-style: normal;
font-weight: normal;
}

.swg-pagination a.swg-nav-currentpage {
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.swg-pagination a.swg-nav-currentpage:hover,
.swg-pagination a.swg-nav-currentpage:active {
font-weight: bold;
}

.swg-pagination a.disablelink, .swg-pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal;
}

.swg-pagination a.swg-nav-first,
.swg-pagination a.swg-nav-prev,
.swg-pagination a.swg-nav-next,
.swg-pagination a.swg-nav-last,
.swg-pagination a.swg-nav-first:visited,
.swg-pagination a.swg-nav-prev:visited,
.swg-pagination a.swg-nav-next:visited,
.swg-pagination a.swg-nav-last:visited {
font-weight: bold;
}

.swg-pagination a.swg-nav-first:hover,
.swg-pagination a.swg-nav-prev:hover,
.swg-pagination a.swg-nav-next:hover,
.swg-pagination a.swg-nav-last:hover,
.swg-pagination a.swg-nav-first:active,
.swg-pagination a.swg-nav-prev:active,
.swg-pagination a.swg-nav-next:active,
.swg-pagination a.swg-nav-last:active
{
font-weight: bold;
}
