@charset "utf-8";
@import url("solStyles.css");
/* CSS Document */

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #000017;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image:url(images-applied/backPattern.jpg);
	background-repeat:repeat;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #banner {
	background-image:url(images-applied/veryTop.jpg);
	height: 192px;
	margin-top:0px;
	padding:0px;
}
.oneColFixCtr #mainTop {
	background-image:url(images-applied/bartTop.jpg);
	height: 32px;
	padding:0px;
	margin-top:0px;
	margin-bottom:40px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #footerLine {
	margin-top:50px;
	margin-bottom:50px;
}
.oneColFixCtr #container #mainTop .menuItem {
	float:left;
	height: 20px;
	width:100px;
	margin-top: 7px;
	margin-left: 10px;
}
.oneColFixCtr #container #mainTop .flags {
	float:right;
	height: 20px;
	width:100px;
	margin-top: 7px;
	margin-left: 10px;
}
#leftColumnGroupA {
	float:left;
	width:300px;
}
#rightColumnGroupA {
	float:left;
	width:540px;
	margin-left:20px;
}
#rightColumnGroupApart2 {
	float:left;
	width:540px;
	margin-left:20px;
	margin-top:40px;
	text-align: right;
}
.oneColFixCtr #doubleBoxWithLine {
	width:290px;
	float:left;
	margin-top:30px;
}
.oneColFixCtr #doubleBoxWithLine #leftCol {
	width:120px;
	float:left;
	text-align:right;
	margin-top:30px;
}
.oneColFixCtr #doubleBoxWithLine #cntrCol {
	width:2px;
	height:150px;
	float:left;
	margin-left:15px;
	margin-right:15px;
	background-image:url(images-applied/flash.gif);
}
.oneColFixCtr #doubleBoxWithLine #rightCol {
	width:130px;
	float:left;
	text-align:left;
	margin-top:30px;
}
