/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	background-color: #CCCCCC;
}
td {vertical-align: top;}

a {color: #003399;}

/* HEADER STYLES */
#top-left-corner {
	background: url(../_images/head-left-corner.jpg) no-repeat;
	width: 31px;
	height: 51px;
	vertical-align: top;
}
#top-right-corner {
	background: url(../_images/head-right-corner.jpg) no-repeat;
	width: 39px;
	height: 51px;
	vertical-align: top;
}
#center-head-col {
	background-color: #006699;
	width: 915px;
	height: 51px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
#head-nav-border {
	background: url(../_images/border-head-nav.jpg) repeat-x;
}
/* FOOTER STYLES */
.footerbar {
	background-color: #006699;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 26px;
	text-align: center;
	vertical-align: middle;
}
#foot-top-left {
	width: 6px;
	background: url(../_images/foot-l-top-corner.jpg) no-repeat;
}
#foot-bottom-left {
	width: 31px;
	background: url(../_images/foot-l-corner.jpg) no-repeat;
}
#foot-page-border {
	width: 952px;
	background: url(../_images/border-body-footer.jpg) repeat-x;
}
#foot-bottom-center {
	width: 911px;
	height: 14px;
	background: url(../_images/border-page-bottom.jpg) repeat-x;
}
#foot-top-right {
	width: 17px;
	background: url(../_images/foot-r-top-corner.jpg) no-repeat;
}
#foot-bottom-right {
	width: 33px;
	background: url(../_images/foot-r-corner.jpg) no-repeat;
}
td.left-edge {
	background: url(../_images/border-left.jpg) repeat-y;
	width: 6px;
}

td.right-edge {
	background: url(../_images/border-right.jpg) repeat-y;
	width: 17px;
}
td.menu-bar {
	width: 952px; 
}
td.nav-bar {
	padding: 5px 2px 0px 2px;
	text-align: center;
}
/* BODY STYLES */
#home-left-col {
	padding: 5px 15px 5px 25px;
	color: #000000;
	line-height: 20px;
}
#home-right-col {
	padding: 5px 15px 5px 25px;
	text-align: center;
}
.bodyimage {
	float: right;
	padding: 5px 0px 5px 5px;
}

/* TEXT FORMATTING */
h1 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #003399;
}
h2 {
	font-size: 12px;
	color: #003399;
}
.boldblue {
	font-weight: bold;
	color: #003399;
}
.google-center-ad {
	margin: 2px;
	padding: 2px;
	text-align: center;
}
