.mainTable {
	border: 1px solid black;
	width: 1024px;
	table-layout: fixed;
}

.mainTableHeader {
	height: 107px;
	background: url('/images/Backgrounds/HeaderBackground.jpg');
}

.mainTableBanner {
	height: 332px;
}

.mainTableUpperBanner {
	height: 27px;
	background: url('/images/Backgrounds/UpperBar.jpg');
}

.mainTableLeftMenu {
	width: 128px;
	background: #E0D65D;
}	

.mainTitle {
	font-size: 15px;
	font-weight: bold;
	font-family: verdana;
	font-variant: small-caps;
}

.mainTitleCenter {
	font-size: 25px;
	padding-left: 260px;
	padding-bottom: 27px;
	font-weight: bold;
}

.leftMenuSub {
	font-size: 10px;
	font-family: verdana;
}

.mainTableContent {
	width: 896px;
	background: black;
	color: white;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 27px;
}

.copyright {
	font-family: arial;
	font-size: 11px;
}

.mainTableSitePageContent {
	padding-left: 5px;
	padding-right: 5px;
	color: black;
	background: #E1D65D;
}

.mainTableButtons {
	height: 28px;
	background: url('/images/Backgrounds/ButtonBackground.jpg');
	background-position: top right;
	background-repeat: repeat-x;
}

.mainTableButtonsBlack {
        height: 28px;
        background-position: top right;
}

.mainContentHolder {
	background: url('/images/Backgrounds/ContentBackground.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 15px;
	width: 699px;
	height: 265px;
	font-family: arial;
	font-size: 10px;
}

.menuRow {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DFD45A,endColorStr=#D6B82C);
	height: 40px;
	cursor: hand;
}

.menuSubRow {
	padding-left: 30px;
	font-family: arial;
	font-size: 12px;
}

.menuSubCell {
	color: black;
}

.menuSubLink {
	color: black;
}
.gradient {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,endColorStr=#D6B82C,startColorStr=#E0D65D);
	color: black;
}

.wasreverseGradient {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#D6B82C,endColorStr=#E0D65D);
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.reverseGradient {
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.contentHeader {
	font-size: 14px;
	font-weight: Bolder;
	font-family: verdana;
}

.contentBold {
	font-size: 12px;
	font-weight: bolder;
}

.menuRowHover {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#D6B82C,endColorStr=#DFD45A);
	height: 40px;
	cursor: hand;
}

.menuImage {
	width: 55px;
	padding-left: 5px;
	text-align: center;
}

.menuText {
	font-family: verdana;
	font-size: 11px;
	font-weight: bolder;
	color: black;
}

.galleryLocatorSearchBox {
	background: #E0D65D;
}

.signInBox {
	font-family: arial;
	font-size: 9px;
}

.signInText {
	width: 130px;
	font-family: arial;
	font-size: 10px;
	border: 1px solid #DDB71C;
}

.signInButton {
	font-family: arial;
	font-size: 10px;
	border: 1px solid #DDB71C;
	background: black;
	color: white;
}

.pageTitle {
	font-family: arial;
	font-size: 15px;
	color: white;
	font-weight: bolder;
}

body {
	color: white;
}

input {
	border: 2px solid #DDB71C;
	font-family: arial;
	font-size: 10px;
}

.checkbox {
	border: 0px;
}

.radio {
	border: 0px;
}

textarea {
	border: 2px solid #DDB71C;
	font-family: arial;
	font-size: 10px;
}

select {
	border: 1px solid #DDB71C;
	font-family: arial;
	font-size: 10px;
}

td {
	font-family: arial;
	font-size: 12px;
	color: white;
}

.yellowLink:hover {
	color: #3F3F3F;
	text-decoration: none;
	font-weight: bolder;
}

.yellowLink:link {
	color: #3F3F3F;
	text-decoration: underline;
	font-weight: bolder;
}

.yellowLink:visited {
	color: #3F3F3F;
	text-decoration: underline;
	font-weight: bolder;
}

a:hover {
	color: white;
	text-decoration: none;
	font-weight: bolder;
}

a:link {
	color: white;
	text-decoration: underline;
	font-weight: bolder;
}

a:visited {
	color: white;
	text-deccoration: underline;
	font-weight: bolder;
}

.ajaxHoveringBox {
	background: white;
	color: black;
	font-family: tahoma;
	font-size: 11px;
	width: 190px;
}

