@charset "utf-8";
/* CSS Document */

body {
	margin:auto;
	background-image:url(images/back.png);
	background-position:center;
	background-repeat:repeat-x;
	background-color:#FFF;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
}
#global {
	margin:0 auto;
	width:960px;
}
#Mglobal {
	margin:0px auto;
	width:960px;
	overflow:hidden;
}
h1 {
	font-weight:600;
	font-size:16px;
	color:#b22921;
	margin:0px;
}
h2 {
	font-weight:600;
	font-size:14px;
	color:#444444;
	margin:0px;
}
a {
	color:#444444;
	text-decoration:underline;
}
a:hover {
	color:#202d73;
}
.header {
	width:960px;
	font-size:12px;
	color:#1f0943;
}
.menuContainer {
	float:left;
	display:inline;
	width:960px;
	height:35px;
}
.menu {
	background-image:url(images/menuBack.png);
	background-repeat:no-repeat;
	padding-top:5px;
}
.menu a {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	width:160px;
}
.menu a:hover {
	color:#CCC;
}
.middleContainer {
	float:left;
	display:inline;
	width:960px;
	height:auto;
	background-image: url(images/rainbowBack.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#fff;
}
.pict {
	float:left;
	display:inline;
	width:477px;
	height:280px;
}
.textBox {
	float:left;
	display:inline;
	margin:20px 0 0 25px;
	width:425px;
	height:auto;
	line-height:18px;
}
#iFrameContainer {
	float:left;
	display:inline;
	width:960px;
	height:280px;
}
#iFrameFlash {
	float:left;
	display:inline;
	width:638px;
	height:280px;
	margin-left:0px;
}
#CapBox {
	margin:7px 3px;
	float:right;
	width:305px;
	height:135px;
	background-image:url(images/capBox.png);
	background-repeat:no-repeat;
	padding:5px;
	overflow:scroll;
}
#iFrameCapBox {
	margin:7px 3px;
	float:right;
	width:305px;
	height:135px;
	background-image:url(images/capBox.png);
	background-repeat:no-repeat;
	padding:5px;
}
.textBox2 {
	margin:7px 3px;
	float:right;
	width:305px;
	height:100px;
	padding:5px;
	font-weight:bold;
}
.red {
	color:#b22921;
}
.long {
	width:960px;
	height:280px;
	background-image:url(images/longWindow.png);
	background-repeat:no-repeat;
}
.big {
	width:960px;
	height:500px;
	background-image:url(images/Window_500.png);
	background-repeat:no-repeat;
}
.bottomContainerColorblocks {
	margin-top:2px;
	float:left;
	display:inline;
	width:960px;
	height:50px;
	background-image:url(images/colorBlocks.png);
	background-repeat:repeat-y;
}
.bottomContainer {
	float:left;
	display:inline;
	width:960px;
	height:225px;
	font-size:11px;
	color:#FFF;
	background-image:url(images/bottomBoxes.png);
	background-repeat:no-repeat;
}
.bottomContainer a {
	color:#444444;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
.bottomContainer a:hover {
	color:#CCC;
}
.footer {
	float:left;
	display:inline;
	width:960px;
	height:25px;
	font-size:9px
}
.footer a {
	color:#000000;
	text-decoration:underline;
}
.footer a:hover {
	color:#000000;
	text-decoration:underline;
}
.footerAddress {
	float:right;
}
