body     {
	color: #22476a;
	line-height: 14pt;
	background: #ffffff center;
	margin-right: 20pt;
	margin-left: 20pt;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: 22476a;
}

.header {
	clear: both;
	background: #369;
	position: relative;
}
	
.bluebar {
	text-decoration: none;
	font-size: 10px;
	letter-spacing:1px;
	color: #FFFFFF;
	text-align:center;
	background-color: #22476a;
	height: 22px;
	width: 955px;
}

.footer {
    clear: both;
    background: #369;
    color: #fff;
    font-weight: bold;
}

.nav{
	padding: 2px;
	line-height: 30px;
	background-position: top;
	font-size: 12px;
}

.nav ul{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
}

.nav li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.nav a, .nav a:visited{
	padding: 0 5px;
	text-decoration: none; 
	color: #22476a;
}

.nav a:hover, .nav a:active{
	color: #22476a;
}

.nav a.currentpage{
	color: #22476a !important;
	font-weight: bold;
	cursor: default;
}

.nav a.disablelink, .nav a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #22476a;
	font-weight: normal !important;
}

.subnav {
	text-decoration: none;
	font-size: 12px;
	color: #22476a;
	text-align:center;
}
.subnav ul{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 11px;
}

.subnav li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.subnav a, .subnav a:visited{
	padding: 0 5px;
	text-decoration: none; 
	color: #22476a;
}

.subnav a:hover, .subnav a:active{
	color: #22476a;
}

.subnav a.currentpage{
	color: #22476a !important;
	cursor: default;
	font-weight: bold;
}

.subnav a.disablelink, .subnav a.disablelink:hover{
	cursor: default;
	color: #22476a;
	font-weight: normal !important;
}
	
div#columns {
	padding-left: 40px;
