/**************** General Classes *****************/
body {
	background-color: #C0C3A9; /* Accent 12 */
	font-size: 12px; /* Font Size */
	line-height: 14px;
	color: #D3D3D3;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	background-image: none;
	background-repeat: repeat;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#homePage {
	background-image: none;
	background-repeat: repeat-x;
	background-color: #999966;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	background-position: left;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}

#subPage {
	background-image: none;
	background-repeat: repeat-x;
	background-color: #CCCC99;
}

#globalContainer {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #CCCC99;
	padding-left: 5px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/2ColumnFixedLeftSidebarHeaderandFooter2_images/contentWrapper_bg.png);
	background-repeat: repeat-y;
	vertical-align: top;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF; /* Global White */
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #343446; /* Accent 5 */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #343446; /* Accent 5 */
	margin: 0px 0px 5px 0px;			
}

a {
 color: #D7E6F9; /* Nav Light */
 font-weight: bold;
 text-decoration: underline;
}

p {
	margin: 0px 0px 20px 0px;
	color: #222222;
	font-size: 11px;
}

p.noSpace {
	margin: 0px;
}


/**************** Header Classes *****************/
#homePage #header {
	background-image: url(../images/NewHeaderCopy.jpg);
	background-repeat: no-repeat;
	height: 317px;
	padding-top: 130px;
	margin-left: 0px;
	background-position: center;
	background-color: #990000;
}

#subPage #header {
	padding-top: 5px;
	background-image: url(../SUB-HEADER.jpg);
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #650F0F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: auto;
}

#homePage #header h1 {
	padding: 40px 0px 0px 40px;
	font-size: 22px;
	font-style:italic;
	color: #FFFFFF; /* Global White */
}

#homePage #header h2 {
	padding: 20px 0px 0px 80px;
	font-size: 22px;
	font-weight:bold;
	color: #FFFFFF; /* Global White */
}


/**************** Top Nav Classes *****************/
#topNav {
	background-color: #680C0C; /* BG Light */
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 25px;
	width: auto;
	text-align: center;
}

/************************************************ Sub Page Classes **********************************************/
#innerContainer {
	text-align: left;
	padding-left: 0px;
	margin-left: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	background-color: #FC0;
}

#innerContainer #innerLeft {
	width: 200px;
	background-color: #FC0;
	border-right-style: none;
	text-align: left;
	vertical-align: top;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-repeat: no-repeat;
}

#innerContainer #innerRight {
	margin-left: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#homePage #innerContainer #innerRight {
	width: 520px;
	background-color: #CCCC99;
	color: #002200;
	margin-left: 0px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: none;
	height: auto;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 15px;
}

#subPage #innerContainer #innerRight {
	margin-left: 5px;
	color: #000000;
	padding-right: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#innerContainer #innerRight h1 {
	background-color: #999966;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DDDDDD;
	font-style: normal;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	line-height: normal;
	text-align: left;
}

#subPage #innerContainer #innerLeft h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #FFFFFF; /* Global White */
	margin: 0px;
}

#subPage #innerContainer #innerLeft h2  {
	padding: 10px 0px 10px 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF; /* Global White */
}

/**************** Resources Classes *****************/
#resources {
	color: #343446;
	border-top: 1px solid #343446; /* Accent 5 */
	line-height: 17px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
	text-align: center;
}

div.siteFooterLinks{
	text-align: center;
	margin: 7px 0px 7px 0px;
}

/************************************************ Home Page Classes **********************************************/
#sideNav {
	font-size: 10px;
	color: #343446; /* Accent 5 */
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	background-color: #CBCC9B;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: left;
	width: 200px;
}

#sideNav a {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#featured {
	color: #002200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	right: auto;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	height: auto;
	width: 500px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
}

#featured .featuredLeft {
	width: 137px;
	float: left;
}

#featured .featuredRight {
	margin-left: 157px;
	padding-right: 100px;
}

#belowFeatured {
	padding: 0px 50px 10px 10px;
}

#homePage #sideNav {
	padding-top: 10px;
}

#homePage #sideNav a {
	color: #343446; /* Accent 5 */
	margin: 0px;
	background-image:url(../siteassist_images/home_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 25px;
	display: block;
}
<div align="left"></div>
