body {
	line-height: 20px;
	color: white;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #1b1b1b;
}

a.award img{
	border: 2px solid #666666;
	padding: 2px;
}

a.award:hover img{
	border: 2px solid white;
}

#metaNav {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 10px;
	width: 796px;
	text-align: right;
}

#metaNav a {
	color: white;
	text-decoration: none;
	font-size: 11px;
}

#metaNav a:hover {
	color: gray;
}

.content {
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 10px;
	background-color: #3f3f3f;
	border-color: #7f7f7f;
	border-style: solid;
	border-width: 1px;
	width: 796px;
	-webkit-box-shadow: 0px 0px 5px black;
}

.claim {
	font-weight: bold;
	margin-bottom: 280px;
	text-shadow: 0px 2px 5px black;
	font-size: 30px;
}

.claimSub
{
	font-size: 22px;
	padding-top: 20px;
	font-style: italic;
}

.black {

	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-color: black;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
	border-bottom-width: 1px;
	text-align: left;
	padding: 22px;
	height: 342px;
}

.description {
	border-bottom-color: #595959;
	border-bottom-style: none;
	border-bottom-width: 1px;
	padding: 20px;
}

.description_alt {
	background-color: #444444;
	border-bottom-color: #595959;
	border-bottom-style: none;
	border-bottom-width: 1px;
	padding: 20px;
}

.description_alt a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.bolder {
	color: #bfbfbf;
	font-weight: bold;
	text-shadow: 0px 0px black;
}

.bolder a
{
	color: white;
	text-decoration: none;
}

.float {
	margin-right: 10px;
	clear: left;
	float: left;
}


.download a
{
	color: white;
	text-decoration: none;
	display: block;
	font-size: 15px;
	text-shadow: 0px 0px 4px black;
	font-weight: bold;
	background-position: 0 0px;
	background-repeat: repeat-x;
	background-image: url(images/gradient_green.png);

	border-bottom-color: #7f7f7f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5px;
	text-align: center;
}

.download a:hover
{
	background-image: url(images/gradient_green_hover.png);
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    border:none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #666;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

