@charset "utf-8";
/* CSS Document */

body {
	margin: 8px 0px;
	padding: 0px;
	background: #90B9F7 url(images/bkgnd-bl.jpg);
	font: bold 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link, a:visited {
	color:#039;
	text-decoration:none;
}
a:hover, a:active {
	color:#3366FF;
	text-decoration:none;
}
#header {
	margin: auto;
	width: 750px;
}
#wrapperLeft {
	width: 750px;
	background: url(images/brd-lft.jpg) repeat-y left;
	margin: 0px auto;
}
#wrapperRight {
	width: 750px;
	background: url(images/brd-rgt.jpg) repeat-y right;
	margin: 0px auto;
}
.contentContainer {
	width: 702px;
	margin: auto;
	padding-bottom: 3px;
	text-align: left;
}
.containerWrapper-Centered {
	text-align: center;
	position: relative;
}
.imageBoxContainer {
	position: relative;
	width: 425px;
	margin: auto;
	font-size: 12px;
	text-align: left;
}
.imageBoxLeft {
	position: relative;
	width: 125px;
	top: 0px;
	left: 0px;
	padding-bottom: 5px;
	text-align: center;
}
.imageBoxCenter {
	position: absolute;
	width: 125px;
	top: 0px;
	margin-left: 150px;
	padding-bottom: 5px;
	left: 0px;
	text-align: center;
}
.imageBoxRight {
	position: absolute;
	width: 125px;
	top: 0px;
	padding-bottom: 5px;
	left: 0px;
	margin-left: 300px;
	text-align: center;
}
#footer {
	width: 750px;
	margin: 0px auto;
	background: url(images/brd-btm.jpg) no-repeat top;
	height: 28px;
	position: relative;
}
#copyright {
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 732px;
	margin: 10px auto auto;
	text-align: center;
}

/* fonts */
.verdana-20px-bold {
	font-weight: bold;
	font-size: 20px;
}
.verdana-22px-blue {
	font-size: 22px;
	font-weight: normal;
	color: #039;
}
.verdana-10px {
	font-size: 10px;
	font-weight: normal;
}
.verdana-18px-blue {
	font-size: 18px;
	color: #039;
}
.verdana-17px-blue {
	font-size: 17px;
	color: #039;
	font-weight: bold;
}
.verdana-blue {
	color: #039;
}
.verdana-12px {
	font-size: 12px;
	color: #000000;
}
.verdana-red {
	color: #CC0014;
}
.arial-12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.verdana-14px {
	font-size: 14px;
}
.verdana-16px-white {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.verdana-17px-bd {
	font-size: 17px;
	font-weight: bold;
	color: #039;
}
.sampleLinks a {
	text-decoration: underline;
	line-height: 25px;
}
