/* CSS Document */



body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #898989;
	font-weight: normal;
}


#container {
	/*background: */
	position: absolute;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	background-image: url(../images/common/containBG.gif);
	background-repeat: repeat-y;
}

#container-NEW {
	/*background: */
	position: absolute;
	left: 0;
	width: 750px;
	
	
}

#header {
	width: 750px;
	height: 123px;
}

#mainContent {
	width: 750px;
	text-align: center;
}

#footer {
	text-align:center;
	}

/* ////HOME ONLY ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#subImages {
	width: 750px;
}

/* ///END HOME ONLY////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.imgLeft {
	text-align: left;
	margin-left: 3px;
}

.imgRight {
	margin-left: 538px;
}

#content2 {
	width: 715px;
	margin-left: 10px;
	padding: 10px;
	text-align:justify;
}

#content3 {
	width: 550px;
	margin-left: 10px;
	padding: 10px;
	text-align:left;
}


#subNav {
	width: 550px;
	margin-left: 10px;
	padding: 0 0 0 10px;
	text-align:justify;
}

A {
  color: #FFF;
  text-decoration: none;
}

A:hover {
  color: #9c9c6e;
}
