@charset "UTF-8";
.twoColHybLt #container {
	width: 800px; /* 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. */
	background-color: #FFFFFF;
	background-image: url(/images/marbelizedBlue.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 


/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLt #sidebar1 p" rule.
*/
.twoColHybLt #sidebar1 {
	float: left;
	width: 14em; /* top and bottom padding create visual space within this div  */
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10;
	padding-bottom: 15px;
	padding-left: 0;

}
.twoColHybLt #sidebar1 h2 {
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-top: 0px;
}
.twoColHybLt #mainContent {
	clip: rect(200px,auto,auto,auto);
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 16em;
	padding-top: 390px;
} 

.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;
}
ul.menu {
	padding-left: 0;
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-top: 340px;
	list-style-type: none;
}
ul.menu li {
	background-image: url(images/ruleBelow.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}
ul.menu a {
	display: block;
	width: 10em;
	height: 2.5em;
	line-height: 2.5em;
	font-weight: bold;
	color: #069;
	text-decoration: none;
	padding-bottom: 4px;
}
* html ul.menu a {
	height: 1px:
}
ul.menu a:hover {
	list-style-type: none;
	font-weight: bold;
	color: #336;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}.newHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.subHeadSerif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.dayOweek {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #99FFFF;
	background-position: center;
	vertical-align: middle;
	padding: 2px;
}
h1 {
	color: #333333;
	font-size: 22px;
	text-align: center;
}
h3 {
	color: #333333;
	text-align: center;
}
h4 {
	color: #333333;
	text-align: center;
}
h5 {
	color: #333333;
}
ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.classes li {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.day {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}
.BasicText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
}
.BasicTextCentered {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-position: center;
}
#businessCard {
	padding: 8px;
	height: 144px;
	width: 252px;
	border: 1px solid #333333;
	background-position: center;
	vertical-align: middle;
	background-repeat: no-repeat;
}
#businessCardwImage {
	height: 144px;
	width: 252px;
	border: 1px solid #333333;
	background-position: center;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.bCardHeadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	top: 12px;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.bCardHeadline a {
	color: #000066;
}
.bCardHeadline a:hover {
	color: #6633FF;
}
a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.CenteredSpecial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
