body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    text-align: center;
    background: #777;
	padding: 10px 0;
}
h2 {
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
}
p {
    margin: 10px;
}
.pagecontainer {
    text-align: left;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #102452;
    border-collapse: collapse;
    background: #fff;
    min-height: 400px;
}
.container {
	padding: 5px;
}
.menulist {
    border: 1px solid #666;
    background: #fff;
}
.menulist li {
    white-space: nowrap;
}
.menulist li A {
    text-decoration: none;
}
.menulist li A:hover {
    text-decoration: underline;
    color: blue;
}
ul {
    list-style: none;
    padding: 5px;
    margin: 0;
}
li {
    margin: 0 0 5px 5px;
    padding-left: 0;
    clear: both;
}
.leftcolumn {
    vertical-align: top;
    padding: 5px;
    width: 500px;
}
.rightcolumn {
    vertical-align: top;
    padding: 5px;
    width: 280px;
}
.bluebgheader {
    background: #132456;
    color: #fff;
    font-size: 1.1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 3px 5px;
    font-weight: normal;
    background: url(/images/blue-gradient.png);
    color: white;
}
a {
    color: #132456;
}
a:hover {
    color: blue;
}
.sourceinfo{
    font-size: .8em;
    color: #333;
    padding: 0px;
    margin: 3px 0;
    clear: both;
}
.button A {
    text-decoration: none;
    padding: 0px;
    color: #999;
}
.button A:hover {
    color: blue;
    border-color: blue;
}
.button {
    border-bottom: #999 solid 1px;
    margin-left: 5px;
}
.bluetextheader {
    margin: 5px;
    border-bottom: 1px solid #102452;
}
.bluebox {
    border: 1px solid #102452;
    margin-bottom: 10px;
}
.paddedbox {
    padding: 5px;
}
#selectcat {
    background: #102452;
    color: #fff;
    font-size: .6em;
}
.popdowncontainer {
    position: absolute;
    top: 1.2em;
    left: 0px;
    z-index: 100;
}
.storyitem {
    clear: both;
}

a {
	text-decoration: none;
}
.storyitem {
	border-bottom: 1px dotted #999;
	padding: .5em 0;
}
table.imageGrid {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}
table.imageGrid td {
	padding: 5px;
	text-align: center;
}
table.imageGrid td.imageRow {
	vertical-align: bottom;
	padding-top: 5px;
}
table.imageGrid td.captionRow {
	vertical-align: top;
	font-size: .9em;
	font-family: sans-serif;
	padding-bottom: 5px;
}
table.imageGrid td div {
	width: 152px;
	margin: auto;
	padding: 0;
}
table.imageGrid td div img {
	border: 1px solid #666;
}
h3 {
	font-size: 1.06em;
	font-weight: bold;
}
.navbar {
	padding: 10px;
	background: #447744;
	font-size: .93em;
}
.navbar .navlink {
	padding: 0 10px;
}
.navbar .navlink a {
	color: white;
}
.navbar .navlink a:hover {
	text-decoration: underline;
}
.sharebar {
	padding: 0 10px 15px 10px;
	position: relative;
}
.bluebox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.bluebgheader {
    padding: 6px 8px;
    background-color: #132456;
    background-repeat: repeat-x;
}
.sourceinfo {
	color: #777;
}
#topPaginationControls,
#bottomPaginationControls {
    padding: 10px;
}
.yui-skin-sam a.yui-pg-first:link, .yui-skin-sam a.yui-pg-first:visited, .yui-skin-sam a.yui-pg-first:active, .yui-skin-sam a.yui-pg-first:hover, .yui-skin-sam a.yui-pg-previous:link, .yui-skin-sam a.yui-pg-previous:visited, .yui-skin-sam a.yui-pg-previous:active, .yui-skin-sam a.yui-pg-previous:hover, .yui-skin-sam a.yui-pg-next:link, .yui-skin-sam a.yui-pg-next:visited, .yui-skin-sam a.yui-pg-next:active, .yui-skin-sam a.yui-pg-next:hover, .yui-skin-sam a.yui-pg-last:link, .yui-skin-sam a.yui-pg-last:visited, .yui-skin-sam a.yui-pg-last:active, .yui-skin-sam a.yui-pg-last:hover, .yui-skin-sam a.yui-pg-page:link, .yui-skin-sam a.yui-pg-page:visited, .yui-skin-sam a.yui-pg-page:active, .yui-skin-sam a.yui-pg-page:hover {
    color: #132456;
}

