@CHARSET "UTF-8";

/*
  Gold: #FFCC00 
Silver: #C0C0C0
 White: #FFFFFF
 Black: #000000
Light Burgundy: #8C1818
*/

a.imageLink:link,
a.imageLink:visited,
a.imageLink:hover,
a.imageLink:active {
	color: #FFFFFF;
}

body {
	background-color: #D2B48C;
	color: #000000;
	font-family: Arial, Sans-Serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;	
}

.content {
	background-color: #C0C0C0;
	border: solid 3px #8C1818;
	margin-left:auto; 
	margin-right:auto;	
	width: 1000px;
}

.paragraphText {
	padding-left: 10px; 
	padding-right: 10px; 
	font-weight: bold;
}

.dropDownMenu {
	background-color: #C0C0C0;
	border: solid #FFFFFF;
	position: absolute;
	visibility: hidden;
	width: 250px;	
	z-index: 1;	
}

.imageBorder {
	border-color: #FFCC00;
	border-style: solid;
	border-width: 5px;
}

.menuLink {
	background-color: #8C1818;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}

.menuItemPadding {
	margin-top: 10px; 
	margin-left: 3px; 
	margin-right: 3px;
	margin-bottom: 10px;
}

.textLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}

.thumbnail {
	cursor: pointer;
	border-color: #FFFFFF;
	border-style: solid;
}

.thumbtext {
	font-size: 10pt;
}