/* --------------------------------------------------------- */
/* - BASIC controls ---------------------------------------- */
/* --------------------------------------------------------- */

body, html {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #005496;
}
body, td, th, div {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
/* --------------------------------------------------------- */
/* - SPECIFIC controls ------------------------------------- */
/* --------------------------------------------------------- */

.frameTopLeft {
	background-image: url(img/bg-stripe-top.gif);
	background-position: right top;
}
.frameTopMid, .frameTopRight {
	background-image: url(img/bg-stripe-top.gif);
}
.frameMidLeft {
	background-image: url(img/bg-stripe-mid.jpg);
	background-position: right top;
	background-repeat: repeat-x;
}
.frameMidMid, .frameMidRight {
	background-image: url(img/bg-stripe-mid.jpg);
	background-repeat: repeat-x;
}
div.frameMidLeft, div.frameMidMid, div.frameMidRight, table.frameMidLeft, table.frameMidMid, table.frameMidRight {
	width: 100%;
	height: 420px;
}
.frameBotLeft {
	background-image: url(img/bg-stripe-bot.gif);
	background-position: right top;
}
.frameBotMid, .frameBotRight {
	background-image: url(img/bg-stripe-bot.gif);
}

/* --------------------------------------------------------- */

.sponsMid {
	background-image: url(img/spons-bg-mm.jpg);
}
.cttTopMid {
	background-image: url(img/ctt-bg-tm.jpg);
}
.cttMidMid {
	background-image: url(img/ctt-bg-mm.jpg);
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
}
.cttBotMid {
	background-image: url(img/ctt-bg-bm.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.cttMidLeft {
	background-image: url(img/ctt-bg-ml-r.jpg);
}
.cttMidRight {
	background-image: url(img/ctt-bg-mr-r.jpg);
}

/* --------------------------------------------------------- */

.stdBread h2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.stdBread p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
.stdBread h2 img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 11px;
	margin-bottom: 14px;
}
.stdBread a img {
	vertical-align: text-bottom;
}
.leftMenu a, .leftMenu span {
	text-align: left;
	display: block;
	margin: 3px 0px;
	padding: 3px 0px;
}
.leftMenu a {
	color: #999;
}
.leftMenu h2 {
	text-align: left;
	margin: 16px 0px 10px 0px;
	padding: 0px;
}
#sponsorFrame {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 345px;
	width: 117px;
}
#sponsor {
	position: absolute;
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 345px;
	width: 117px;
}
#sponsor img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: none;
}
