@charset "utf-8";

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

	background-attachment: fixed;

	background-image: url(images/watermark50lt.png);

	background-color: #A2CCE9;

}

a:link {

	color: #000;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #000;

}

a:hover {

	text-decoration: none;

	color: #00F;

}

a:active {

	text-decoration: none;

	color: #F00;

}





.twoColFixLtHdr #container {

	width: 780px;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 5px none #489AD3;

	text-align: left; /* this overrides the text-align: center on the body element. */

	background-image: url(images/Lowered-Logo-lighter.png);

	background-repeat: no-repeat;

	background-position: center top;

	background-color: #CDA2F2;

	background-attachment: fixed;

	font-family: "Matura MT Script Capitals";

} 

.twoColFixLtHdr #header {

	height: 128px;

	padding-top: 0;

	padding-right: 0px;

	padding-bottom: 0;

	padding-left: 0px;

	background-image: url(images/Test-Header.png);

	background-repeat: no-repeat;

	width: 780px;

	background-position: center center;

} 

.twoColFixLtHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.twoColFixLtHdr #navigation {

	padding-top: 5px;

	padding-right: 0px;

	padding-bottom: 0;

	padding-left: 0px;

	background-repeat: no-repeat;

	width: 780px;

	background-position: center center;

	font-family: "Matura MT Script Capitals";

	font-size: 18px;

	text-align: center;

	position: relative;

	vertical-align: middle;

	margin: 0px;

} 

#photonav {

	font-family: "Matura MT Script Capitals";

	text-align: center;

	width: 450px;

	font-size: 18px;

	vertical-align: middle;

	padding-top: 20px;

}



.twoColFixLtHdr #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 175px;

	font-family: "Matura MT Script Capitals";

	font-size: 20px;

	padding-right: 10px;

	padding-bottom: 15px;

	padding-left: 10px;

	padding-top: 15px;

	margin-left: 20px;

	background-repeat: no-repeat;

	background-position: center center;

}

.twoColFixLtHdr #photobar {

	float: left; /* since this element is floated, a width must be given */

	width: 180px;

	font-family: "Matura MT Script Capitals";

	font-size: 20px;

	padding-right: 10px;

	padding-bottom: 15px;

	padding-left: 10px;

	text-align: center;

	padding-top: 15px;

}

.twoColFixLtHdr #container #sidebar1 h3 #Tower {

	padding-top: 50px;

}





.twoColFixLtHdr #container #sidebar1 ul li a {

	list-style-type: none;

	line-height: 200%;

}



.twoColFixLtHdr #mainContent {

	font-family: "Times New Roman", Times, serif;

	font-size: 20px;

	margin-top: 10px;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 250px;

	padding-top: 0;

	padding-right: 20px;

	padding-bottom: 0;

	padding-left: 20px;

} 

.twoColFixLtHdr #orderContent {

	margin: 0;

	font-family: "Matura MT Script Capitals";

	font-size: 20px;

	padding-top: 0;

	padding-right: 20px;

	padding-bottom: 0;

	padding-left: 20px;

}

table {

	font-family: "Matura MT Script Capitals";

}





.twoColFixLtHdr #footer {

	background-image: url(images/Test-Footer-780-43.png);

	height: 43px;

	padding-top: 0;

	padding-right: 10px;

	padding-bottom: 0;

	padding-left: 20px;

	position: relative;

} 

.twoColFixLtHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	color: #D6D6D6;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

img {

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

	border-top-style: 0;

	border-right-style: 0;

	border-bottom-style: 0;

	border-left-style: 0;

}

textarea {

	background-image: url(images/Form-Input-Field.png);

}



input {

	background-image: url(images/Form-Input-Field.png);

}

select {

	vertical-align: middle;

	top: auto;

	background-image: url(images/Form-Input-Field.png);

}

.cellBG {

	background-repeat: no-repeat;

	background-position: center center;

	background-image: url(images/Form-Input-Field-BG.png);

}

.cellBG2 {

	background-image: url(images/Form-Input-Field-BG-2.png);

	background-repeat: no-repeat;

	background-position: center center;

}

.cellBG3 {

	background-image: url(images/Form-Input-Field-BG-3.png);

	background-repeat: no-repeat;

	background-position: center center;

}

formIE {

	top: 20px;

}

.imgPG {

	border: 5px groove #F9F;

}

.current {

	color: #C00;

}

.smaller {

	font-size: 18px;

}

.twoColFixLtHdr #container #mainContent p a {

	color: #00C;

	font-weight: bold;

}

.fancyletter {

	font-family: "Matura MT Script Capitals";

}


