@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	color: #e3e3e3;
	background-image: url(artwork/background.png);
	background-repeat: repeat-x;
	background-color: #020205;
	background-position: center top;
	text-align: left;
}
.bodytext {
	font-size: 15px;
	line-height: 22px;
}

A:active {
	color: #FFFFCC;
	text-decoration: underline;
	position: relative;
	top: 1px;
}

A:link {
	color: #FFFFCC;
	text-decoration: underline;
}

A:visited {
	color: #FFFFCC;
	text-decoration: underline;
}

A:hover {
	color: #FFCC66;
	text-decoration: underline;
}

#reversed A:active {
	color: #FFFF99;
	text-decoration: underline;
}

#reversed A:link {
	color: #FFFF99;
	text-decoration: underline;
}

#reversed A:visited {
	color: #FFFF99;
	text-decoration: underline;
}

#reversed A:hover {
	color: #FFFF33;
	text-decoration: underline;
}
.footertext {
	color: #CCCCCC;
	padding: 10px;
	font-size: 14px;
}

.homeside {
	color: #FFFFFF;
}
.Head1 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Head2 {
	color: #CCCCCC;
	font-size: 18px;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Head3 {
	color: #CCCCCC;
	font-weight: bold;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
}
.ATTN {
	color: #A4151E;
	font-weight: bold;
}
.StandOut {
	font-size: 20px;
	font-style: italic;
	font-weight: lighter;
	font-family: "Times New Roman", Times, serif;
	display: block;
	color: #FFFFFF;
}
.Larger {
	font-size: 14px;
}
.Smaller {
	font-size: 11px;
}
#MainTable {
	margin: 0px;
	padding: 0px;
	width: 950px;
	clear: both;
	text-align: left;
}
.footer {
	background-image: url(artwork/footer_block.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 950px;
}
#InnerTable {
	padding: 10px;
	width: 850px;
	position: relative;
	z-index: 100;
	text-align: left;
}
.boxyphoto {
	border: 7px solid #FFFFFF;
}
#contentbox1 li  {
	padding-bottom: 6px;
}

