/* gala.css */

a
{
	color: #734C7D;
	text-decoration: none;
}

:hover
{
	color: blue;
	text-decoration: underline;
}

:active
{
	border: none;
}
#footer { 
	display:block; 
	clear:both; 
	float:right; 
	width:80%; 
	padding-top:50px; 
	color:#734C7D; 
	text-align:center;
}
.hack { height: 1%;} 
#container { display:block; margin:0; margin-left:auto; margin-right:auto; padding:3px;} 
#content { display:block; padding:5px;margin-bottom: 50px; margin-left:220px} 
#content div
{
	display: block;
	padding: 5px;
	margin-bottom: 50px;
	margin-left: 220px;
	background-image: url( '/images1/parchment.jpg' );
} 
#header { background-color: #734C7D; display:block; padding:0 3px; width:100%; height:100px}
#sidebar { background-color: #734C7D;
  display:block; position:absolute; top:185px; left:0; width:200px; height:80%; padding:0; margin:0m .5em 1em .5em;} 
html
{
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}


body
{
	border: 0;
	margin: 0;
	width: 100%; 
	height: 100%;
	font-family: georgia, times, serif;
	background-color: #f9edc3;
	background-image: url(/images1/pinkpaper.jpg);
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
}

table
{
	margin: 0;
}

h1 {
  font-size: 16pt;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #734C7D;
}
td
{
	font-size: 1em;
	vertical-align: top;
}

.subHeader
{
	font-family: arial, helvetica, verdana, sans-serif
	font-weight: bold;
	font-size: 1.1em;
	height: 1.5em;
	color: #734C7D;
}

.divider
{
	background-color: #734C7D;
	height: 1px;
	padding: none;
}

.menu
{
	list-style-type: none;
	margin-top: 10px;
	/* list-style-image: url(images/dot.gif); */
}

.menuItem
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-style: italic;
	white-space: nowrap;
	margin-bottom: 6px;
}

.listing
{
	/* list-style-image: url(images/dot.gif); */
	list-style-type: disc;
}

.listItem
{
	margin-bottom: 10px;
}

.listItemName
{
	font-weight: bold;
}

.listItemDesc
{
	color: black;
}

.leftColumn
{
	text-align: right;
	font-weight: bold;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

.helpText
{
	font-size: .9em;
	color: #333333;
}

input
{
	font-size: .9em;
}

.comments
{
	font-family: arial, helvetica, verdana, sans-serif;
}

select
{
	font-size: smaller;
}

.header
{
	margin: 10px 0 0 0;
	height: 222px;
	width: 100%;
	white-space: no-wrap;
	vertical-align: middle;
}

.year
{
	color: #ffffff;
	vertical-align: middle;
	text-align: right;
	padding: 20px;
	font-size: 2em;
	font-style: italic;
	font-family: georgia, times, serif;
}

.main-body
{
	width: 100%;
}

.content
{
	padding: 10px;
}

.menu-column
{
	margin: 10px;
	width: 190px;
	white-space: no-wrap;
}

.page-title
{
	color: #734C7D;
	font-size: 2em;
	font-style: italic;
	font-family: georgia, times, serif;
	row-height: 3em;
	vertical-align: middle;
	horizontal-align: left;
	padding: 5px;
}

.right
{
	float: right;
	margin: 0 0 0 10px;
}
/***********************/
/***  Product Links  ***/
/***********************/
a:link {
 	color: #734C7D;
	text-decoration: none;
	margin-bottom: 1px;
	white-space: no-wrap;

}
a:visited {
  	color: #734C7D;
	text-decoration: none;
}
a:hover {
 color: blue;
	text-decoration: underline;
}
a:active {
  	color: #734C7D;
	text-decoration: none;
}


embed
{
	background-color: #f9edc3;
	background-image: url(images/parchment.jpg);
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
}