@charset "utf-8";
.Head1 {
	font-size: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
.vMenu {
	width: 210px;
	float: left;
	background-color: #FFF;
	margin-top: 0px;
}


.para {
	color: #3399ff;
	font-size: 13px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 17px;
}
.para_tight {
	color: #3399ff;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 17px;
}

.sideMenuTitle {
	color: #a0a0a0;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 17px;
	font-weight: bold;
}


.style14 {
	font-size: 10pt
}

body {
	font: 100% Calibri, Myriad, Arial, sans-serif; /* 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;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #d0d59f;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	visibility: inherit;
}
.oneColFixCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	margin-top: 0px;
	background-color: #FFF;
}
.mm {
	padding-right: 50px;
	padding-left: 50px;
	margin-left: 0px;
	margin-right: 0px;
	left: 0px;
}

.oneColFixCtrHdr #footer {
	font-family: Calibri, Myriad, Arial, sans-serif;
	font-size: 9px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #3399ff;
	margin-right: 60px;
}
.oneColFixCtrHdr #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 */
}
.photoleft {
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
}
.menuclear {
	float: left;
	margin-right: 50px;
	margin-bottom: 650px;
	background-image: url(PICS/bkg.gif);
	background-repeat: repeat-y;
}

.flatlogoleft {
	float: left;
	margin-right: 60px;
	margin-bottom: 10px;
	border: none;
}
.secondColumn {
	margin-left: 210px;
}
.linespace {

}
.bullet_list {
	font-size: 13px;
	line-height: 17px;
	color: #3399ff;
	list-style-type: disc;
	margin-top: 5px;
}
.bullet_list2 {
	font-size: 13px;
	line-height: 17px;
	color: #3399ff;
	list-style-type: disc;
	margin-top: 3px;
	margin-left: 20px;
}


.numbered_list {
	color: #3399ff;
	font-size: 13px;
	line-height: 17px;
	margin-top: 6px;
}
