@charset "utf-8";
html {
	height: 100%;
}
html .fb_share_button {
	font-size: 90%;
	display: -moz-inline-block;
	display:inline-block;
	padding:1px 20px 0 5px;
	height:15px;
	background-image: url(http://b.static.ak.fbcdn.net/rsrc.php/z39E0/hash/ya8q506x.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
html .fb_share_button:hover {
	text-decoration:none;
	background-color: #3b5998;
	background-image: url(http://b.static.ak.fbcdn.net/rsrc.php/z39E0/hash/ya8q506x.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Calibri, "Lucida Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	height: 100%;
	font-size: 85%;
	background-image: url(../_images/bgMain.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: circle;
}
li{
	margin: 0px;
	padding: 0px;
}
ul li ul li {
	margin-left: 25px;
	list-style-position: inside;
	list-style-type: disc;
}

table.maintable  {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}
.maintable th {
	background-color: #C4D1FF;
	color: #004080;
	text-align: center;
	border: 1px solid #000F40;
}
.maintable th a {
	text-decoration: none;
	color: #004080;
}
.maintable caption {
	text-align: left;
}
.maintable td {
	padding: 3px;
	margin: 0px;
	border: 1px solid #000F40;
	vertical-align: top;
}
.maintable td.heading {
	font-weight: bold;
	background-color: #000F40;
	color: #FFFFFF;
}
.maintable td.data10 {
	width: 10%;
}
table.collections  {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}
.collections th {
	background-color: #999999;
	color: #004080;
	text-align: center;
	border: 1px solid #999999;
}
.collections th a {
	text-decoration: none;
	color: #000000;
}
.collections caption {
	text-align: left;
	font-size: xx-large;
}
.collections td {
	padding: 3px;
	margin: 0px;
	border: 1px solid #999999;
	vertical-align: top;
}
.collections td.heading {
	font-weight: bold;
	background-color: #999999;
	color: #000000;
}
#container {
	/*width: 85.44442%;*/
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	height: 100%;
}
#header {
	width: 100%;
	margin: 0px;
	padding-bottom: 3px;
}
#content {
	clear: both;
	color: #FFFFFF;
	/*border: 1px solid #999999;*/
	margin: 0px;
	padding: 5px;
	position: relative;
	top: 5px;
}
#footer {
	clear: both;
	margin: 0px;
	width: 100%;
	position: relative;
	top: 5px;
	padding: 0px;
}

.popInfo {
	visibility: hidden;
	position: relative;
	background-color: #FFFF00;
	color: #000000;
}

/*---- ADDED 05/13/2010 ----*/
.thumbnail {
	width: 177px;
	height: 177px;
	text-align: center;
	margin-right: 10px;	/*change this to 20px if there's not enough space between columns*/
	margin-bottom: 10px;	/*change this to 20px if there's not enough space between rows*/
	float: left;
}
/*---- END ADDED 05/13/2010 ----*/

.thumbnailHorz {
	text-align: center;
	float: left;
	width:auto;
	padding-right: 10px;
	padding-top: 22px;
	padding-bottom: 33px;
}
.thumbnailVert {
	text-align: center;
	float: left;
	width: auto;
	padding-bottom: 10px;
	padding-left: 22px;
	padding-right: 33px;
}
.titleText {
	font-size: 150%;
}

.largeText {
	font-size: 125%;
}
.smallText { font-size: 90%; }
.darkGreyText {
	color: #999999;
}
.redText { color: #FF0000; }
.yellowText { color: #FFFF00; }
.blackText { color: #000000; }
.alignRight { text-align: right; }
.alignLeft { text-align: left; }
.center {text-align: center; }
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.overline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.pageLinks {
	/*clear: both;*/
	width: auto;
	text-align: center;
	/*padding-top: 10px;*/
	/*padding-bottom: 10px;*/
}
.floatLeft {
	float: left;
	width: auto;
}
.floatRight {
	float: right;
	width: auto;
}
.floatLeftTwoCol {
	float: left;
	width: 20%;
	/*border-right: 1px dashed #666666;*/
	/*height: 100%;*/
}
.contentTwoCol {
	margin-left: 20%;
	/*height: 100%;*/
}
.floatLeftThreeCol {
	float: left;
	width: 20%;
	/*border-right: 1px dashed #666666;*/
	/*height: 100%;*/
}
.floatRightThreeCol {
	float: right;
	width: 20%;
	/*height: 100%;*/
}
.contentThreeCol {
	margin-left: 20%;
	margin-right: 20%;
	/*height: 100%;*/
}
.clearFloats {
	clear: both;
}.oddRow {
	background-color: #999999;
	color: #000000;
}
.evenRow {
	background-color: #FFFFFF;
	color: #000000;
}
.width80 {
	width: 80%;
}
#comments {
	visibility: hidden;
	background-color: #000000;
}
hr {
	height: 1px;
}
