@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color: #102037;	
}
td#content-main {
	background-image: url(images/top-table-background.jpg);
	background-repeat: no-repeat;
}

td#content-base {
	background-image: url(images/content-footer.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	vertical-align:top;
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:80px;
}

td#right-fade {
    background: url(right-border-fade.gif);
	background-repeat: repeat-y;
}
td#fade-left {
    background: url(left-border-fade.gif);
	background-repeat: repeat-y;
}

#content-row {
	border-width: 1px;
	border-style: dotted;
	border-color:#56729B;
	width: 100%;
	height: auto;
}

#content-row-cell-left {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
	text-align:left;
}
#content-row-cell-right {
	padding-left:10px;
	padding-right:10px;
	padding-top:66px;
	padding-bottom:10px;
	vertical-align:top;
	text-align:left;
}

#picture-holder {
	background:#FFFFFF;
	padding:10px;
	border:#CCCCCC;
	border-width:1px;
	border-style:solid;
}
#home-message {
	background:#FFFFFF;
	padding:10px;
	border:#384458;
	border-width:4px;
	border-style:solid;
}
#transparent {
	background:#FFFFFF;
	opacity:0.3; 
}
#solid {
	opacity:1.0; 
}
H1 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:22px;
	color:#102037;
	font-style: normal;
	font-variant: small-caps;
	font-weight:normal;
	text-align:justify;
}
p {
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color: #102037;	
}
.cell-heading {
	color:#FFFFFF;
	font-weight:bold;
	font-variant: small-caps;
}

#receipt {
	border-width: 1px;
	border-style: dotted;
	border-color:#56729B;
}
a.link:link {
	color: #102037;
	text-decoration:none;
	font-weight:bold;
}

a.link:hover {
	color: #102037;
	text-decoration:underline;
}

a.link:visited {
	color: #102037;
	text-decoration:none;
	font-weight:bold;
}

a.link:active {
	color: #102037;
	text-decoration:none;
	font-weight:bold;
}
#column-1 {
position: relative;
float: left;
width: 961px; /* remember to set a width */
	border-width: 1px;
	border-style: dotted;
	border-color:#102037;
}

.overlay{
position: absolute;
top: 0; /* These positions makes sure that the overlay */
bottom: 0; /* will cover the entire parent */
left: 0;
width: 100%;
background: #FFFFFF;
opacity: 0.35;
-moz-opacity: 0.35; /* 3570); /* For IE6&7 */
filter:alpha(opacity=35);
}
.content {
position: relative; /* Moves the Text above the transparency */
}

