@charset "UTF-8";
 
body  {
	background-image: url(LogosNav/background5a.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	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;
}
a:link {
}
a:hover {
	color: #993333;
}
.twoColFixRt #container {
	width: 923px; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #CBCBD4;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-top: 35px;
}
.twoColFixRt #mainContent {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(LogosNav/background5a.jpg);
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 200px;
	width: 550px;
} 

.cellcolor {
	background-color:#C4C4C4;
}


table {
	background-position: center;
	margin-top: 9px;
	vertical-align: baseline;
	width: 500px;
	text-align: center;
	clear: both;
	color: #000000;
}
.pricetable {
}

h3 { margin-top: .5em; margin-bottom: .5em; font-size: 1.0em; }

 
p { margin-top: .5em; margin-bottom: 1em; line-height: 1.1em; }


.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: 10px;
}
.italic {
	font-style: italic;
	}
	
	.bold {
	font-weight:  bold;
	}
	
	.center {
	text-align:center;
	}
	
.tiertable {
	width: 350px;
	text-align: left;
	margin-left: 35px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 10px;
}
.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 */
	height:0;
	font-size: 1px;
	line-height: 0px;
}.twoColFixRt #container #sidebar1 .italic {
	font-style: italic;
}
.virginia {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.twoColFixRt #container #sidebar1 p {
}
.twoColFixRt #container #sidebar1 .space {
	padding-left: 15px;
}
#navbar {
	width: 400px;
	margin-top: 22px;
	margin-right: 0px;
	margin-left: 20px;
	float: left;
}
.name {
	float: left;
	width: 350px;
	margin-top: 5px;
}
img { border:0px; }

