* {
	margin: 0;
	padding: 0;
}

body {
	background:#D0D0D0
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;

	color: #000000
	margin-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
}

a {
text-decoration: none;
color: #004990;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 775px;
background: #fff;
}

#header {
	height: 150px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(topbanner.jpg) 
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #aaa;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #111;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
	height: 30px;
	line-height: 30px;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	text-align: center;
}
#menu ul {
list-style-type: none;
padding-left: 10px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 10px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 12px;
color: #004990;
}
#menu ul li a:hover {
color: #004990;
text-decoration: underline;

}

#content {
	padding: 0 5px 5px;
	height: 100%;
}

.right {
	float: right;
	width: 750px;
	text-align: justify;
	margin: 2px 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
color: #004990;
}
.right h2 a:hover {
color: #111;
}

.left {
	float: left;
	width: 210px;
	margin-top: 10px;
	padding: 2px;
	left: 0px;
	background-position: center top;
	height: 100%;
	border-top: thin none #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
	margin-right: 2px;
}
.left h2 {
margin: 10px 0 0;
padding-left: 5px;
height: 28px;
line-height: 28px;
color: #000000;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 2px;
list-style-type: square;
color: #788BBD;
}
.left ul li a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.left ul li a:hover {
color: #fff;
font-weight: 600;
}

#footer {
	height: 30px;
	line-height: 30px;
	background: #657983;
	text-align: center;
	font-size: 11px;
	color: #fff;
	width: auto;
}
#footer a { color: #fff; }

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
table {
	font: 12px/normal Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 500px;
	margin: 2px;
	padding: 2px;
	border: thin solid #000000;
	}

th {
	padding: 0 0.5em;
	text-align: left;
	border: thin solid #000000;
	}

tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	}

td {
	padding: 0 0.5em;
	border: 1px solid #000000;
	}

td:first-child {
	width: 190px;
	}

td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}
.leftimage {
	clear: right;
	float: left;
	padding: 10px;
}
#lowheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 2px;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
}
img.floatRight {
	float: right;
	margin: 4px;
	padding: 2px;
}
