body {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	background-color: #dee7e7;
	color: #64646c;
}

td, li, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #64646c;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

b {
	color: #059ed8;
}

#pageTable {
	margin-top: 30px;
	margin-bottom: 40px;
}

.header {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #096487;
}

.subheader {
	font-size: 11px;
	font-family: verdana,arial,verdana,sans-serif;
	font-weight: bold;
	color: #f9a527;
}

#mainPageBucket {
	width: 251px;
	height: 305px;
	border: solid 5px #ffffff;
	background-color: #d9dede;
}

#mainPageBucketContent {
	padding: 0px 5px 10px 20px;
}

#mainPageBucketContent p {
	font-weight: bold;
	font-size: 10px;
	color: #94949c;
}

#leftNavItem {
	width: 245px;
	border: solid 4px #e3e3e3;
	background-color: #059ed8;	
}

#leftNavItem a, #leftNavItem a:visited {	
	display: block;
	width: 100%;
	height: 26px;
	font-size: 12px;
	line-height: 2em;
	color: #ffffff;
	background-color: #059ed8;
	text-decoration: none;
}
#leftNavItem a:hover, #leftNavItem a:active {
	background-color: #f9a527;
}
#leftNavItemOn {
	display: block;
	width: 100%;
	height: 26px;
	font-size: 12px;
	line-height: 2em;
	color: #ffffff;
	background-color: #f9a527;
}

#pageContent {
	margin: 20px;
}

#footer {
	padding: 7px;
	font-size: 10px;
	color: #ffffff;
	background-color: #059ed8;
	border: solid 4px #ffffff;
	text-align: center;
}

#footer a, #footer a:visited {
	color: #ffffff;	
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
}

.birdsallText {
	color: #777777;
	text-align: center;
}

/* backgrounds */
.whiteBG {
	background-color: #ffffff;
}

/* links */
a, a:visited {
	color: #489cc2;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: none;
}

a.headerLink, a.headerLink:visited {
	font-weight: bold;
	font-size: 14px;
	color: #096487;
	text-decoration: underline;
}
a.headerLink:active, a.headerLink:hover {
	color: #096487;
	text-decoration: none;
}

a.birdsall, a.birdsall:visited {
	color: #777777;
	text-decoration: none;
}
a.birdsall:active, a.birdsall:hover {
	text-decoration: underline;
}