/* TAGS */

body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #0C2B7E;
	background-image: url('../images/back.png');
	background-repeat: repeat-x;
}

body, h1, h2, h3, h4, h5, h6, div, form, p, a, img {
	margin: 0; padding: 0;
}

a { color: #FFF;text-decoration: none; }
a:hover {text-decoration: underline;}

img { border:0; }

/* TOOLS */

.bold { font-weight: bold; }
.floatLeft { float: left; }
.floatRight { float: right; }
.separator { clear: both; }
.relative { position: relative; }

/* BOXES */

#BoxOuterContainer {
	margin: 0 auto;
	width: 623px/*323px*/;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	position: relative;
}

#BoxSTSContainer
{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 150px;		
}

#BoxAdvContainer {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 150px;	
}

#BoxMainContainer {
	margin-left: 150px;
	width: 323px;
	background-color: #000;
}

.BoxLeftContentContainer {
	width: 180px;
	float:left;
	padding: 0 0 0 15px;
}

.BoxLeftContentContainerSTS {
	text-align: center;
	padding: 0 0 0 0;
}

.BoxRightContentContainer {
	width: 119px;
	margin-right: 2px;
	float:right;
}

.BoxRightContent {
	padding-left: 10px;
}

.BoxRightContentBottom {
	padding-left: 10px;
	background-image: url('../images/BackRight.png');
	background-repeat: no-repeat;
	height: 380px;
}

/* IMGS */

.ImgIco {
	vertical-align: middle;
}

/* TITS */

/* TXTS */

#TxtCopy {
	text-align: center;
	color: #081C51;
}

/* LNKS */

/* POPUP */

.BoxPop {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #CCC;
	position:relative;
	height: 490px;
}
.BoxPop a {
		text-decoration: underline;
		color: #666;
}
