﻿html { overflow-y: scroll; }

body {
	background-color: #060606;
	color: White;
	font-family: Arial;
	margin: 0px;
}
A {
	text-decoration: none;
}
.page {
	width: 800px;
}
.mainTable {
	background-color: #1A1A1A;
	margin-top: 40px;
	text-align: left;
	table-layout: fixed;
}
.pageTitle {
	background-color: #3F3F3F;
	color: White;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(../images/titlebarright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div.menu {
	background-image: url(../images/menutop.jpg);
	background-repeat: no-repeat;
	background-color: #3F3F3F;
	width: 148px;
	padding-top: 30px;
}
div.menu A {
	color: #bbbbbb;
	text-transform: lowercase;
	font-size: 15px;
	font-weight: bold;
	display: block;
	width: 128px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #484848;
}
div.menu A:Hover {
	color: White !important;
	background-color: #6C8253 !important;
}
div.menu li.selected a {
	color: #efefef !important;
	background-color: #5A654E;
	border-bottom: 1px solid #414938;
}
div.menu UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.menu UL LI {
	margin: 0px;
	padding: 0px;
}
div.menu UL LI UL LI A {
	padding-left: 25px;
	font-size: 11px;
	width: 123px;
}
div.menu UL LI UL {
	display: none;
}
div.menu UL LI UL.selected {
	display: block;
}
div.menu UL LI UL LI UL {
	display:none;
}
td.menu {
	padding-bottom: 17px;
	background-image: url(../images/menubottomcorner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
td.contentHolder {
	background-image: url(../images/contentbackground.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.content {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 50px;
	font-size: 12px;
}
.content P {
	margin-top: 0px;
}
.content A {
	color: #8BCC17 !important;
}
.content A:Hover {
	color: #AFEA42 !important;
	text-decoration: underline;
}
.content .text {
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #333333;
	background-color: #444444;
	color: White;
	padding: 3px;
	width: 400px;
}
.content .button {
	border: 1px solid #aaaaaa;
	background-color: #555555;
	color: #dddddd;
}

.content H1, .content H2, .content H3 {
	color: #8BCC17 !important;
	margin-bottom: 2px;
	margin-top: 0px;
}

.content H2 {
	font-size: 12px;
}

.content .twocolumn {
	width: 530px;
	table-layout: fixed;
}
.content .twocolumn td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 10px;
}

.content .message {
	border: 1px solid #8BCC17;
	text-align: center;
	padding: 3px;
	margin-bottom: 10px;
}

.content .form {
	width: 100%;
}

.content .form .field {
	padding-right: 10px;
}


.content .imageholder {
	width: 140px;
	height: 140px;
	float: left;
	border: 1px solid #444444;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #1f1f1f;
}

.content div.informationBox table {
	table-layout: fixed;
}

.content .informationBoxThumbnail {
	padding: 3px;
	border: 1px solid #444444;
	width: 65px; 
	height: 65px; 
	text-align: center;
}

.content img.current {
	border: 2px solid #8BCC17;
}



.content .paging {
	margin-top: 10px;
}
.content .paging .selected {
	font-weight: bold;
	border: 1px solid #6C8253;
	padding-left: 4px;
	padding-right: 4px;
}
.content .paging A {
	font-size: 11px;
}

.content .description {
	margin-top: 0px;
}
.content .description P {
	margin-bottom : 3px;
}


.subscribe {
	padding: 20px;
}
.subscribe, .subscribe * {
	font-size: 9px !important;
}
.subscribe A {
	margin-bottom: 2px;
	border: 0px !important;
	padding: 0px !important;
	width: 110px !important;
}




.footer {
	margin-top: 3px;
	font-size: 10px;
	text-align: left;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 100px;
}
.footer A {
	color: #666666;
	font-size: 10px;
}

.footer .branding {
	color: #2C5783;
}
.footer .branding A {
	color: #336699;
	font-weight: bold;
}
.footer .branding A:Hover {
	color: #3D7AB8;
}